Conversation
# Conflicts: # ports/zephyr-cp/cptools/build_circuitpython.py
|
Not sure why the nordic_nrf54h20dk build shows failing now. The tail end of the log (https://github.com/adafruit/circuitpython/actions/runs/24542014373/job/71836502949?pr=10952#step:10:22451) looks like a pretty normal successful build to my eye but shows I am able to successfully build the nordic_nrf54h20dk locally. Though I do notice the end of the output has a bit different numbers inside the square brackets for some steps as compared to the actions run, not sure if it means anything. |
|
@FoamyGuy The raw logs show a flash overflow, but the regular log does not, which is weird. |
|
Ahh, thank you, I disabled |
Added a native_sim test to validate the decoding.
Also updated the jpegio docstrings example to contain the remaining steps to show the jpeg on a display.