1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/native/include
Sebastian Meiling 32f1178ff0 native: fix c11_atomic sizes on FreeBSD
There is size difference for atomic_int_fast8 and atomiic_uint_fast8
on FreeBSD, i.e., they match uint32_t with size of 4 bytes instead of
uint8_t with size of 8. Hence, tests/c11_atomics_cpp_compat buildtest
fails on FreeBSD.
2020-01-23 13:23:02 +01:00
..
async_read.h
c11_atomics_compat_cpu.hpp native: fix c11_atomic sizes on FreeBSD 2020-01-23 13:23:02 +01:00
candev_linux_params.h
candev_linux.h
clang_compat.h
cpu_conf.h
cpu.h
mtd_native.h
native_internal.h
netdev_tap_params.h
netdev_tap.h cpu/native: fix typos 2019-11-23 22:39:36 +01:00
periph_conf.h remove XTIMER_OVERHEAD 2020-01-10 13:22:11 -08:00
periph_cpu.h
socket_zep_params.h cpu/native: fix typos 2019-11-23 22:39:36 +01:00
socket_zep.h
spidev_linux.h cpu/native: fix typos 2019-11-23 22:39:36 +01:00
trace.h
tty_uart.h