Reorganize the memory to maximize contiguous DRAM

1. Fix bug for variable sdkconfig_header in CMakeLists.txt
2. Modify the load address of bootloader
3. Modify the load address of application program
This commit is contained in:
jiangguangming
2019-09-06 11:15:53 +08:00
parent c057c141eb
commit 4ef4b29c74
3 changed files with 35 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
idf_build_get_property(target IDF_TARGET)
idf_build_get_property(sdkconfig_header SDKCONFIG_HEADER)
if(NOT "${target}" STREQUAL "esp32s2beta")
return()
endif()