mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2d3f7bf17c
Update features definitions and configurations. Now atxmega define features that only are full available on all variations and do not require any definition at periph_conf.h file. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
8 lines
180 B
Makefile
8 lines
180 B
Makefile
CPU_MODEL = atxmega256a3bu
|
|
|
|
FEATURES_PROVIDED += periph_i2c
|
|
FEATURES_PROVIDED += periph_spi
|
|
FEATURES_PROVIDED += periph_uart
|
|
|
|
include $(RIOTBOARD)/common/atxmega/Makefile.features
|