mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
3f0e1862a8
add atmega328p support with: uart, timer, spi and gpio
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
/**
|
|
* @defgroup cpu_atmega328p Atmel ATmega328p
|
|
* @ingroup cpu
|
|
* @brief Implementation of Atmel's ATmega328p MCU
|
|
*/
|
|
|
|
/**
|
|
* @defgroup cpu_atmega328p_definitions Atmel ATmega328p Definitions
|
|
* @ingroup cpu_atmega328p
|
|
*/
|