targets: zephyr: Update for Zephyr 2.x (#4731)

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
This commit is contained in:
Paul Sokolovsky
2021-08-26 15:55:30 +03:00
committed by GitHub
parent 3bcd48f72d
commit be910b9867
6 changed files with 46 additions and 70 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ jobs:
- run: make -f ./targets/mbedos5/Makefile.travis install
- run: make -f ./targets/mbedos5/Makefile.travis script
Zephyr_Arduino_101_Build_Test:
Zephyr_Qemu_x86_Build_Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2