Skip to content

Commit dad7399

Browse files
committed
Remove QSPI support
1 parent c163bd8 commit dad7399

5 files changed

Lines changed: 2 additions & 254 deletions

File tree

GNUmakefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,6 @@ ifneq ($(XTENSA), 0)
10191019
@$(MD5SUM) test.bin
10201020
$(TINYGO) build -size short -o test.bin -target=esp32s3-box-3 examples/blinky1
10211021
@$(MD5SUM) test.bin
1022-
$(TINYGO) build -size short -o test.bin -target=esp32s3-psram-qspi examples/psram
1023-
@$(MD5SUM) test.bin
10241022
$(TINYGO) build -size short -o test.bin -target=esp32s3-psram-octal examples/psram
10251023
@$(MD5SUM) test.bin
10261024
endif

src/runtime/runtime_esp32_nopsram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build esp32s3 && !numa_psram_qspi && !numa_psram_octal
1+
//go:build esp32s3 && !numa_psram_octal
22

33
package runtime
44

src/runtime/runtime_esp32_psram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build esp32s3 && (numa_psram_qspi || numa_psram_octal)
1+
//go:build esp32s3 && numa_psram_octal
22

33
// Shared PSRAM support for ESP32-S3: linker symbols, MMU/ROM-call helpers,
44
// and address-map documentation common to both the Quad SPI driver

src/runtime/runtime_esp32_psram_qspi.go

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

targets/esp32s3-psram-qspi.json

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

0 commit comments

Comments
 (0)