1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/cpu_avr8_xmega_drivers
Gerson Fernando Budke 0232e9d89c boards: Introduce atxmega-a1-xplained board
Add initial version.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-08-24 21:25:14 -03:00
..
cpu_tests.h tests: Add cpu_avr8_xmega_drivers tests 2021-08-24 08:35:41 -03:00
main.c tests: Add cpu_avr8_xmega_drivers tests 2021-08-24 08:35:41 -03:00
Makefile boards: Introduce atxmega-a1-xplained board 2021-08-24 21:25:14 -03:00
README.md tests: Add cpu_avr8_xmega_drivers tests 2021-08-24 08:35:41 -03:00
test_ebi.c boards: Introduce atxmega-a1-xplained board 2021-08-24 21:25:14 -03:00

AVR-8 xmega CPU Drivers

Introduction

The AVR-8 xmega CPU has additional drivers. This test application ensure that all these driver is OK.

Current tests includes:

  • ATxmega External Bus Interface - EBI

Expected result

The test application compiles for ATxmega based boards and success run.