MrKevinWeiss
db965c9491
*app.config.test*: Remove kconfig dep files
2024-03-26 14:53:35 +01:00
Dylan Laduranty
b424711554
Merge pull request #20503 from maribu/doc/community-process/style
...
doc/community-process: improve markdown style
2024-03-26 12:09:14 +00:00
Marian Buschsieweke
a9d052bc32
Merge pull request #20363 from mguetschow/malloc-monitor
...
Monitoring malloc usage
2024-03-26 10:58:33 +00:00
Marian Buschsieweke
6844ba2a0c
doc/community-process: improve markdown style
...
This contains minor changes to ease maintaining the document (e.g.
by using reference-style links so that an URL needs to be updated
only in a single place) and adds explicit anchors to ease linking to
a certain section.
2024-03-26 10:35:33 +01:00
Mikolai Gütschow
f31f82042a
sys: add malloc_monitor, deprecate malloc_tracing
2024-03-26 10:00:24 +01:00
Marian Buschsieweke
4be2b7102e
Merge pull request #20502 from krzysztof-cabaj/nucleo-c031c6-ADC
...
boards/nucleo-c031c6: fix ADC and enhance doc
2024-03-26 08:39:49 +00:00
Marian Buschsieweke
1b64abf7dc
Merge pull request #20485 from dylad/pr/treewide/remove_deprecated_shell_commands
...
treewide: remove deprecated shell_commands module
2024-03-26 08:39:26 +00:00
Karl Fessel
e6f03db4e2
Merge pull request #20423 from derMihai/mir/at_urc
...
drivers/at: fix URC handling and add better testing
2024-03-25 14:33:46 +00:00
krzysztof-cabaj
2a89402694
boards/nucleo-c031c6: add MCU table to documentation page
2024-03-25 15:07:13 +01:00
Teufelchen
4982049904
Merge pull request #20484 from mguetschow/hashes-sha512-trunc
...
sys/hashes: support for SHA-{384,512/{224,256}}
2024-03-25 11:48:22 +00:00
Mikolai Gütschow
9300007cf1
sys/hashes: support for SHA-{384,512/{224,256}}
...
pkg/esp32_sdk: rename sha384_init to avoid name clash
2024-03-25 12:35:10 +01:00
krzysztof-cabaj
b9b09c00fa
boards/nucleo-c031c6: fix ADC config
2024-03-24 19:32:12 +01:00
Marian Buschsieweke
d76fc8d2ed
Merge pull request #20500 from jkarinkl/supported_boards_change_wiki_link
...
tests/unittests/README: link to Supported Boards updated (wiki -> site)
2024-03-22 17:22:16 +00:00
Marian Buschsieweke
3d13f1fd19
Merge pull request #20499 from benpicco/coap_build_hdr-const
...
nanocoap: allow token to be const in coap_build_hdr()
2024-03-22 15:35:38 +00:00
Karin Lammers
623f78d0d6
tests/unittests/README: link to wiki updated
...
This commit changes the link about supported boards in the README from the wiki page to the RIOT-OS website.
Since the wiki is not up to date.
See also [this pull request](https://github.com/RIOT-OS/riot-os.org/pull/109/files ) that fixed the same link on the website.
2024-03-22 16:09:45 +01:00
benpicco
e2a2c42625
Merge pull request #20497 from MrKevinWeiss/pr/fix/gcoapsize
...
sys/net/coap: cast in non-config define
2024-03-22 15:05:37 +00:00
Benjamin Valentin
6154c1270d
nanocoap: allow token to be const in coap_build_hdr()
2024-03-22 16:02:45 +01:00
9f51daeb53
Merge pull request #20495 from Enoch247/simplify-stm32-clk-includes
...
cpu/stm32: remove redundant conditional compile block
2024-03-22 12:04:49 +00:00
Joshua DeWeese
1e4526111f
cpu/stm32: moved includes out of header where not used
2024-03-21 11:02:29 -04:00
MrKevinWeiss
575ab684fe
sys/net/coap: cast in non-config define
...
If we try to set the compile-time config we need to always remember casting, instead, just cast in the places that are not exposed to users
2024-03-21 14:26:45 +01:00
Marian Buschsieweke
ad4b8f202c
Merge pull request #20479 from Enoch247/simplify-stm32-gpio-code
...
cpu/stm32/periph/gpio: simplify condition code
2024-03-21 12:33:25 +00:00
Dylan Laduranty
72f78692e5
Merge pull request #20496 from emmanuelsearch/doxygen-community-processes
...
doxygen: added community processes (import from Wiki)
2024-03-21 10:47:21 +00:00
Emmanuel Baccelli
fd2a79d650
doxygen: added community processes (import from Wiki)
2024-03-21 11:44:18 +01:00
chrysn
d10fa1b394
Merge pull request #17554 from chrysn-pull-requests/rust-gcoap-add-saul
...
examples/rust-gcoap: Add SAUL
2024-03-21 00:47:27 +00:00
chrysn
48d4e8ae70
Merge branch 'master' into rust-gcoap-add-saul
2024-03-21 10:44:41 +10:00
chrysn
6acbebb294
examples/rust-gcoap: Regenerated Makefile.ci
2024-03-21 10:40:10 +10:00
Dylan Laduranty
a0dc699f08
Merge pull request #20491 from emmanuelsearch/doxygen-vision
...
doxygen: added vision.md imported from Wiki
2024-03-20 16:21:42 +00:00
Joshua DeWeese
fd105b7e77
cpu/stm32: remove redundant conditional compile
...
This patch removes a largely redundant block of conditional includes.
The removed includes are moved into the family specific headers so that
the more specific headers may override defaults defined in the shared
headers.
2024-03-20 11:29:25 -04:00
Mihai Renea
63e057cb50
drivers/at: Fix sync URC handling. at_send_cmd_get_lines() keeps EOL.
2024-03-20 14:32:09 +01:00
Teufelchen
30e745d242
Merge pull request #20467 from dylad/pr/cpu/stm32/usbdev_fs/dont_autopull_ztimer
...
cpu/stm32/periph/usbdev_fs: avoid using ztimer when not needed
2024-03-20 12:03:32 +00:00
Mihai Renea
218d79fee5
drivers/at: refactor for better unit testing of parsing methods
2024-03-20 12:50:07 +01:00
Mihai Renea
b40c9a0366
drivers/at: removed async URC handling.
2024-03-20 12:49:56 +01:00
chrysn
a3445618e7
Merge pull request #20490 from chrysn-pull-requests/codeowners-rust
...
codeowners: Notify chrysn on Rust PRs
2024-03-20 11:38:18 +00:00
Emmanuel Baccelli
ec0aaf9068
doxygen: added vision.md imported from wiki
2024-03-20 11:25:33 +01:00
chrysn
d8e693c238
Merge pull request #20489 from chrysn-pull-requests/riot-updates-before-2024.04
...
Rust updates for 2024.04
2024-03-20 09:31:52 +00:00
chrysn
c82ea19116
codeowners: Notify chrysn on Rust PRs
2024-03-20 19:24:09 +10:00
chrysn
a0ee4def10
rust: Selectively update riot-wrappers
...
Changes pulled by this are:
* optimizations around panicking <https://github.com/RIOT-OS/rust-riot-wrappers/pull/82 >
* administrative changes (CI fixes)
2024-03-20 16:00:08 +10:00
chrysn
7e8031fd80
rust: Update non-RIOT dependencies
...
All changes appear to be minor; some crates that were previously part of
the build dependencies twice can now be shared between build
dependencies.
2024-03-20 16:00:02 +10:00
chrysn
e8c28ef536
rust: Selectively update riot-sys
...
Changes pulled by this are:
* add hashes to riot-sys headers <https://github.com/RIOT-OS/rust-riot-sys/pull/43 >
* administrative changes (riot-sys 0.7.11, CI fixes)
2024-03-20 15:59:57 +10:00
Marian Buschsieweke
0c2601df7a
Merge pull request #20487 from mguetschow/dhcpv6-os
...
dist/tools/dhcpv6-pd_ia: recognize Debian correctly
2024-03-19 22:54:21 +00:00
Marian Buschsieweke
23d30cb106
Merge pull request #18870 from Teufelchen1/fix/llvm_gnrc_lorawan
...
llvm: Fix unused function warning
2024-03-19 20:00:58 +00:00
benpicco
17ec57ee6d
Merge pull request #20488 from dylad/pr/usbus/remove_deprecated_event
...
periph_usbdev: remove deprecated event flag
2024-03-19 19:49:04 +00: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
Teufelchen1
d19182c3e6
llvm: cpu/stm32: Fix unused function warning
2024-03-19 17:20:17 +01:00
Dylan Laduranty
6fdc00a1b5
drivers/periph/usbdev: remove deprecated event flag
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-19 16:41:27 +01:00
Dylan Laduranty
92c36df77b
cpu/sam0: don't enable TRFAIL interrupts
...
these interrupts were used to generate USBDEV_EVENT_TR_FAIL which is deprecated and will be removed
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2024-03-19 16:39:59 +01: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
Mikolai Gütschow
666d42971d
dist/tools/dhcpv6-pd_ia: recognize Debian correctly
2024-03-19 16:06:27 +01:00