board: posix: add native_posix board definition

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-12-21 08:14:19 -05:00 committed by Anas Nashif
commit 6b55598ad4
30 changed files with 1645 additions and 3 deletions

View file

@ -17,7 +17,7 @@ mapping:
type: str
"type":
type: str
enum: [ 'mcu', 'qemu', 'sim', 'unit' ]
enum: [ 'mcu', 'qemu', 'sim', 'unit', 'native']
"arch":
type: str
"toolchain":
@ -25,7 +25,7 @@ mapping:
seq:
-
type: str
enum: [ 'gccarmemb', 'issm', 'xcc', 'zephyr', 'espressif']
enum: [ 'gccarmemb', 'issm', 'xcc', 'zephyr', 'espressif', 'host']
"ram":
type: int
"flash":