Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update to 4.2.0-rc3#154

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
facchinm merged 8 commits intoarduino:arduinofrompillo79:pr-static-compile
Jul 17, 2025
Merged

Conversation

pillo79
Copy link

  • Zephyr 4.2.0-rc3 + usual patches
  • Flexible python tool to get the addresses of symbols from the Zephyr binary and create the files withPROVIDE(...) entries
  • Renamed "llext" to "dynamic" and "linked" to "static" in the menus
  • Addedundefined reference to...-style checks to dynamic builds (needs a not-yet-releasedarduino-cli)

Switch to 4.2.0-rc3 + outstanding PRs.
Add a new Python script `extra/gen_provides.py` to generate theprovides.ld file for linked builds, replacing the previousapproach that used 'readelf' and 'gdb'.Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
Stop the build when a sketch exceeds the maximum size defined by the'user_sketch' node in the device tree.Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
- compiler.zephyr.arch.define is always included in generated  cflags/cxxflags- compiler.zephyr is always empty- build.extra_extra_ldflags is not used anywhere
Refactor C33 'linked' mode into a common 'static' build, and the usualLLEXT mode as 'dynamic' build.
This commit adds compile-time checking of the sketch to verify that allsymbols not directly resolved in the sketch are defined in the Zephyrcore. This reuses the 'linked' logic, but defines the llext-specificsymbols only.Signed-off-by: Luca Burelli <l.burelli@arduino.cc>
@facchinmfacchinm merged commita3fa5b8 intoarduino:arduinoJul 17, 2025
15 checks passed
@mjs513
Copy link

@pillo79 -@facchinm -@KurtE

Looks like 4.2 is released - is it worth it to update to 4.2 since the core hasn't been updated yet:https://github.com/zephyrproject-rtos/zephyr

pillo79 pushed a commit that referenced this pull requestAug 1, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@pillo79@mjs513@facchinm

[8]ページ先頭

©2009-2025 Movatter.jp