stm32f4: switch two examples to linker generation

Proves that the tree can have projects specifying the linker script explicitly,
and also "modern" projects specifying simply the DEVICE= variable.
This commit is contained in:
Karl Palsson
2016-04-17 00:12:58 +00:00
parent 0f04829415
commit b5fcf55005
3 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
##
BINARY = adc-dac-printf
LDSCRIPT = ../stm32f4-discovery.ld
DEVICE=STM32F407VG
include ../../Makefile.include