Update to V1.27.0, fix boards and add new boards.#5
Update to V1.27.0, fix boards and add new boards.#5Josverl wants to merge 8 commits intomicropython:mainfrom
Conversation
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
- Refine README for clarity on build and flash instructions. - Add dependencies.lock for component management. - Adjust CMakeLists.txt to use consistent variable names. - Enhance idf_component.yml with additional dependencies and rules. - Update mpconfigboard.cmake to include sdkconfig.board. - Introduce sdkconfig.board for custom partition table configuration. Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
…ild instructions. Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
- CUSTOM_ESP32_C6 with configuration files and build instructions Signed-off-by: Jos Verlinde <jos_verlinde@hotmail.com>
|
Thanks for this. Overall it looks good, but I'd like to merge #4 first. |
|
Thanks, makes sense to work by order. There are a few things that I did not yet complete validating:
|
|
I can test PYBD if needed. |
|
This doesn't build for me, on ESP32? Steps: Compile failureThe final build step fails with a slew of warnings about Nimble redefinitions, and then compiler errors on extmod/nimble/ that appear related to missing sdkconfig? I have the same issue with own (much smaller changeset) that updates to 1.27, and I don't see any bluetooth changes in this changeset. Is there anything locally in your tree that hasn't been comitted that we're missing? |
|
lol, esp-idf 5.5.1 works, 5.5.3 fails :) out of time for looking at that. |
|
I don't believe this addresses 4f193132d2de4b4 but that's possibly just by chance that none of the current boards use usb. I've run into this myself while testing my own 1.27 update. |
I found that the example boards did not build anymore due to changes to the upstream micropython/micropython repo
Updated:
staticAdded new custom boards for some current hardware
Testing
checked the code and am responsible for the description above.