mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Move "energia-dependent" linker entry to Energia framework
This commit is contained in:
@ -33,6 +33,11 @@ env.Append(
|
||||
]
|
||||
)
|
||||
|
||||
if env.get("BOARD_OPTIONS", {}).get("build", {}).get("core") == "lm4f":
|
||||
env.Append(
|
||||
LINKFLAGS=["-Wl,--entry=ResetISR"]
|
||||
)
|
||||
|
||||
#
|
||||
# Target: Build Core Library
|
||||
#
|
||||
|
@ -69,7 +69,6 @@ env.Append(
|
||||
"-nostartfiles",
|
||||
"-nostdlib",
|
||||
"-Wl,--gc-sections",
|
||||
"-Wl,--entry=ResetISR",
|
||||
"-mthumb",
|
||||
"-mcpu=cortex-m4",
|
||||
"-mfloat-abi=hard",
|
||||
|
Reference in New Issue
Block a user