mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
80bd203b4d
GPIO_BOTH gpio_flank_t; UART_PARTY_MARK and UART_PARTY_SPACE in uart_parity_t; and UART_DATA_BITS_5 and UART_DATA_BITS_6 uart_data_bits_t enum values where missing from the periph_cpu.h header since they are not supported by the CPU. This was causing some tests to fail to compile, but only after adding the periph_timer module. This patch adds those missing macros and makes the corresponding functions fail when trying to use them. A minor fix to the NWDT_TIME_LOWER_LIMIT value setting it to 1U to avoid a -Werror=type-limits error in the tests/periph_wdt test. In theory 0 is a totally valid value although a bit useless since it will trigger the WDT right away. |
||
---|---|---|
.. | ||
include | ||
ldscripts | ||
periph | ||
vendor | ||
cpu.c | ||
doc.txt | ||
isr_qn908x.c | ||
Kconfig | ||
Kconfig.clk | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
system.c | ||
vectors.c |