Added Kconfig and makefiles to be able to build a Zephyr application on Linux/gcc, and load via OpenOCD. Validated by running the hello world, and philosophers microkernel samples, and stepping through the code in gdb. Jira: ZEP-1109 Change-Id: If5d3e7b1a8ecf5ecf6a00f147742b3bc5716190f Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
11 lines
354 B
INI
11 lines
354 B
INI
[arch]
|
|
name = arm
|
|
platforms = qemu_cortex_m3 frdm_k64f arduino_due nucleo_f103rb stm32_mini_a15
|
|
olimexino_stm32 96b_nitrogen nrf52_pca10040 hexiwear_k64
|
|
nrf51_pca10028 nucleo_f401re 96b_carbon nrf51_blenano
|
|
arduino_101_ble cc3200_launchxl
|
|
supported_toolchains = zephyr gccarmemb
|
|
|
|
[qemu_cortex_m3]
|
|
qemu_support = true
|
|
|