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
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
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
Marian Buschsieweke
30840861c9
Merge pull request #20441 from maribu/build-system/giop_ll_features_init
...
build system: drop bogus periph_init_gpio_ll* modules
2024-03-01 21:11:37 +00:00
benpicco
ba171a1075
Merge pull request #20444 from Ollrogge/u575zi-q-board
...
boards/nucleo-u575zi-q: Add support
2024-03-01 17:33:14 +00:00
Marian Buschsieweke
37269c8ec7
Merge pull request #20442 from maribu/fuck-xitter
...
doc: replace obsolete xitter link with mastodon link
2024-03-01 11:51:56 +00:00
Marian Buschsieweke
939a0488e9
build system: drop bogus periph_init_gpio_ll* modules
...
This does not change binaries, but it drops a lot of bogus modules that
do not exist from `make info-modules`.
2024-03-01 12:46:45 +01:00
Marian Buschsieweke
43ed61492a
Merge pull request #20443 from OlegHahm/pr/doxygen/add_topics
...
doc: doxygen: add "Topics" to menus
2024-03-01 11:33:45 +00:00
Oleg Hahm
cc14954c57
doc: doxygen: add "Topics" to menus
...
Beginning with doxygen 1.9.8 "Modules" are renamed to "Topics". This
patch adds the new entry to the layout file. Having both, "Modules" and
"Topics" in the layout file should generate similar output for older and
newer doxygen versions.
2024-03-01 12:15:24 +01:00
Ollrogge
53d53d8cc8
boards/nucleo-u575zi-q: Add support
2024-03-01 11:18:18 +01:00
Marian Buschsieweke
3bede9c734
doc: replace obsolete xitter link with mastodon link
2024-03-01 09:38:46 +01:00
benpicco
1966a2053a
Merge pull request #20439 from crasbe/patch-1
...
examples/filesystem: Update README and increase default stack size
2024-03-01 07:16:32 +00:00
crasbe
4b33e3e273
examples/filesystem: Increase main stack size
...
The stack size for the main thread is insufficient for some real targets to run this example, which leads to kernel panics in the MEM MANAGE HANDLER when trying to access the Flash
2024-02-29 23:44:17 +01:00
crasbe
9fa92da6ea
examples/filesystem: Update and add to README
...
Reflect the updated behavior of the filesystem example and added more examples on the usage on real boards.
Remove the remarks about mtd and MTD_0.
Co-Authored-By: benpicco <benpicco@googlemail.com>
2024-02-29 23:43:25 +01:00
benpicco
676bfa1742
Merge pull request #20440 from crasbe/patch-2
...
pkg/uwb-dw1000: fix README include
2024-02-29 17:04:09 +00:00
crasbe
92f73e7a58
pkg/uwb-dw1000: fix README include
...
The doc.txt file referred to the incorrect README.md file (from pkg/ucglib) instead of pkg/uwb-dw1000, which led to the generation of incorrect Doxygen documentation.
2024-02-29 17:27:06 +01:00
benpicco
5c9240970e
Merge pull request #18608 from benpicco/mtd_flashpage-aux
...
drivers/mtd_flashpage: allow to define AUX slot on flash
2024-02-28 12:58:18 +00:00
Benjamin Valentin
d26937fe9c
cpu/gd32v: don't set FW_ROM_LEN to ROM_LEN
...
FW_ROM_LEN is supposed to be a subset of ROM_LEN that contains the firmware
(without bootloader, AUX slot).
2024-02-28 13:49:12 +01:00
Benjamin Valentin
fe48fae2ad
dist/tools/insufficient_memory: add 'does not fit in ROM' message
2024-02-28 13:17:59 +01:00
Benjamin Valentin
634b186d1d
tests/mtd_flashpage: add test for AUX slot
2024-02-28 13:17:59 +01:00
Benjamin Valentin
e3819ca960
drivers/mtd_flashpage: define mtd_flash_aux_slot device
2024-02-28 11:49:05 +01:00
Benjamin Valentin
a417a3e72c
cpu/riscv_common: allow to define AUX slot on flash
2024-02-28 11:49:05 +01:00
Benjamin Valentin
308374fc29
cpu/cortexm_common: allow to define AUX slot on flash
2024-02-28 11:49:05 +01:00
Benjamin Valentin
1f1d7082a5
sys/slot_aux: add build system integration for AUX slot
2024-02-28 11:49:05 +01:00
Benjamin Valentin
2a0b915790
features.yaml: add periph_flashpage_aux feature
2024-02-28 11:49:05 +01:00
Benjamin Valentin
ac46418709
riotboot: set FW_ROM_LEN
2024-02-28 11:49:05 +01:00
Dylan Laduranty
5b2beea08a
Merge pull request #20426 from maribu/doc/getting-started/windows
...
doc: Add guide for dev setup on Windows
2024-02-28 09:58:48 +00:00
Marian Buschsieweke
8b088c8d4a
doc: Add guide for dev setup on Windows
...
This adds a step-by-step guide to install a dev setup based on
WSL2 / Ubuntu and native VS Code with the WSL extension. The guide
uses screenshots and adds annotations on top using Inkscape, so that
every click is documented.
The Inkscape sources are also added to allow adjusting / fixing the
annotations later on without having to record a new set of screenshots.
Co-authored-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-02-28 10:18:39 +01:00
mguetschow
833571f630
Merge pull request #20436 from mguetschow/feather-sense-lsm6ds33
...
boards/feather-nrf52840-sense: declare lsm6ds33 accelerometer
2024-02-28 09:14:36 +00:00
Mikolai Gütschow
96e48e3385
boards/feather-nrf52840-sense: declare lsm6ds33 accelerometer
2024-02-27 19:34:06 +01:00
Marian Buschsieweke
97cfddee72
Merge pull request #20435 from benpicco/drivers/pcf857x-gpio_t
...
drivers/pcf857x: stop (ab)using gpio_t
2024-02-27 16:08:21 +00:00
Benjamin Valentin
e8a4defafd
drivers/pcf857x: stop (ab)using gpio_t
...
The driver only supports addressing GPIOs by their index, (ab)using
`gpio_t` for that will break on platforms that encode GPIO values
differently.
2024-02-27 16:31:59 +01:00
benpicco
f048714418
Merge pull request #20432 from cogip/pcf857x_fix_kernel_defines
...
drivers/pcf857x: fix missing include kernel_defines.h
2024-02-26 12:53:01 +00:00
chrysn
9e5e66540d
Merge pull request #20366 from maribu/makefiles/existing_features
...
build system: add list of features for documentation and sanity checking
2024-02-25 15:36:15 +00:00