mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-28 04:40:52 +00:00
Uncomment ESP32-C3 ICACHE (#3613)
This commit is contained in:
parent
77be40d2e4
commit
1f1e120dd2
@ -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
|
||||||
|
|
||||||
|
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user