1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/bench
Marian Buschsieweke 922276296e
drivers/periph/gpio_ll: pass gpio_conf_t by value
Now that `gpio_conf_t` is on all implemented platforms no larger than
a register, we can more efficiently pass it by value rather than via
pointer.
2024-01-21 09:19:08 +01:00
..
msg_pingpong tests/bench/msg_pingpong: fix compilation with clang 2023-07-18 12:24:08 +02:00
mutex_pingpong examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
periph_gpio_ll drivers/periph/gpio_ll: pass gpio_conf_t by value 2024-01-21 09:19:08 +01:00
runtime_coreapis tests/bench/runtime_coreapis: disable test with LLVM 2023-07-18 12:24:08 +02:00
sched_nop examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
sizeof_coretypes tests: Use size_t print format specifier 2023-12-21 12:02:37 +01:00
sys_atomic_utils examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
sys_base64 examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_flags_pingpong examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_yield_pingpong examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
timers examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
xtimer examples, tests: update Makefile.ci for AVR8 2023-12-01 19:37:05 +01:00
xtimer_load examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
ztimer examples, tests: update Makefile.ci for AVR8 2023-12-01 19:37:05 +01:00
Makefile.bench_common tests: move bench_ applications to bench/ subdirectory 2023-05-10 09:49:56 +02:00