mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2026-02-07 16:51:46 +00:00
targets: zephyr: Update for Zephyr 2.2 Zephyr 2.2 removed some deprecated compatibility headers, use the new location. targets: zephyr: Update for Zephyr 2.3 Rename CONFIG_FLOAT -> CONFIG_FPU based on the change done in Zephyr 2.3. JerryScript-DCO-1.0-Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org targets: zephyr: Update CI and docs for Zephyr 2.6 And to the latest Zephyr SDK 0.13.0. arduino_101 board is no longer supported by Zephyr 2.x, so replace it with qemu_x86 (i.e. QEMU emulation target) in CI and with frdm_k64f in docs. JerryScript-DCO-1.0-Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org
7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
CONFIG_BUILD_OUTPUT_BIN=y
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_NEWLIB_LIBC=y
|
|
CONFIG_FPU=y
|
|
CONFIG_MAIN_STACK_SIZE=2048
|
|
CONFIG_CONSOLE_HANDLER=y
|