This website requires JavaScript.
Explore
Help
Register
Sign In
noisymime
/
Arduino_STM32
mirror of
https://github.com/noisymime/Arduino_STM32.git
Watch
1
Star
0
Fork
You've already forked Arduino_STM32
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ad0090bc1b
Arduino_STM32
/
STM32F1
/
variants
/
generic_stm32f103z
History
Roger Clark
da34bb5bb3
Merge branch 'Wunused-parameter' of
https://github.com/lacklustrlabs/Arduino_STM32
into lacklustrlabs-Wunused-parameter
2017-12-03 10:54:51 +11:00
..
board
Added missing SDIO pins for F103V and F103Z
2017-10-18 22:04:54 +02:00
ld
Added DFU upload options for all generic boards. Note, Its not possible to set the correct memort size in the linker file for DFU uploads, so its always set as having the max ram and rom for the series in question. So beware using this if you are maxing out the RAM or Flash (which seems highly unlikely!)
2015-05-22 21:07:57 +10:00
wirish
Suppressing 'warning: unused parameter ... [-Wunused-parameter]'
2017-11-15 23:19:31 +01:00
board.cpp
Removed pinMode from PIN_MAP
2017-12-01 17:17:28 +01:00
pins_arduino.h
Renamed generic_stm32f103rxx and generic_stm32f103zxx to remove th e xx at the end to match changes to boards.txt
2015-05-06 03:02:10 +10:00
variant.h
Changed defines for MOSI, MISO etc into const static vars, to address compatibility issues
2016-05-03 20:23:51 +10:00