1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:52:44 +01:00
RIOT/tests/core
Frederik Haxel 7a1c099e7b tests: 64 bit compatibility
Fixed compilation errors. Mostly DEBUG/printf formatting and void pointer casting.

Other changes are:
* net/gnrc_sixlowpan_frag_*: Generalized packet size calculation
* cpu/native_backtrace: Reduced required backtrace size to 3 for 64-bit
* periph/flashpage: Simplified test
* unittests/tests-pktbuf: Generalized alignment
* sys/architecture: Extended test for 64-bit
2024-01-30 09:31:00 +01:00
..
bitarithm_timings examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
cond_order examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
deferred_yield_higher
irq examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
irq_cpp
irq_disable_restore examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
isr_yield_higher examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
msg_avail
msg_queue_capacity examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
msg_queue_print tests: 64 bit compatibility 2024-01-30 09:31:00 +01:00
msg_send_receive
msg_try_receive
mutex_cancel examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
mutex_order examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
mutex_unlock_and_sleep
rmutex examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
rmutex_cpp examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
sched_change_priority native: only set TERMFLAGS for pyterm 2023-12-18 13:44:20 +01:00
sched_testing
thread_basic
thread_cooperation tests/core/thread_cooperation: clean up test 2023-10-26 10:34:01 +02:00
thread_exit examples, tests: update Makefile.ci for AVR8 2023-12-01 19:37:05 +01:00
thread_flags examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_flags_xtimer examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_float examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_flood
thread_msg examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_msg_block_race examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_msg_block_w_queue
thread_msg_block_wo_queue
thread_msg_bus examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_msg_seq examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_priority_inversion
thread_race
thread_stack_alignment tests: Use size_t print format specifier 2023-12-21 12:02:37 +01:00
thread_zombie tests: 64 bit compatibility 2024-01-30 09:31:00 +01:00
Makefile.core_common