1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

working (?!?!?!) bootloader. doesn't yet restart chip after upload completes.

This commit is contained in:
Zach Eveland
2011-10-26 12:53:57 -04:00
parent e806be8c2a
commit 32614bf841
5 changed files with 251 additions and 240 deletions

View File

@ -40,11 +40,12 @@ ASMFLAGS += -x assembler-with-cpp -Wa,-gdwarf2
## Linker flags
LDFLAGS = $(COMMON)
LDFLAGS += -Wl,-gc-sections,-Map=DiskLoader.map,--cref
LDFLAGS += -Wl,--section-start=.text=0x7000,--relax
LDFLAGS += -Wl,--gc-sections
#LDFLAGS += -Wl,-gc-sections,-Map=DiskLoader.map,--cref
#LDFLAGS += -Wl,--section-start=.text=0x7000,--relax
#LDFLAGS += -Wl,--gc-sections
#LDFLAGS += -nodefaultlibs -nostartfiles
#LDFLAGS += -nostartfiles
LDFLAGS += -Wl,-gc-sections,-Map=DiskLoader.map,--section-start=.text=0x7000,--relax
## Intel Hex file production flags