1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

40497 Commits

Author SHA1 Message Date
Marian Buschsieweke
3b3d644ce3
Merge pull request #18288 from maribu/pkg/lwip
pkg/lwip: ease debugging & fix sending from socket bound to anyaddr
2022-07-25 10:27:33 +02:00
Marian Buschsieweke
726a8bd5fe
Merge pull request #18360 from miri64/gnrc_nib/fix/config-deps
gnrc_ipv6_nib: make configurable via Kconfig again
2022-07-22 20:40:38 +02:00
Marian Buschsieweke
a0021cab97
Merge pull request #18358 from benpicco/doc-duckduckgo
doc/doxygen: use DuckDuckGo for search
2022-07-22 18:20:59 +02:00
Martine Lenders
fe3d620a63
gnrc_ipv6_nib: make configurable via Kconfig again 2022-07-22 17:51:57 +02:00
Marian Buschsieweke
99529c0db5
Merge pull request #18357 from maribu/lwip/code-style
pkg/lwip: fix code style
2022-07-22 16:59:03 +02:00
Benjamin Valentin
7812564d16 doc/doxygen: use DuckDuckGo for search 2022-07-22 14:39:51 +02:00
Marian Buschsieweke
3be9446769
pkg/lwip: fix code style
This mostly converts switch statements from double indent style to
Linux kernel style, as required per the coding convention.

From the C compiler perspective, this is a whitespace only change.
2022-07-22 12:42:22 +02:00
Marian Buschsieweke
d646a71e71
pkg/lwip: fix sending from socket bound to anyaddr 2022-07-22 09:48:53 +02:00
Marian Buschsieweke
f590c18f7f
pkg/lwip: ease debugging 2022-07-22 09:48:53 +02:00
Marian Buschsieweke
1bf3f75300
Merge pull request #18356 from gschorcht/tests/change_mcu_for_esp32x
tests/{periph_gpio_ll,pkg_fff}: change CPU_FAM to MCU for ESP32x SoCs
2022-07-22 08:22:40 +02:00
Gunar Schorcht
6d74895825 tests/periph_gpio_ll: use MCU instead of CPU_FAM for ESP32x SoC
To be able to compile the test for different ESP32x variants without defining each ESP32x variant, MCU has to be used instead of CPU_FAM.
2022-07-22 06:25:06 +02:00
Gunar Schorcht
ea9382c12b tests/pkg_fff: use MCU instead of CPU_FAM for ESP32x SoC
To be able to compile the test for different ESP32x variants without defining each ESP32x variant, MCU has to be used instead of CPU_FAM.
2022-07-22 06:24:20 +02:00
benpicco
2b56495db0
Merge pull request #18353 from jan-mo/fix/20220721__drivers_lis2dh2_release_bug
drivers/lis2dh12: release instead of acquire
2022-07-21 22:00:08 +02:00
Marian Buschsieweke
de064b7da0
Merge pull request #18349 from maribu/sys/shell/commands/sc_gnrc_icmpv6_echo
sys/shell/commands/ping: fix dependency & convert to ztimer
2022-07-21 17:37:59 +02:00
Karl Fessel
a43f4cbf9f
Merge pull request #18352 from kfessel/p-fix-unittestxztimerdoubleinit
unittest/main: do not intialize xtimer if ztimer_xtimer_compat
2022-07-21 17:21:58 +02:00
benpicco
289b80749d
Merge pull request #18343 from maribu/dist/tools/cosy
dist/tools/cosy: provide patch for PR #13
2022-07-21 17:14:37 +02:00
Jan Mohr
c97d6e7f26 drivers/lis2dh12: release instead of acquire 2022-07-21 15:51:01 +02:00
benpicco
6bd5b94806
Merge pull request #18350 from gschorcht/cpu/esp32/add_esp32c3_support_doc
cpu/esp32: update documentation for ESP32-C3
2022-07-21 15:00:36 +02:00
Karl Fessel
1f80bfc898 unittest/main: do not intialize xtimer if ztimer_xtimer_compat 2022-07-21 14:48:43 +02:00
Marian Buschsieweke
cab761ba5d
sys/shell/commands/sc_gnrc_icmpv6_echo: use ztimer 2022-07-21 13:20:11 +02:00
Marian Buschsieweke
3a5e3636bb
sys/shell/commands/sc_gnrc_icmpv6_echo: fix dependency
Add missing dependency to xtimer so that the shell command `ping` is
again provided when requested.
2022-07-21 13:20:10 +02:00
benpicco
85cb1bdcf5
Merge pull request #18344 from ML-PA-Consulting-GmbH/fix/20220719__suit__makefile_target_dependencies
makefiles/suit: avoid unwanted key creation trigger
2022-07-21 12:40:39 +02:00
benpicco
1787442d6c
Merge pull request #18329 from miri64/gcoap_dns/enh/dns-caching
gcoap_dns: Add DNS cache support
2022-07-21 12:39:05 +02:00
benpicco
8907585990
Merge pull request #18347 from jan-mo/fix/20220720__drivers_shtcx_release_i2c_line_missing
drivers/shtcx: I2C-line is not released properly
2022-07-21 12:38:50 +02:00
Gunar Schorcht
81b5388093 cpu/esp32: add ESP32-C3 support in doc 2022-07-21 12:29:38 +02:00
benpicco
f9601f2b15
Merge pull request #18339 from gschorcht/pkg/esp32/patches_for_esp32c3
pkg/esp32_sdk: additional patches required for ESP32-C3
2022-07-21 12:21:58 +02:00
benpicco
8d42808f52
Merge pull request #18341 from gschorcht/cpu/esp32/add_esp32c3_makefile_support
cpu/esp32: add ESP32-C3 support in makefiles
2022-07-21 08:04:42 +02:00
benpicco
4ef8b34b8e
Merge pull request #18335 from gschorcht/cpu/esp32/cleanup_esp_log_for_esp32x_socs
cpu/esp32: cleanup of esp_log_write
2022-07-21 05:02:51 +02:00
Marian Buschsieweke
f40ac51ab2
Merge pull request #18336 from gschorcht/drivers/wx281x/fix_debug_format_string_for_esp32
drivers/wx281x: fix DEBUG format string for ESP32x SoCs
2022-07-20 22:07:07 +02:00
benpicco
574a3b758a
Merge pull request #18340 from gschorcht/cpu/esp32/add_esp32c3_linker_scripts
cpu/esp32: add linker scripts for ESP32-C3
2022-07-20 21:18:19 +02:00
benpicco
0fce9e9493
Merge pull request #18337 from gschorcht/dist/tools/esptools/add_tools_for_esp32c3
dist/tools/esptools: add ESP32-C3 toolchain
2022-07-20 21:17:53 +02:00
Gunar Schorcht
001ddc6a1e pkg/esp32_sdk: additional patches required for ESP32-C3
fixup! pkg/esp32_sdk: additional patches required for ESP32-C3
2022-07-20 18:18:00 +02:00
Jan Mohr
5e69d22840 drivers/shtcx: releases I2C-line properly 2022-07-20 17:37:33 +02:00
benpicco
8cc31c21e1
Merge pull request #18334 from gschorcht/cpu/esp32/fix_periph_rtt_32k_crystal_module_dependeny
cpu/esp32: fix dependency for periph/rtt and module esp_rtc_timer_32k
2022-07-20 17:27:05 +02:00
Gunar Schorcht
0645371400 cpu/esp_common: rename architecture to riscv_esp32 to rv32 2022-07-20 17:18:56 +02:00
Gunar Schorcht
d6aeea7e75 cpu/esp32: rename architecture to riscv_esp32 to rv32 2022-07-20 17:18:56 +02:00
Gunar Schorcht
4ed925a2b3 cpu/esp32: add ESP32-C3 support in makefiles 2022-07-20 17:18:56 +02:00
benpicco
c3e5415a5e
Merge pull request #18333 from gschorcht/cpu/esp32/cleanups_to_reduce_vera_warnings
cpu/esp*: cleanups mainly to reduce the vera++ warnings
2022-07-20 15:08:55 +02:00
benpicco
2d5d99deed
Merge pull request #18332 from gschorcht/cpu/esp32/add_sanity_checks
cpu/esp32: add some sanity checks in peripheral drivers
2022-07-20 12:50:13 +02:00
Daniel Lockau
363cf8c546 makefiles/suit: avoid unwanted key creation trigger
This fixes a trigger of re-creation of an already existing SUIT
key when combining a build target with the clean target, e.g.
`make clean all`.
2022-07-20 12:35:33 +02:00
Jana Eisoldt
4d77f2a883
dist/tools/cosy: provide patch for PR #13
The upstream PR #13 is not yet merged but fixes classification to no
longer classify most of RIOT's object files "unspecified" in the
`.text` view.
2022-07-20 11:31:59 +02:00
Martine Lenders
5bba58b752
tests: adapt gcoap_dns test for DNS cache existance 2022-07-20 10:45:08 +02:00
Martine Lenders
2e5a66e7d2
gcoap_dns: Add DNS cache support 2022-07-20 10:45:08 +02:00
benpicco
055d960d5e
Merge pull request #18330 from miri64/dns_cache/fix/add-mutex
dns_cache: synchronize access with mutex
2022-07-20 10:31:56 +02:00
Gunar Schorcht
3c3bc1d4ce cpu/esp32: add linker scripts for ESP32-C3 2022-07-20 10:10:37 +02:00
Gunar Schorcht
2ce80685c6 dist/tools/esptools: add ESP32-C3 toolchain 2022-07-20 09:26:21 +02:00
Gunar Schorcht
132afe3618 drivers/wx281x: fix DEBUG format string for ESP32-C3 2022-07-20 09:17:04 +02:00
Gunar Schorcht
d6ecb74f96 cpu/esp32: cleanup of esp_log_write 2022-07-20 08:54:15 +02:00
Gunar Schorcht
63cc84ac25 cpu/esp32: fix dependency for module esp_rtc_timer_32k 2022-07-20 08:05:44 +02:00
Martine Lenders
fe4deff522
dns_cache: synchronize access with mutex 2022-07-20 06:30:14 +02:00