1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00

5 Commits

Author SHA1 Message Date
Martine Lenders
350553345e
tests: gnrc_ipv6_ext_frag: make slack for pktbuf test dependent on BOARD
native64 has sizeof(size_t) == 8 and sizeof(void *) == 8 instead of 4, so we need more slack for
that board.
2025-12-05 18:05:02 +01:00
Martine Lenders
1163728e39
tests: gnrc_ipv6_ext_frag: harden expected Iface pattern for early TX ends
Otherwise the match below might fail spuriously
2025-12-05 17:11:33 +01:00
Mikolai Gütschow
69c15e1754
boards: make BOARD=native an alias for BOARD=native32 2025-04-01 12:39:06 +02:00
Frederik Haxel
5ed0bafc92 examples, tests: Changes for the native64 board
- Adapted build system and test checks for the native boards to include native64
- Added `native64` to the same tests as `native`
2024-02-05 22:02:14 +01:00
Alexandre Abadie
6247f8a960
tests: move net related applications to tests/net 2023-05-12 16:36:39 +02:00