enable aesio in Zephyr port & native_sim build container#10932
enable aesio in Zephyr port & native_sim build container#10932FoamyGuy wants to merge 4 commits intoadafruit:mainfrom
Conversation
…d scripts for native_sim build.
…r info to readme.
tannewt
left a comment
There was a problem hiding this comment.
Looks good! Want to make this an official devcontainer?
|
I can give it a try and add it as an alternative option. I wasn't familiar with devcontainer but have read up a little. I think personally I'd still opt to use these scripts over devcontainer in order to not have to bring node.js into the mix. I think it would be nice to have support for it though. It seems to be well supported in VSCode, and it's a standardized structure that people may already be familiar with so they can kind of get a jumpstart on cp-zephyr dev if they already know/use those tools. I'm more familiar with podman, but I see that devcontainer defaults to docker. For the devcontainer one I will try to implement it with docker so it can stick to devcontainer defaults wherever possible. It looks like it will need to handle the file ownership a little differently. |
PR includes the following changes:
make allzephyr boards to get their autogen files updated for msgpack and other resent changesDISABLED_MODULESlist to board circuitpython.toml file in zephyr port to turn core modules off on devices with limited flash. Needed this because nrf7002dk overflowed.aesiomodule and added test for it.