Skip to content

Commit

Permalink
Linker script made into variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoisel committed Apr 23, 2016
1 parent 5d10611 commit 9130045
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/toolchain.ESP8266.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set(CMAKE_SYSTEM_VERSION 1)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/Modules")

set (ESP8266_FLASH_SIZE "512K" CACHE STRING "Size of flash")
set (ESP8266_LINKER_SCRIPT "eagle.flash.512k0.ld" CACHE STRING "Name of linker script")

if(CMAKE_HOST_SYSTEM_NAME MATCHES "Linux")
set(USER_HOME $ENV{HOME})
Expand Down

0 comments on commit 9130045

Please sign in to comment.