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 |