Skip to content

targets: add esp32s3-supermini#5280

Merged
deadprogram merged 1 commit intotinygo-org:devfrom
gandarez:feat/esp32s3-supermini
Apr 4, 2026
Merged

targets: add esp32s3-supermini#5280
deadprogram merged 1 commit intotinygo-org:devfrom
gandarez:feat/esp32s3-supermini

Conversation

@gandarez
Copy link
Copy Markdown
Contributor

@gandarez gandarez commented Apr 3, 2026

This PR adds support for ESP32S3-SuperMini board.

@gandarez gandarez force-pushed the feat/esp32s3-supermini branch from fd8c45a to aa3a1c7 Compare April 3, 2026 18:34
@gandarez gandarez changed the title targets: esp32s3-supermini targets: add esp32s3-supermini Apr 3, 2026
@gandarez gandarez force-pushed the feat/esp32s3-supermini branch from aa3a1c7 to dba98ed Compare April 3, 2026 19:07
@deadprogram
Copy link
Copy Markdown
Member

Something not quite right here @gandarez perhaps you need to rebase this branch against the latest dev?

@gandarez gandarez force-pushed the feat/esp32s3-supermini branch from dba98ed to f9dc46c Compare April 4, 2026 12:25
@gandarez
Copy link
Copy Markdown
Contributor Author

gandarez commented Apr 4, 2026

@deadprogram rebased and still fails, any thoughts?

# esp32s3-supermini
/go/bin/tinygo build -size short -o test.bin -target=esp32s3-supermini      examples/blinky1
No available targets are compatible with triple "xtensa"
make: *** [GNUmakefile:923: smoketest] Error 1

@deadprogram
Copy link
Copy Markdown
Member

@deadprogram rebased and still fails, any thoughts?

# esp32s3-supermini
/go/bin/tinygo build -size short -o test.bin -target=esp32s3-supermini      examples/blinky1
No available targets are compatible with triple "xtensa"
make: *** [GNUmakefile:923: smoketest] Error 1

Yes. You need to move those tests inside the $XTENSA flags: https://github.com/gandarez/tinygo/blob/f9dc46c9e1f833f89d56113f5971301671f0a3d4/GNUmakefile#L915-L954

@gandarez gandarez force-pushed the feat/esp32s3-supermini branch from f9dc46c to 775ea6b Compare April 4, 2026 13:13
@deadprogram
Copy link
Copy Markdown
Member

Looks good @gandarez thanks for the addition. Now merging.

@deadprogram deadprogram merged commit 3bd565c into tinygo-org:dev Apr 4, 2026
23 of 24 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