Made all Lisa/M 2.0 examples luftboot ready.
This commit is contained in:
parent
898691e5ef
commit
1544800a23
@ -18,6 +18,7 @@
|
||||
##
|
||||
|
||||
BINARY = adc_injec
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
|
@ -18,6 +18,7 @@
|
||||
##
|
||||
|
||||
BINARY = adc_injec_timtrig
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
|
@ -18,6 +18,7 @@
|
||||
##
|
||||
|
||||
BINARY = adc_injec_timtrig_irq
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
|
@ -18,6 +18,7 @@
|
||||
##
|
||||
|
||||
BINARY = adc_injec_timtrig_irq_4ch
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
|
@ -18,6 +18,7 @@
|
||||
##
|
||||
|
||||
BINARY = adc
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
|
@ -19,11 +19,10 @@
|
||||
|
||||
BINARY = can
|
||||
|
||||
LDSCRIPT = ../lisa-m.ld
|
||||
|
||||
# You need to set this if your device is running luftboot.
|
||||
# All Lisa/M 2.0 come with Luftboot preflashed.
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
LDSCRIPT = ../lisa-m.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
|
||||
|
@ -19,6 +19,9 @@
|
||||
|
||||
BINARY = fancyblink
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
LDSCRIPT = ../lisa-m.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
|
@ -19,6 +19,9 @@
|
||||
|
||||
BINARY = usart
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
LDSCRIPT = ../lisa-m.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
|
@ -19,6 +19,9 @@
|
||||
|
||||
BINARY = usart_dma
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
LDSCRIPT = ../lisa-m.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
|
@ -19,6 +19,9 @@
|
||||
|
||||
BINARY = usart_irq
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
LDSCRIPT = ../lisa-m.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
|
@ -19,6 +19,9 @@
|
||||
|
||||
BINARY = usart_irq_printf
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
LDSCRIPT = ../lisa-m.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
|
@ -19,6 +19,9 @@
|
||||
|
||||
BINARY = usart_printf
|
||||
|
||||
# Comment the following line if you _don't_ have luftboot flashed!
|
||||
LDFLAGS += -Wl,-Ttext=0x8002000
|
||||
CFLAGS += -std=c99
|
||||
LDSCRIPT = ../lisa-m.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
|
Loading…
x
Reference in New Issue
Block a user