Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
esp32c3_supermini: Switch from SRAM0 to SRAM1 for correct SRAM usage
SRAM0 is dedicated to IBUS and caching, whereas SRAM1 is assigned to DBUS. This change corrects an incorrect SRAM usage that previously triggered the following assertion due to invalid heap size calculations: Despite of invalid SRAM usage, that triggered following assertion due to invalid heap size calucaltions: ASSERTION FAIL [bytes / 8U <= 0x7fffU] @ .../zephyr/lib/heap/heap.c:491 "heap size is too big" Signed-off-by: Raphael Zimmerer <killekulla@rdrz.de>
- Loading branch information