Uncomment ESP32-C3 ICACHE (#3613)

This commit is contained in:
Dániel Buga 2025-06-09 13:25:46 +02:00 committed by GitHub
parent 77be40d2e4
commit 1f1e120dd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Fixed a typo in the ESP32-C3 memory linker script, causing ICACHE to not be defined (#3613)
### Removed ### Removed

View File

@ -13,6 +13,7 @@ MEMORY
[0x50000000, 0x50002000, "RTC_IRAM"], [0x50000000, 0x50002000, "RTC_IRAM"],
[0x50000000, 0x50002000, "RTC_DRAM"], [0x50000000, 0x50002000, "RTC_DRAM"],
[0x600FE000, 0x60100000, "MEM_INTERNAL2"]] [0x600FE000, 0x60100000, "MEM_INTERNAL2"]]
*/
ICACHE : ORIGIN = 0x4037C000, LENGTH = 0x4000 ICACHE : ORIGIN = 0x4037C000, LENGTH = 0x4000
/* Instruction RAM */ /* Instruction RAM */