Skip to content

Commit 39c1a4c

Browse files
committed
Remove QSPI support
1 parent c163bd8 commit 39c1a4c

4 files changed

Lines changed: 2 additions & 252 deletions

File tree

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)