mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0aa6b04249
This commit adds the periph_uart_mode USEMODULE It implements all functionality defined in the common uart driver This means all parity modes, data bits, and stop bits
7 lines
193 B
Makefile
7 lines
193 B
Makefile
FEATURES_PROVIDED += periph_cpuid
|
|
FEATURES_PROVIDED += periph_hwrng
|
|
FEATURES_PROVIDED += periph_uart_modecfg
|
|
FEATURES_PROVIDED += puf_sram
|
|
|
|
-include $(RIOTCPU)/cortexm_common/Makefile.features
|