Skip to content

Update Zephyr target to 2.7.0 #4838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2021

Conversation

rtakacs
Copy link
Contributor

@rtakacs rtakacs commented Nov 30, 2021

  • Updated Zephyr from v2.5 to v2.7

    • Introduced west meta-tool (by Zephyr) that makes build and flash easier.
    • Eliminated unnecessary Makefiles
      • The CMake file in targets/zephyr folder is responsible to build JerryScript and Zephyr.
    • Added necessary jerry-port and jerry-module functions.
  • Updated README.md file

    • Dropped qemu_x86, qemu_cortex_m3, frdm_k64f target descriptions.
      • Added descriptions for stm32f4-discovery, because this tutorial had been tried out on that.
    • Dropped to download the full Zephyr SDK (~1.1 GB) for all the architectures.
      • Instead, just Zephyr ARM toolchain is dowloaded (~140 MB).
    • Added west description for build and flash
  • Updated Makefile.travis according to west

JerryScript-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
Copy link
Contributor

@robertsipka robertsipka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice simplification, I've tried it, works on stm32f4 board. LGTM

@ossy-szeged ossy-szeged added the targets Related to embedding target devices label Dec 2, 2021
Copy link
Member

@dbatyai dbatyai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dbatyai dbatyai merged commit a1c1d42 into jerryscript-project:master Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
targets Related to embedding target devices
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants