2018-07-26 11:48:55 +02:00
|
|
|
/**
|
|
|
|
@defgroup boards_native Native Board
|
|
|
|
@ingroup boards
|
2018-08-10 10:58:36 +02:00
|
|
|
@brief Support for running RIOT in native
|
2018-07-26 11:48:55 +02:00
|
|
|
|
|
|
|
[Family: native](https://github.com/RIOT-OS/RIOT/wiki/Family:-native)
|
|
|
|
|
|
|
|
# Overview
|
|
|
|
![Terminal running RIOT native](https://raw.githubusercontent.com/wiki/RIOT-
|
|
|
|
OS/RIOT/images/Native.jpg)
|
|
|
|
|
|
|
|
# Hardware
|
|
|
|
- CPU: Host CPU
|
|
|
|
- RAM: Host RAM
|
|
|
|
- Flash: Host file system
|
|
|
|
- Network: Tap Interface
|
|
|
|
- UART: Runtime configurable - `/dev/tty*` are supported
|
|
|
|
- Timers: Host timer
|
|
|
|
- LEDs: One red and one green LED - state changes are printed to the UART
|
2019-01-22 23:15:22 +01:00
|
|
|
- PWM: Dummy PWM
|
|
|
|
- QDEC: Emulated according to PWM
|
2018-07-26 11:48:55 +02:00
|
|
|
*/
|