Frederik Haxel
64c551a714
unittests/tests-fib: Fix array size types
...
Reverts the type changes for the array size variables, as `size_t` is needed
in the function calls `fib_get_next_hop` and `fib_get_destination_set`.
Fixes 475a55136a
2024-01-15 11:26:36 +01:00
benpicco
f7d018c355
Merge pull request #20252 from maribu/tools/openocd-rtt/debug
...
tools/openocd-rtt: also open GDB port
2024-01-13 21:05:09 +00:00
benpicco
57994daa46
Merge pull request #20251 from maribu/boards/e180-zg120b-tb/openocd
...
boards/e180-zg120b-tb: add support for OpenOCD
2024-01-13 20:41:50 +00:00
Marian Buschsieweke
4fc7700a0f
tools/openocd-rtt: also open GDB port
...
When using OpenOCD RTT (real-time transfer) for stdio with
`USEMODULE=stdio_rtt make ...`, it is no longer possible to debug
while being connected to stdio. By also opening gdb at RIOT's default
GDB port, `make debug-client` can be used to connect from GDB to the
OpenOCD instance providing stdio via RTT.
2024-01-13 12:47:37 +01:00
Marian Buschsieweke
f5a9e084c9
boards/e180-zg120b-tb: add support for OpenOCD
2024-01-13 12:03:15 +01:00
benpicco
c7dc3050db
Merge pull request #20249 from fzi-haxel/pr/size_t_format_fixes
...
print: Missing size_t print format specifiers
2024-01-13 08:51:14 +00:00
Frederik Haxel
291c89f1e7
sys/net/gnrc: Fixed wrong PRIuSIZE format specifier
2024-01-12 17:17:33 +01:00
Frederik Haxel
a6a6e31699
tests/unittests/tests-uri_parser: Added PRIuSIZE
2024-01-12 17:17:33 +01:00
Frederik Haxel
381cae6eb1
drivers: Added PRIuSIZE print format specifier
2024-01-12 17:17:33 +01:00
benpicco
ca1c09e382
Merge pull request #20248 from fzi-haxel/pr/bump_ccn_lite
...
pkg/ccn-lite: Bump version
2024-01-12 12:12:29 +00:00
benpicco
31da90ea7f
Merge pull request #20246 from benpicco/microkernel
...
doc/mainpage: don't claim to be a microkernel
2024-01-12 08:37:49 +00:00
benpicco
47b5eebf84
Merge pull request #20247 from benpicco/cpu/avr8-pm_layered
...
cpu/avr8_common: allow to build with !periph_pm
2024-01-11 21:02:28 +00:00
Benjamin Valentin
ce36ca50ab
core/panic: fix build with !periph_pm
2024-01-11 21:21:30 +01:00
Benjamin Valentin
7add6c2fcc
cpu/avr8_common: make pm_layered a DEFAULT_MODULE
...
This lets us disable it.
2024-01-11 21:14:43 +01:00
benpicco
0c80553534
Merge pull request #20244 from benpicco/sys/shell/cmds-version
...
sys/shell: add firmware version to version cmd
2024-01-11 17:56:40 +00:00
Benjamin Valentin
ca97f8ab2b
doc/mainpage: don't claim to be a microkernel
...
We are clearly not and this just sets wrong expectations.
2024-01-11 16:59:50 +01:00
Frederik Haxel
53c4a16b58
pkg/ccn-lite: Bump version
2024-01-11 16:09:45 +01:00
Benjamin Valentin
235d3f059c
boards/samd2x-xpro: enable riotboot
2024-01-11 14:38:35 +01:00
Benjamin Valentin
f932552b99
sys/shell: add firmware version to version cmd
2024-01-11 14:38:15 +01:00
benpicco
714958ad3c
Merge pull request #20241 from benpicco/busy_wait
...
sys/busy_wait: add busy wait helper
2024-01-11 12:19:31 +00:00
Benjamin Valentin
9cf1c47e86
tests/sys/busy_wait: add test for busy wait
2024-01-11 13:02:56 +01:00
benpicco
bb4c4ddf20
Merge pull request #20243 from benpicco/gnrc_ipv6_nib_pl_set-relax
...
gnrc/nib: allow prefix to be on-link without being used for address
2024-01-10 22:19:03 +00:00
Benjamin Valentin
fff9ff14da
cpu/esp32: add busy loop cycles for all sub-arches
2024-01-10 22:43:31 +01:00
Benjamin Valentin
8bcfe7b7b6
cpu/esp8266: ESP8266 needs 5 cycles per busy loop
2024-01-10 22:43:31 +01:00
Benjamin Valentin
5dc43bd62d
cpu/avr8_common: AVR-8 needs 7 cycles per busy loop
2024-01-10 22:43:31 +01:00
Benjamin Valentin
433438c924
gnrc/nib: allow prefix to be on-link without being used for address
2024-01-10 14:49:03 +01:00
Marian Buschsieweke
5fa94b5745
Merge pull request #20238 from benpicco/nanocoap_sock_fetch
...
nanocoap_sock: implement FETCH methods
2024-01-10 08:04:27 +00:00
benpicco
2e3037c3aa
Merge pull request #20240 from benpicco/cpu/atmega-no_thread
...
cpu/avr8_common: fix build with !core_thread
2024-01-09 22:13:30 +00:00
Benjamin Valentin
cb76cc17e9
cpu/native: fix build with !core_thread
2024-01-09 23:02:01 +01:00
Benjamin Valentin
79b51efc15
cpu/cortexm_common: Cortex M0/M23 needs 4 cycles/busy loop
2024-01-09 19:03:15 +01:00
Benjamin Valentin
bfd29f0fa7
sys/busy_wait: add busy wait helper
2024-01-09 19:03:15 +01:00
Benjamin Valentin
112e378fcc
cpu/avr8_common: fix build with !core_thread
2024-01-09 19:00:22 +01:00
Benjamin Valentin
14d0cf5d87
Makefile.dep: don't include idle thread with !core_thread
2024-01-09 18:59:58 +01:00
Benjamin Valentin
b9a76ea094
core/init: avoid context switch with !core_thread
2024-01-09 18:59:28 +01:00
benpicco
4c74405fc1
Merge pull request #20239 from benpicco/dist/tools/riotboot_gen_hdr-update
...
dist/tools/riotboot_gen_hdr/genhdr: add update command
2024-01-09 15:17:57 +00:00
Benjamin Valentin
9d350f08c0
dist/tools/riotboot_gen_hdr/genhdr: add update command
...
Sometimes we want to roll-back to a previous firmware version.
To do so we need a higher riotbot version numbers still.
Add an update command to the riotboot_gen_hdr tool so that an existing
firmware image can be re-rolled out with a new version number.
2024-01-09 16:15:27 +01:00
Benjamin Valentin
7240f707a5
nanocoap_sock: implement FETCH methods
2024-01-09 12:40:10 +01:00
benpicco
45bc3bbcdc
Merge pull request #20237 from benpicco/suit_worker_done_cb
...
sys/suit: introduce suit_worker_done_cb()
2024-01-09 08:01:28 +00:00
Benjamin Valentin
7c9345f53a
sys/suit: introduce suit_worker_done_cb()
2024-01-08 20:39:12 +01:00
Marian Buschsieweke
ec4d1b05e6
Merge pull request #20235 from maribu/dist/zsh-completion
...
dist/tools/zsh-completion: provide completion for zsh
2024-01-08 12:50:51 +00:00
Marian Buschsieweke
82b7e10988
dist/tools/zsh-completion: provide completion for zsh
...
This adds command completion that, when manually installed, provides
RIOT-aware command completion for `make` in zsh. The completion
supports:
- most commonly used `make` goals including a help text
- most commonly used `make` variables (such as `BOARD=`, `LTO=`,
`BUILD_IN_DOCKER=`, `TOOLCHAIN=`)
- possible values for these variables, including a list of boards
detected at runtime to complete `BOARD=`
Co-authored-by: mguetschow <mikolai.guetschow@tu-dresden.de>
2024-01-08 13:48:17 +01:00
benpicco
bbf5e23cf9
Merge pull request #19786 from gschorcht/cpu/esp32/periph/sdmmc
...
cpu/esp32/periph: add low-level SDMMC peripheral driver for ESP32 and ESP32-S3
2024-01-07 16:51:16 +00:00
benpicco
dca974d114
Merge pull request #20234 from gschorcht/drivers/mtd/fix_mtd_write_sector
...
drivers/mtd: fix mtd_write_sector
2024-01-07 16:50:39 +00:00
Gunar Schorcht
60ab86b273
tests/pkg/fatfs_vfs: add SDMMC support
2024-01-07 17:02:10 +01:00
Gunar Schorcht
caa31ecbdc
drivers/mtd: fix mtd_write_sector
...
Parameter `num` of `mtd_write_page_raw` is the number of bytes to be written, which is the number of sectors to be written`count` multiplied by the pages per sector `mtd->pages_per_sector` and the page size `mtd->page_size`.
2024-01-07 16:47:11 +01:00
Marian Buschsieweke
0e1632c036
Merge pull request #20232 from maribu/mailmap
...
.mailmap: map my old email to my new email address
2024-01-05 14:02:48 +00:00
Marian Buschsieweke
73fe29f5c7
.mailmap: map my old email to my new email address
2024-01-05 13:27:35 +01:00
Kevin "Tristate Tom" Weiss
32af5758ee
Merge pull request #20229 from benpicco/tests/build_system-drop_kconfig
...
tests/build_system: drop Kconfig tests
2024-01-05 08:03:21 +00:00
Gunar Schorcht
00c9bb73d8
tests/pkg/fatfs: add SDMMC support
2024-01-05 07:22:27 +01:00
Gunar Schorcht
517cbc59ff
boards/esp32-wrover-kit: add SDMMC support
2024-01-05 07:22:27 +01:00