Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 71cb774

Browse files
Merge pull request #2 from fpistm/fpistm
- HAL alignment - CMSIS alignment
2 parents 10e27e2 + 049f1cb commit 71cb774

File tree

824 files changed

+791079
-105575
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

824 files changed

+791079
-105575
lines changed

boards.txt

100755100644
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ star_otto.upload.usbID=0483:DF11
2020
star_otto.upload.altID=0
2121

2222
star_otto.build.mcu=cortex-m4
23+
star_otto.build.board=otto
2324
star_otto.build.f_cpu=180000000L
2425
star_otto.build.core=arduino
25-
star_otto.build.extra_flags=-DMCU_STM32F469NI -mthumb -DSTM32_HIGH_DENSITY -DSTM32F2 -DSTM32F4 -DBOARD_discovery_f4
26+
star_otto.build.extra_flags=-DSTM32F469xx -DMCU_STM32F469NI -mthumb -DSTM32_HIGH_DENSITY
2627
star_otto.build.ldscript=link-tools/jtag.ld
2728
star_otto.build.variant=otto
28-
star_otto.build.variant_system_lib=lib_f469.a
29+
star_otto.build.variant_system_lib=libstm32f4_otto_gcc_rel.a
2930
star_otto.build.vect=VECT_TAB_BASE
3031
star_otto.build.density=STM32_HIGH_DENSITY
3132
##############################################################

0 commit comments

Comments
 (0)