1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00

48309 Commits

Author SHA1 Message Date
Fabian Hüßler
3dd00dbbfd drivers/netdev_ieee802154_submac: netdev_ieee802154_submac_soft_ack 2025-10-06 10:14:35 +02:00
Fabian Hüßler
4e0f52fc6e drivers/netdev_ieee802154_submac: add transmission of ACK 2025-10-05 21:43:41 +02:00
Fabian Hüßler
c7dd44583f ieee02154: add IEEE802154_CAP_AUTO_ACK 2025-10-05 21:42:32 +02:00
Fabian Hüßler
f7f8a571a2 ieee802154: add ieee802154_radio_has_capability 2025-10-05 21:42:32 +02:00
Fabian Hüßler
85c61b293d ieee802154: add ieee802154_radio_get_frame_filter_mode 2025-10-05 21:42:32 +02:00
Fabian Hüßler
78c2973a04 ieee802154/submac: change IRS flags handling 2025-09-10 11:12:05 +02:00
Fabian Hüßler
f7b86d703f ieee802154/submac: add some DEBUG() 2025-08-18 12:36:55 +02:00
crasbe
543714fb75
Merge pull request #21662 from AnnsAnns/picotool_bump
picotool/picosdk: Bump version
2025-08-15 10:36:00 +00:00
AnnsAnn
5056aa2df5 pkg/picosdk: bump version 2025-08-15 12:15:44 +02:00
AnnsAnn
5917bd6f39 tools/picotool: bump version 2025-08-15 12:15:29 +02:00
crasbe
4d4888984c
Merge pull request #21661 from mguetschow/guides-typo
guides/index: fix minor typo
2025-08-14 16:41:15 +00:00
crasbe
91d63add43
Merge pull request #21660 from mguetschow/guides-psutil
guides/installing: add psutil requirement for pyterm
2025-08-14 16:39:40 +00:00
Mikolai Gütschow
a6f28d17a2
guides/index: fix minor typo 2025-08-14 15:55:43 +02:00
Mikolai Gütschow
8e0619f4f3
guides/installing: add psutil requirement for pyterm 2025-08-14 15:46:57 +02:00
crasbe
c6e80f4405
Merge pull request #21658 from fabian18/pr/suit_class_id
export SUIT_CLASS_ID from suit.inc.mk
2025-08-14 12:21:27 +00:00
crasbe
165cc75a39
Merge pull request #21489 from fabian18/pr/shell_cmd_mtd
sys/shell/cmds: add MTD command from `mtd_raw` test
2025-08-14 12:18:43 +00:00
benpicco
f865852cd9
Merge pull request #21560 from benpicco/suit_get_public_key
sys/suit: add suit_get_public_key()
2025-08-14 12:15:48 +00:00
Fabian Hüßler
1d1b3547aa sys/shell/cmds: add mtd.doc.md 2025-08-14 13:52:46 +02:00
Fabian Hüßler
60e53ad074 sys/shell/cmds: add possibility to write raw bytes to MTD 2025-08-14 13:52:46 +02:00
Fabian Hüßler
4f8ea2c77e sys/shell/cmds: move mtd command from test to reusable shell commands 2025-08-14 13:52:46 +02:00
Fabian Hüßler
1cc8f34687 export SUIT_CLASS_ID from suit.inc.mk 2025-08-14 13:28:46 +02:00
Gunar Schorcht
dd32b0acf6
Merge pull request #21656 from gschorcht/boards/arduino-nano-esp32
boards: add Arduino Nano ESP32 board
2025-08-13 17:59:06 +00:00
Gunar Schorcht
42f5769499
Merge pull request #21649 from gschorcht/fix_ndebug_problems
tests: fix compilation problems with NDEBUG
2025-08-13 17:53:40 +00:00
benpicco
38ff4fe140
Merge pull request #21638 from benpicco/sys/suit-offset_warning
sys/suit: print warning if offset does not match
2025-08-13 16:24:24 +00:00
Gunar Schorcht
fc48c14db6 boards/arduino-nano-esp32: add board definition 2025-08-13 16:42:32 +02:00
Gunar Schorcht
2e72d046d0 pkg/driver_cryptocell_310: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
cd1e02774f tests/sys/vfs_iterate_mount: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
1c92c580b7 tests/sys/usbus_msc: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
d7192ff98a pkg/cifra: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
ebe353f580 pkg/tinyvcdiff: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
3f91b15470 tests/net/gnrc_tx_syn: NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
82838ce357 tests/net/gnrc_sixlowpan_frag_sfr_congure: NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
33e47a32cc tests/periph/flashpage: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
c6a9ba43f7 tests/net/ieee802154_hal: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
b37403d184 tests/drivers/w5100: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
e6f2014e6d tests/drivers/stm32_eth: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
2256552c1d tests/drivers/sam0_eth: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
cb793c2e2c tests/drivers/esp_eth: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
28264056e2 tests/drivers/encx24j600: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
4a9b896d63 tests/drivers/enc28j60: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
f82ed7e13e tests/drivers/dose: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
890691c1ac drivers/ws281x: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
2dc9c56071 drivers/cst816s: fix NDEBUG compilation problems 2025-08-13 15:43:58 +02:00
Gunar Schorcht
7062746aac cpu/rpx0xx: fix NDEBUG compilation problems 2025-08-13 15:43:57 +02:00
Gunar Schorcht
b24605bc06 pkg/uwb-dw1000: fix NDEBUG compilation problems 2025-08-13 15:43:57 +02:00
Gunar Schorcht
3402bfadb0 pkg/uwb-core: fix NDEBUG compilation problems 2025-08-13 15:43:57 +02:00
Gunar Schorcht
1de7e56493 tests/drivers/w5500: fix NDEBUG compilation problems 2025-08-13 15:43:57 +02:00
Gunar Schorcht
a4bcd624d3 tests/drivers/ethos: fix NDEBUG compilation problems 2025-08-13 15:43:57 +02:00
Gunar Schorcht
f183c38d56 sys/test_utils/netdev_eth_minimal: fix NDEBUG compilation problems 2025-08-13 15:43:57 +02:00
Gunar Schorcht
1053790197 drivers/soft_spi: fix NDEBUG compilation problems 2025-08-13 15:43:57 +02:00