Skip to content

Migrate-s3-boards #781

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

Merged
merged 8 commits into from
Jul 24, 2025
Merged

Migrate-s3-boards #781

merged 8 commits into from
Jul 24, 2025

Conversation

tyeth
Copy link
Member

@tyeth tyeth commented Jul 22, 2025

Not to be merged until after S2 boards migration release, v107, then this PR tested first on each target:

"feather_esp32s3_4mbflash_2mbpsram",
"feather_esp32s3_reverse_tft",
"feather_esp32s3_tft",
"qtpy_esp32s3_n4r2",

@tyeth tyeth force-pushed the migrate-s3-boards branch from 7d65829 to 8764cd6 Compare July 22, 2025 16:23
@tyeth tyeth marked this pull request as ready for review July 23, 2025 18:08
@tyeth tyeth requested a review from brentru July 23, 2025 18:09
@tyeth
Copy link
Member Author

tyeth commented Jul 23, 2025

S3 Firmware Migration branch is ready for review @brentru

@tyeth tyeth force-pushed the migrate-s3-boards branch from 97805ec to 00ca019 Compare July 23, 2025 18:11
@tyeth
Copy link
Member Author

tyeth commented Jul 24, 2025

Fully tested @brentru, this is now ready for release once reviewed

Copy link
Member

@brentru brentru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tyeth I had some questions

Comment on lines +156 to +161
for attempt in 1 2 3; do
echo "Attempt $attempt: Fetching tinyuf2 release info for board $BOARD_NAME"
API_RESPONSE=$(curl --silent --fail https://api.github.com/repos/adafruit/tinyuf2/releases/latest)
if [ $? -ne 0 ]; then
echo "Attempt $attempt: curl failed to fetch release info."
if [ "$attempt" -eq 3 ]; then exit 1; else sleep $((60 + RANDOM % 40)); continue; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you remove the attempt loop? I'd rather the step fail so we can see what/why/where it failed and manually kick it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it fail often?

@tyeth
Copy link
Member Author

tyeth commented Jul 24, 2025 via email

@tyeth tyeth merged commit 10c9ef1 into main Jul 24, 2025
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants