OVMS3-idf/components/soc
Michael (XIAO Xufeng) 4132834faa test: fix the unit test fail issue under single_core config
Introduced in 97e3542947.

The previous commit frees the IRAM part when single core, but doesn't
change the memory layout functions. The unit test mallocs IRAM memory
from the heap, accidently into the new-released region, which doesn't
match the memory layout function.

This commit update the memory layout function to fix this.
2018-10-31 17:04:32 +08:00
..
esp32 test: fix the unit test fail issue under single_core config 2018-10-31 17:04:32 +08:00
include/soc test: fix the unit test fail issue under single_core config 2018-10-31 17:04:32 +08:00
src soc: Allow components to reserve fixed memory ranges that they need 2018-08-06 01:37:55 +00:00
test cmake: Add support for test build 2018-10-20 12:07:24 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk soc/rtc_clk: reduce data size by disabling CSWTCH generation 2018-08-21 13:02:46 +08:00