speccy88 opened a new pull request, #19224:
URL: https://github.com/apache/nuttx/pull/19224

   ## Summary
   
   - Add Berry interpreter documentation under 
`Documentation/applications/interpreters/berry`.
   - Add a `sim:berry` configuration 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:berry` against apache/nuttx-apps#3564 locally on macOS arm64:
   
   ```sh
   ./tools/configure.sh -a ../nuttx_apps_berry_pr sim:berry
   make olddefconfig
   make -j8
   ```
   
   Runtime smoke test:
   
   ```text
   NuttShell (NSH)
   nsh> berry -v
   Berry 1.1.0
   nsh> berry -e print(40+2)
   42
   nsh> berry
   Berry 1.1.0 (build in Jun 26 2026, 09:34:41)
   [clang 21.0.0 (clang-2100.1.1.101)] on NuttX (default)
   > import os
   > os.exit(0)
   nsh>
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to