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

45701 Commits

Author SHA1 Message Date
Benjamin Valentin
408218f631 nanocoap_sock: support build with IPv4 2024-03-17 17:39:44 +01:00
Benjamin Valentin
3e3f18eeda sys/net/sock: add sock_udp_ep_is_v6() 2024-03-17 17:38:58 +01:00
Dylan Laduranty
f44ef812d3 sys/usbus: answer get_status if request is standard type
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-17 16:47:07 +01:00
Gilles DOFFE
24d9657b40 cpu/native: mark gpio_mock function as weak
This allows developpers to override gpio behavior into their
applications.

Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2024-03-15 20:27:11 +01:00
Gilles DOFFE
5b4c8fe92d cpu/native: return 0 for all gpio_init*() calls
If the gpio is initialized as an input or interruptable pin, the
gpio_mock driver returns -1 leading to failed initialization.
However that is not because nothing can change the GPIO state that it
has to be an error.
Return 0 in all cases.

Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2024-03-15 20:27:11 +01:00
Gilles DOFFE
3bfabb4a6c cpu/native/periph/qdec: remove useless loop
Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
2024-03-15 20:27:11 +01:00
Dylan Laduranty
dac4d460b4 treewide: remove deprecated md5sum module
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-14 22:02:22 +01:00
Dylan Laduranty
d6e6c4f7a1 treewide: remove deprecated i2c_scan module
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-14 22:00:00 +01:00
Dylan Laduranty
5a2e5d7301 treewide: remove deprecated heap_cmd module
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-14 21:57:22 +01:00
Dylan Laduranty
5b3b426678 treewide: remove deprecated gnrc_udp_cmd module
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-14 21:54:09 +01:00
Dylan Laduranty
1bbb020fe2 treewide: remove deprecated gnrc_netif_cmd_lora module
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-14 21:50:23 +01:00
Dylan Laduranty
67b8c6709c treewide: remove deprecated gnrc_pktbuf_cmd module
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-14 21:48:29 +01:00
Dylan Laduranty
6796b93fc9 treewide: remove deprecated gnrc_netdev_default module
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-14 21:42:12 +01:00
Dylan Laduranty
6a59642a1e
Merge pull request #20469 from emmanuelsearch/readme-rdm
rdm/README: add rdm0003 to the list
2024-03-14 15:12:06 +00:00
Emmanuel Baccelli
d17d315377 rdm/README: add rdm0003 to the list 2024-03-14 14:55:15 +01:00
Dylan Laduranty
df044f4f56 cpu/stm32/periph/usbdev_fs: avoid using ztimer when not needed
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-13 21:39:07 +01:00
benpicco
db51ad76d6
Merge pull request #20466 from FlapKap/drivers/mtd-docupdate
drivers/mtd: update docs to match implementation
2024-03-13 14:03:17 +00:00
Kasper Hjort Berthelsen
9ba76c38be drivers/mtd: update docs to match implementation
some parts reported retvals of number of bytes written, when it should be 0 on success.
2024-03-13 14:35:19 +01:00
benpicco
d3ec7cf70d
Merge pull request #16204 from leandrolanzieri/pr/pkg/wakaama_add_obj_light_ctrl
pkg/wakaama: add Light Control object implementation
2024-03-13 12:17:39 +00:00
benpicco
102adbb856
Merge pull request #20465 from Einhornhool/pr/add-arduino-leonardo-to-blacklist
tests/sys/psa_crypto_se*: add arduino leonardo to board insufficient memory list
2024-03-13 12:13:38 +00:00
Lena Boeckmann
9c24e891d7 tests/sys/psa_crypto_se_mac: Add arduino-leonardo to blacklist 2024-03-13 11:58:52 +01:00
Lena Boeckmann
d733162d5a tests/sys/psa_crypto_se_ecdsa: add arduino-leonardo to blacklist 2024-03-13 11:50:31 +01:00
Leandro Lanzieri
ea2440f4eb
examples/lwm2m: add light control object 2024-03-13 10:25:35 +01:00
Leandro Lanzieri
991a0bba2c
pkg/wakaama/object: add Light Control object 2024-03-13 10:25:35 +01:00
Teufelchen
86ffeebd1e
Merge pull request #20463 from Teufelchen1/chore/fmt_test_6
tests: Add cases to the scn_u32_hex unittest
2024-03-12 17:54:03 +00:00
Benjamin Valentin
2bef44bd6b event_periodic_callback: fix typo 2024-03-12 18:35:42 +01:00
Teufelchen1
79a77dbfa0 tests: Add cases to the scn_u32_hex unittest 2024-03-12 18:28:20 +01:00
Joshua DeWeese
45752a3002 core/lib/cib: remove superfluous init
This patch removes a superfluous init of the cib. The struct is already
initialized by the test fixture's setup function.
2024-03-12 12:54:46 -04:00
Joshua DeWeese
45f865965f core/lib/cib: remove magic number from unit test 2024-03-12 12:54:46 -04:00
Joshua DeWeese
e2b4e4160a core/lib/cib: apply doc best practice
This patch updates the doxygen comments to follow suggested practice of
using retval.
2024-03-12 12:54:46 -04:00
Teufelchen
21875ef18a
Merge pull request #20461 from Einhornhool/pr/run-ecdsa-functions-with-secure-elements
examples/psa_crypto: Fix modules to run ECDSA on SEs
2024-03-12 16:34:21 +00:00
Lena Boeckmann
d8c003f6cc examples/psa_crypto: Fix modules to run ECDSA on SEs 2024-03-12 14:43:56 +01:00
Teufelchen
03c05f7fe1
Merge pull request #20458 from Teufelchen1/chore/fmt_test_4
tests: Cover API of scn_u32_hex in the unittest
2024-03-12 12:11:31 +00:00
Teufelchen1
4917b59005 tests: Cover API of scn_u32_hex in the unittest 2024-03-12 11:46:07 +01:00
benpicco
ed89e34307
Merge pull request #20400 from ML-PA-Consulting-GmbH/dl/fix/20240219_nanopb_code_generation
Makefile.{include,base},pkg/nanopb: fix target deps & code generation
2024-03-12 10:43:40 +00:00
Benjamin Valentin
6f604a8137 event_periodic_callback: add event_periodic_callback_create() 2024-03-12 11:06:37 +01:00
Daniel Lockau
9c9d739634 Makefile.{include,base},pkg/nanopb: fix target dependencies & code generation 2024-03-12 09:50:23 +01:00
benpicco
4d2b2f7ade
Merge pull request #20446 from benpicco/net/gnrc/routing/ipv6_auto_subnets-docfix
gnrc/ipv6_auto_subnets: clarify documentation
2024-03-07 18:08:54 +00:00
benpicco
756c4403af
Merge pull request #20449 from benpicco/cpu/sam0_common-rtc-0
cpu/sam0_common: RTC: avoid negative month after POR
2024-03-07 13:09:01 +00:00
Benjamin Valentin
6389b3c83b Revert "cpu/sam0_common: RTC: avoid negative month after POR"
This reverts commit 897a3ceda9.
2024-03-07 13:52:35 +01:00
Benjamin Valentin
8c4d0c53f2 cpu/sam0_common: RTC: avoid negative month after POR 2024-03-07 13:52:35 +01:00
benpicco
1bf643dd5a
Merge pull request #20448 from benpicco/cpu/sam0_common-rtc-0
cpu/sam0_common: RTC: avoid negative month after POR
2024-03-07 09:39:27 +00:00
Benjamin Valentin
897a3ceda9 cpu/sam0_common: RTC: avoid negative month after POR 2024-03-06 18:48:26 +01:00
Benjamin Valentin
233902b3d5 gnrc/ipv6_auto_subnets: clarify documentation 2024-03-05 17:32:39 +01:00
benpicco
31d2300b8a
Merge pull request #20445 from benpicco/cpu/native-AUTO_EXIT
tests: exit `native` with error value on failure
2024-03-04 15:27:36 +00:00
Benjamin Valentin
b274e8a117 tests/unittests: report results to the environment on native 2024-03-04 14:43:31 +01:00
Benjamin Valentin
deaa17cc27 core/init: set _native_retval to retval of main() 2024-03-04 14:41:20 +01:00
Benjamin Valentin
a613ff5831 sys/embunit: return failure state in TestRunner_end() 2024-03-04 14:30:45 +01:00
Benjamin Valentin
da0298992e tests: automatically exit native when the test has finished 2024-03-04 14:13:47 +01:00
Benjamin Valentin
5164a6cc59 cpu/native: return _native_retval with NATIVE_AUTO_EXIT 2024-03-04 14:08:52 +01:00