Arduino_STM32/STM32F1
Roger Clark 88933cb191 Merge branch 'master' of https://github.com/victorpv/Arduino_STM32 into victorpv-master 2015-03-21 05:03:17 +11:00
..
cores/maple Added bool type, typedefed to boolean. Also found error where unit8 had been typedefed to boolean and then re-typedefed to byte - which has now been fixed 2015-03-18 20:39:17 +11:00
libraries Merge branch 'master' of https://github.com/victorpv/Arduino_STM32 into victorpv-master 2015-03-21 05:03:17 +11:00
system Started work on new variants and fixed a few other minor issues 2015-03-04 08:27:47 +11:00
variants Work in progress- Added folder for STM32F103Z series 2015-03-21 04:58:01 +11:00
boards.txt Added build.board to each board in boards.txt as when this is missing, it has been reported that the Linux version gives warnings during startup. Also re-organised the order of the boards so that the most popular board, tha Maple mini is at the top and I renamed and moved the 'Maple mini generic' as this was causing problems for novices who thought it was the correct board for a normal Maple mini 2015-03-16 18:29:20 +11:00
platform.txt renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4 2015-02-24 20:13:04 +11:00