1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/cpu_efm32_features
Gaëtan Harter a9e7e1b1d0
tests: do not unconditionally set BOARD
Remove unconditionally setting 'BOARD' to an hardwritten value.
The definition must be moved before including 'Makefile.tests_common' as
it defines 'BOARD ?= native'.
2019-08-14 17:11:34 +02:00
..
main.c tests: cpu_efm32_features: add test application 2018-06-17 14:59:36 +02:00
Makefile tests: do not unconditionally set BOARD 2019-08-14 17:11:34 +02:00
README.md tests: cpu_efm32_features: add test application 2018-06-17 14:59:36 +02:00

EFM32 CPU Features

Introduction

The EFM32 support several features that can be toggled compile-time.

This test will ensure that RIOT-OS will compile whenever these features are toggled.

Expected result

The test application compiles for EFM32-based boards.