File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ menu.bootloader_version=Bootloader version
66menu.upload_method=Upload method
77
88##############################################################
9- mapleMini.name=LeafLabs Maple Mini Rev 2 to Flash
9+ mapleMini.name=Maple Mini
1010
1111mapleMini.build.board=MAPLE_MINI
1212mapleMini.build.core=maple
@@ -37,7 +37,7 @@ mapleMini.menu.bootloader_version.bootloader20.upload.maximum_size=122880
3737mapleMini.menu.bootloader_version.bootloader20.upload.altID=2
3838
3939##############################################################
40- maple.name=LeafLabs Maple Rev 3+ to Flash
40+ maple.name=Maple ( Rev 3)
4141
4242maple.upload.tool=maple_upload
4343maple.upload.protocol=maple_dfu
@@ -60,7 +60,7 @@ maple.build.vect=VECT_TAB_ADDR=0x8005000
6060
6161
6262##############################################################
63- mapleRET6.name=LeafLabs Maple RET6 to Flash
63+ mapleRET6.name=Maple ( RET6)
6464
6565mapleRET6.build.board=MAPLE_RET6
6666mapleRET6.build.core=maple
Original file line number Diff line number Diff line change 7474
7575#include <stdint.h>
7676
77- #warning these are just here to get SPI to compile they need to be changed and moved!
78- #define SS (1)
79- #define MOSI 2
80- #define MISO 3
81- #define SCK 4
77+
78+ #define SS BOARD_SPI1_NSS_PIN
79+ #define MOSI BOARD_SPI1_MOSI_PIN
80+ #define MISO BOARD_SPI1_MISO_PIN
81+ #define SCK BOARD_SPI1_SCK_PIN
82+
8283
8384typedef unsigned int word ;
8485// typedef uint16 word;// definition from Arduino website, now appears to be incorrect for 32 bit devices
Original file line number Diff line number Diff line change 33# For more info:
44# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
55
6- name=STM32 Boards (stm32duino )
6+ name=STM32 Boards (STM32duino.com )
77version=0.1.2
88
99compiler.warning_flags=-w -DDEBUG_LEVEL=DEBUG_NONE
You can’t perform that action at this time.
0 commit comments