Commit Graph

411 Commits

Author SHA1 Message Date
Roger Clark f104d47f61 Added RTClock to libraries, from bubulindo/MapleRTC on github. Currently it doesn't compile because the installation process involves replacing the core system rcc.c and rcc.h with the files from the New RCC folder. However when I attempted this, it still didnt compile, and stopped even the bare minimum compiling. I have contacted the author via a github issue to see if he can advise 2014-11-03 09:37:05 +11:00
Roger Clark 364c0c07f0 Changed upload speed to 203400 which seems to work for my USB to Serial adaptor, remove -b 203400 from tools/upload_serial.bat if this causes a problem, also there seemed to be an issue of EEPROM lib not compiling any more, so I commented out 2 includes which it could not find but seemed not to be needed any more. 2014-11-03 08:53:01 +11:00
Roger Clark 02647ee20c Added support for String object. Updated print class to support String. Added examples folder from Maple IDE (None of the examples have been tested) 2014-11-02 20:24:34 +11:00
Roger Clark dbabd6fd52 Changes to generic STM32 board definitions for Serial. The first UATT is now Serial, second is Serial1 (this maps Serial -> UART1, Serial1->UART2 etc). Also fixed missing sprintf, - needed more includes in wirish.h. Also investigated implementing printf for Serial.printf (currently a work in progress) 2014-11-01 09:27:18 +11:00
Roger Clark 5a79e664af Renamed maple to STM32F1XX so that ARDUINO_ARCH definition correctly reflects the device architecture 2014-10-31 20:27:28 +11:00
Roger Clark 5a2a1d1f31 Remove duplicate include of math.h from wirish.h and added redefinition of Serial to Serial1 in boards.txt for Generic STM32 board 2014-10-31 20:22:48 +11:00
Roger Clark 7db1b1f080 Put temporary hack for page settings into EEPROM.h, so that it would compile 2014-10-30 21:22:40 +11:00
Roger Clark e0f6b3a705 Added EEPROM library. Found here http://akb77.com/g/files/media/EEPROM.0.12.rar on this page http://akb77.com/g/stm32/maple-eeprom-emulation-library . I'm not entirely sure if it works. 2014-10-30 21:09:14 +11:00
Roger Clark 3115ad00f9 Added includes to wirish.h to resolve issue with memcpy and other stdlib functions not being prototyped 2014-10-30 09:32:50 +11:00
Roger Clark 2c2bf241be Added existing files 2014-10-30 00:36:47 +11:00
Roger Clark 1fb882a06c Initial commit 2014-10-30 11:09:14 +11:00