nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

sim: Add Micropython config (WIP)

Open mransom-campbell opened this issue 4 years ago • 3 comments

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

mransom-campbell avatar Aug 24 '21 18:08 mransom-campbell

I didn't know that the CI will build every sim configuration. It looks like the Micropython isn't building in the CI.

mransom-campbell avatar Aug 24 '21 19:08 mransom-campbell

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.

Ouss4 avatar Aug 24 '21 19:08 Ouss4

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.

mransom-campbell avatar Aug 24 '21 19:08 mransom-campbell