sim: Add Micropython config (WIP)
Summary
Add Micropython Config for running Micropython on NuttX Sim
See Micropython support PR:
https://github.com/apache/incubator-nuttx-apps/pull/840
TODO:
- [x] Micropython config
- [ ] Socket support
Impact
None
Testing
I didn't know that the CI will build every sim configuration. It looks like the Micropython isn't building in the CI.
I didn't know that the CI will build every sim configuration. It looks like the Micropython isn't building in the CI.
The micropython config is building, it's failing though, because it depends on the apps part. BTW, it also needs "refreshing": ./tools/refresh.sh --silent sim:micropython.
I didn't know that the CI will build every sim configuration. It looks like the Micropython isn't building in the CI.
The micropython config is building, it's failing though, because it depends on the apps part. BTW, it also needs "refreshing":
./tools/refresh.sh --silent sim:micropython.
Oh yeah, of course it needs the apps part. Thanks, I refreshed the config.