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
6e814ad5ca
Arduino_STM32
/
STM32F1
History
Victor Lamoine
6e814ad5ca
Add simple SPI slave example
2018-04-20 17:27:45 +02:00
..
cores
/maple
Add support for boards with 16MHz HSE crystal. Note to use this feature users must add -D XTAL16M to the appropriate build options in boards.txt, as there are too few boards with 16MHz crystals to warrant adding this as a separate menu to each board in boards.txt
2018-04-13 16:32:56 +10:00
libraries
Add simple SPI slave example
2018-04-20 17:27:45 +02:00
system
Removed unused ErrorStatus enum from usb_type.h as its redundant and the definition of SUCCESS clashed with other definitions
2018-04-13 16:47:15 +10:00
variants
Added PLL Mulplier setting for 16MHz. Note this change does not add 16Mhz menu options to any boards, it simply supports them if they were added
2018-04-13 15:03:03 +10:00
boards.txt
Frequency unit typo (was Mhz instead of MHz)
2018-04-09 19:16:56 +02:00
platform.txt
Merge branch 'shorten_path' of
https://github.com/fpistm/Arduino_STM32
into fpistm-shorten_path
2018-04-19 17:46:35 +10:00