Emmanuel Baccelli
ec0aaf9068
doxygen: added vision.md imported from wiki
2024-03-20 11:25:33 +01:00
Marian Buschsieweke
4caa3bc25e
Merge pull request #20483 from maribu/sys/tiny_strerror/llvm
...
sys/tiny_strerror: fix compilation on LLVM
2024-03-19 19:38:50 +00:00
benpicco
e3ce765a04
Merge pull request #20191 from benpicco/coap_get_method
...
nanocoap: introduce coap_get_method()
2024-03-19 18:20:31 +00:00
benpicco
3ebccd78d4
Merge pull request #20486 from FlapKap/tests/drivers/mtd_flashpage_assert_error
...
drivers/mtd_flashpage: fix comperror when compiling without asserts
2024-03-19 17:48:41 +00:00
Marian Buschsieweke
7775fa7de5
sys/tiny_strerror: fix compilation on LLVM
...
Mixing address spaces is something LLVM doesn't like (for good
reason). This re-organized the code a bit so that this does not
happen anymore, even on AVR.
Split out of https://github.com/RIOT-OS/RIOT/pull/16924
2024-03-19 16:12:18 +01:00
kasper
02d86c2a25
drivers/mtd_flashpage: fix comperror when compiling without asserts
...
the variable cpu_flash_base is only used in asserts. This gives errors if you compile without them.
2024-03-19 14:36:01 +00:00
Teufelchen
52425330a3
Merge pull request #15485 from miri64/mbox/enh/mbox-unset
...
mbox: provide function to unset initialized mbox
2024-03-19 13:23:22 +00:00
Marian Buschsieweke
21bd422fbe
Merge pull request #20482 from maribu/murdock/llvm-comment
...
.murdock: document TESTS_BOARDS_LLVM_COMPILE
2024-03-19 13:04:54 +00:00
Marian Buschsieweke
a4df903861
.murdock: document TESTS_BOARDS_LLVM_COMPILE
...
The comment above TESTS_BOARDS_LLVM_COMPILE is misleading and
outdated. This is due to an oversight in
52cf2b46c3
where tests on LLVM where
re-enabled.
This drops the old comment and instead adds a comment why only a
subset of boards are build on LLVM.
2024-03-19 13:52:49 +01:00
Dylan Laduranty
226a9ca808
Merge pull request #20481 from maribu/doc/doxygen/src/getting-started.md
...
doc/doxygen/src/getting-started.md: fix broken link
2024-03-19 12:52:46 +00:00
Marian Buschsieweke
dc901b0e62
doc/doxygen/src/getting-started.md: fix broken link
2024-03-19 12:54:50 +01:00
Martine Lenders
6229fda7bd
lwip: use new mbox_unset() function
2024-03-19 12:27:34 +01:00
Martine Lenders
12194ad9e6
mbox: provide function to unset initialized mbox
2024-03-19 12:27:33 +01:00
Teufelchen
de176a8ef3
Merge pull request #20407 from chrysn-pull-requests/drop-rgbled
...
drivers/rgbled: Remove driver
2024-03-19 11:12:37 +00:00
Teufelchen
741d6b3d4a
Merge pull request #20048 from leandrolanzieri/pr/tinydtls/check_public_key
...
net/sock_dtls: add public key verification
2024-03-19 10:32:16 +00:00
Dylan Laduranty
c5710392b2
Merge pull request #20464 from Enoch247/add-to-cib
...
core/lib/cib: add new functionality
2024-03-19 08:47:05 +00:00
Dylan Laduranty
1c036e0116
Merge pull request #20473 from dylad/cpu/rpx0xx/pwm_support
...
cpu/rpx0xx: add initial pwm support
2024-03-19 08:12:45 +00:00
Dylan Laduranty
9e2a2e4765
Merge pull request #20471 from dylad/pr/treewide/remove_deprecation
...
treewide: remove deprecated modules
2024-03-19 08:12:29 +00:00
Leandro Lanzieri
6d9a9a35a7
examples/dtls-sock: cleanup credentials
2024-03-19 07:49:56 +01:00
Leandro Lanzieri
f2b6d28551
examples/dtls-sock: add public key verification
2024-03-19 07:49:56 +01:00
Leandro Lanzieri
868d8390f4
sys/net/sock_dtls: add public key verification
2024-03-19 07:44:50 +01:00
a365a97f2f
Merge pull request #20475 from dylad/pr/usbus/fix_get_status_response
...
sys/usbus: answer get_status if request is standard type
2024-03-18 20:52:03 +00:00
Dylan Laduranty
05220c61dd
treewide: remove deprecated sha256sum module
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-18 21:31:53 +01:00
Dylan Laduranty
035c965cb9
treewide: remove deprecated sha1sum module
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-18 21:31:53 +01:00
Dylan Laduranty
b246f63aff
treewide: remove deprecated random_cmd module
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-18 21:31:44 +01:00
Dylan Laduranty
26058cf14e
treewide: remove deprecated nice module
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-18 21:31:03 +01:00
Dylan Laduranty
8b84fc5f8f
boards/rpi-pico: add PWM support in Kconfig
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-18 21:05:52 +01:00
Dylan Laduranty
7a6cfd9bb0
boards/rpi-pico: create PWM configuration
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-18 21:05:12 +01:00
Dylan Laduranty
ba8b3dc2b4
cpu/rpx0xx: add PWM support
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-18 21:04:27 +01:00
mguetschow
3aaea1a74e
Merge pull request #20459 from benpicco/event_periodic_callback_create
...
event_periodic_callback: add event_periodic_callback_create()
2024-03-18 15:03:17 +00:00
Joshua DeWeese
b6481654ba
core/lib/cib: add several new peek functions
...
This patch adds calls to be able to peek at items other than just the
oldest item in a cib based FIFO. It also adds an "unsafe" peek to match
the existing "unsafe" put and get functions.
2024-03-18 10:14:34 -04:00
Dylan Laduranty
76ef7676bc
Merge pull request #20477 from maribu/examples/default/drop_unused_include
...
examples/default: drop unused #include
2024-03-18 14:11:30 +00:00
Teufelchen
5f0dc5921c
Merge pull request #20281 from keestux/fix/refactor-tests-periph-uart
...
Refactor tests periph uart
2024-03-18 12:42:23 +00:00
Marian Buschsieweke
1688be5b4c
examples/default: drop unused #include
2024-03-18 13:08:13 +01:00
Marian Buschsieweke
f0d29068f5
Merge pull request #20381 from maribu/build-system/no-warn-rwx
...
build sytem: add `--no-warn-rwx-segments` to linker
2024-03-18 12:05:45 +00:00
Marian Buschsieweke
4850881369
Merge pull request #20476 from benpicco/nanocoap-ipv4
...
nanocoap_sock: add support for IPv4
2024-03-17 19:04:05 +00:00
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
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
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