Arduino_STM32/STM32F1
Roger Clark f9db223756 Changed to new library format and also updated comments in examples 2015-04-09 19:59:19 +10:00
..
cores/maple Removed non standard functions togglePin, toggleLED,isButtonPressed, and waitForButtonPress. And updated all examples that used these, to use other functions. Note togglePin was used internally in shiftOut. Also note, that some of these functions were replaced by the code that was inside the non standard function e.g inside togglePin. In the longer term these internal maple function calls need to be replaced by high level Arduino API calls like digitalRead and digitalWrite where applicable 2015-04-07 20:57:51 +10:00
libraries Changed to new library format and also updated comments in examples 2015-04-09 19:59:19 +10: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 Added missing paths for upload_router upload method to platforms.txt 2015-04-06 09:20:20 +10:00