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
|
2020-03-04 13:28:21 +01:00
|
|
|
![Terminal running RIOT native]
|
|
|
|
(https://raw.githubusercontent.com/wiki/RIOT-OS/RIOT/images/Native.jpg)
|
2018-07-26 11:48:55 +02:00
|
|
|
|
|
|
|
# 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
|
2019-04-06 15:05:07 +02:00
|
|
|
- SPI: Runtime configurable - `/dev/spidev*` are supported (Linux host only)
|
2020-02-21 12:51:41 +01:00
|
|
|
|
|
|
|
# Building native with debug flags
|
|
|
|
@deprecated `make all-debug` is deprecated; `make all` now builds with debugs
|
|
|
|
flags by default. The target will be removed after the 2020.10
|
|
|
|
release.
|
|
|
|
|
|
|
|
To build with debug flags for `native` use `make all-debug` instead of
|
|
|
|
`make all`
|
2018-07-26 11:48:55 +02:00
|
|
|
*/
|