Skip to content

Commit 5a9f05e

Browse files
committed
esp32s3: simplify loading and check extensions
1 parent d2971bf commit 5a9f05e

File tree

3 files changed

+2
-58
lines changed

3 files changed

+2
-58
lines changed

builder/builder_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ func TestClangAttributes(t *testing.T) {
2828
"cortex-m4",
2929
"cortex-m7",
3030
"esp32c3",
31+
"esp32s3",
3132
"fe310",
3233
"gameboy-advance",
3334
"k210",

src/device/esp/esp32s3.S

Lines changed: 0 additions & 57 deletions
This file was deleted.

targets/esp32s3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"libc": "picolibc",
1212
"linkerscript": "targets/esp32s3.ld",
1313
"extra-files": [
14-
"src/device/esp/esp32s3.S",
14+
"src/device/esp/esp32.S",
1515
"src/internal/task/task_stack_esp32.S"
1616
],
1717
"binary-format": "esp32s3",

0 commit comments

Comments
 (0)