-
Notifications
You must be signed in to change notification settings - Fork 23
build with MicroPython #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
on commit bab04f6 |
|
Hi, I wonder if these changes would be better in the micropython repository rather than here? The micropython reboot module is only depending on exported functionality, and duplicating the build rules with a custom linker script wouldn't be very complicated. |
|
1、 My idea is to integrate picowota_reboot into MicroPython as a module. import picowota_reboot
picowota_reboot.reboot(True)I think if PICOWOTA_WIFI_* can using config_file(or other plan), can add change function on picowota_reboot, Thus realizing a complete automatic ota function on MicroPython app.py(user Program). 2、 pr adds a separate file, which will not be used in other c projects. In MicroPython, it can be directly built with link instructions. 3、It is actually not necessary for this project, I think it can not be merged, but the PR is reserved for reference and merged by people with the same needs. My English is not good, use the translator, sorry. |
fix .mk issue
not in bootloader add return 0
nice work! Thank you!
I use it to build rp2040 micropython, need to add GC information to complete the build