sim: Add Berry interpreter configuration#19224
Open
speccy88 wants to merge 1 commit into
Open
Conversation
|
xiaoxiang781216
previously approved these changes
Jun 26, 2026
acassis
previously approved these changes
Jun 26, 2026
Contributor
|
Hi @speccy88 please fix Doc |
089cab5 to
4c55e0c
Compare
acassis
approved these changes
Jun 27, 2026
Contributor
|
@speccy88 seems like the defconfig you added is not updated (normalized) with the current nuttx-apps and/or nuttx repos: Please rebase your branch with upstream repos and then normalize your board: |
4c55e0c to
7239051
Compare
Author
|
Updated after apache/nuttx-apps#3564 merged. I rebased this branch again onto current apache/nuttx master and reran the requested normalization with current apache/nuttx-apps master available as ../apps: ./tools/refresh.sh --silent sim:berryThe refresh completed with no tracked defconfig diff. I also verified locally: ./tools/checkpatch.sh -c -u -m -g origin/master..HEAD
git diff --check origin/master..HEAD
./tools/configure.sh -a ../apps sim:berry
make olddefconfig
make -j8The local sim:berry build completed successfully. I also smoke-tested the simulator: berry -v
berry -e print(40+2)which printed Current pushed head: bcac56e. |
Add a sim:berry configuration to exercise the Berry interpreter. Document the new berry command under applications/interpreters. Signed-off-by: Frederick Blais <fred_blais5@hotmail.com>
7239051 to
bcac56e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation/applications/interpreters/berry.sim:berryconfiguration that enables the Berry interpreter and its required dependencies.Context
This is the NuttX-side companion for the optional Berry interpreter app proposed in apache/nuttx-apps#3564.
Testing
Built
sim:berryagainst apache/nuttx-apps#3564 locally on macOS arm64:Runtime smoke test: