Arduino_STM32/STM32F1
Victor Lamoine a3ae580d19
Add simple SPI slave example
2018-04-20 17:42:31 +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:42:31 +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