diff options
author | Manuel Odendahl <wesen@ruinwesen.com> | 2012-11-07 20:25:37 +0100 |
---|---|---|
committer | Manuel Odendahl <wesen@ruinwesen.com> | 2012-11-07 20:25:37 +0100 |
commit | 043e5d86bbfa3d2b0e3dc44599e43fe7d0ba0e0a (patch) | |
tree | b729c3922109a2eb16794df012d5911b2ebd5e50 /examples | |
parent | 8919d01f52e02901940502e956cd5a88994072b0 (diff) | |
download | librambutan-043e5d86bbfa3d2b0e3dc44599e43fe7d0ba0e0a.tar.gz librambutan-043e5d86bbfa3d2b0e3dc44599e43fe7d0ba0e0a.zip |
stm32f1/rules.mk: update include path for assembler files
stm32f1/performance: load stm32.h in order to have STM32_HIGH_DENSITY when necessary
STM32_HIGH_DENSITY was not defined in isrs.S and vector_table.S for a high density STM32. This was because stm32.h where the flag is now defined (in contrast to being defined on the command line in an earlier version of libmaple) was not included. This led to crashes when using one of the high density peripherals.
Updated the ASFLAGS to have the correct include path in rules.mk.
Include stm32.h in the assembler files.
Signed-off-by: Manuel Odendahl <wesen@ruinwesen.com>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions