Using dynamically linked mbedtls
Checks
-
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
-
I've searched for existing issues regarding this feature, and didn't find any.
Description
after updated to https://github.com/openwrt/packages/blob/master/lang/python/micropython/Makefile it starts to fail to compile because of for some reason mbedtls_config_check running on v2 config file, and when I checked patch for it
https://github.com/openwrt/packages/blob/master/lang/python/micropython/patches/040-extmod-use-external-mbedtls.patch It never attempted to get upstream support. so I'd ask how to fix or have defined way to micropython to use dynamically linked system mbedtls
Code Size
No response
Implementation
- I intend to implement this feature and would submit a Pull Request if desirable.
- I hope the MicroPython maintainers or community will implement this feature.
- I would like to Sponsor development of this feature.
Watch mode for mpremote
Checks
-
I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.
-
I've searched for existing issues regarding this feature, and didn't find any.
Description
Please consider adding a "watch" mode for mpremote, which will watch a root directory for changes and sync those changes to the micropython filesystem. This would make me much more efficient during heavy cycles of development.
Code Size
I think the efficiency gains for MicroPython developers would be great.
Implementation
- I intend to implement this feature and would submit a Pull Request if desirable.
- I hope the MicroPython maintainers or community will implement this feature.
- I would like to Sponsor development of this feature.