Skip to content

Commit 536cec8

Browse files
author
rogerclarkmelbourne
committed
Various changes to boards.txt and some libraries, so that things will compile under IDE 1.6.6 Note. There are still loads of warnings when you compile - which look like they may be caused by the IDE using a new version of GCC, but at least it now compiles
1 parent 2e9b4f3 commit 536cec8

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
lines changed

STM32F1/libraries/OneWireSTM/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sentence=Dallas One Wire for STM
66
paragraph=OneWire for STM32F1
77
url=
88
architectures=STM32F1
9+
maintainer=

STM32F1/libraries/RTClock/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sentence=Real Time Clock
66
paragraph=Real Time Clock for STM32F1
77
url=
88
architectures=STM32F1
9+
maintainer=

STM32F1/libraries/SPI/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sentence=Serial Peripheral Interface
66
paragraph=SPI for STM32F1
77
url=
88
architectures=STM32F1
9+
maintainer=

STM32F1/libraries/Serasidis_EtherCard_STM/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sentence=ENC28J60 Ethernet module library
66
paragraph=Ethernet module library for STM32F1
77
url=https://github.com/Serasidis/STM32duino/tree/master/libraries/Serasidis_EtherCard_STM
88
architectures=STM32F1
9+
maintainer=

STM32F1/libraries/Serasidis_VS1003B_STM/library.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ sentence=VS1003 and VS1053 MP3, MP3 player and recorder
66
paragraph=VS1003 and VS1053 MP3, MP3 player and recorder
77
url=
88
architectures=STM32F1
9+
maintainer=

STM32F3/boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ discovery_f3.build.vect=VECT_TAB_BASE
2727
discovery_f3.build.density=STM32_XL_DENSITY
2828
discovery_f3.build.error_led_port=GPIOE
2929
discovery_f3.build.error_led_pin=8
30-
#discovery_f407.build.gcc_ver=gcc-arm-none-eabi-4.8.3-2014q1
30+
discovery_f3.build.board=STM32F3Discovery
3131

3232
##############################################################
3333

STM32F4/boards.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ discovery_f407.build.vect=VECT_TAB_BASE
2727
discovery_f407.build.density=STM32_HIGH_DENSITY
2828
discovery_f407.build.error_led_port=GPIOD
2929
discovery_f407.build.error_led_pin=14
30-
#discovery_f407.build.gcc_ver=gcc-arm-none-eabi-4.8.3-2014q1
30+
discovery_f407.build.board=STM32DiscoveryF407
3131

3232
##############################################################
3333
stm32f4stamp.name=STM32F4Stamp F405
@@ -57,7 +57,7 @@ stm32f4stamp.build.vect=VECT_TAB_BASE
5757
stm32f4stamp.build.density=STM32_HIGH_DENSITY
5858
stm32f4stamp.build.error_led_port=GPIOD
5959
stm32f4stamp.build.error_led_pin=14
60-
#stm32f4stamp.build.gcc_ver=gcc-arm-none-eabi-4.8.3-2014q1
60+
stm32f4stamp.build.board=STM32F4StampF405
6161

6262
##############################################################
6363
netduino2plus.name=Netduino2 F405
@@ -87,7 +87,7 @@ netduino2plus.build.vect=VECT_TAB_BASE
8787
netduino2plus.build.density=STM32_HIGH_DENSITY
8888
netduino2plus.build.error_led_port=GPIOD
8989
netduino2plus.build.error_led_pin=14
90-
#netduino2plus.build.gcc_ver=gcc-arm-none-eabi-4.8.3-2014q1
90+
netduino2plus.build.board=Netduino2F405
9191

9292
##############################################################
9393

0 commit comments

Comments
 (0)