Commit Graph

644 Commits

Author SHA1 Message Date
Roger Clark 76dcee39a9 Removed old - mainly non functional Due related display examples 2016-12-23 09:48:43 +11:00
Roger Clark 71a198a1d0 Fix problems with tone functions 2016-12-12 17:57:50 +11:00
Roger Clark dd453357b3 Added shiftIn to F1 and F4 2016-12-08 20:00:20 +11:00
Roger Clark 3759f2e6ae Changed Arduino IDE version info to bring up to date 2016-12-07 19:55:44 +11:00
Roger Clark e71d176618 Fixed issue with tone for high density devices 2016-12-02 21:33:01 +11:00
Roger Clark 2e54594f46 Added #define LED_BUILTIN to Maple mini and generic_STM32F103C 2016-12-02 21:24:13 +11:00
Roger Clark ed82be4c6e Updated Linux 45-maple.rules
See http://stm32duino.com/viewtopic.php?f=16&t=1103&start=40#p20732
2016-12-02 10:32:17 +11:00
Roger Clark 378cd2a6af Fixed #231 2016-11-30 17:27:21 +11:00
Roger Clark 9237d3afc8 Add new.cpp from Arduino SAMD to resolve issue with new operator pulling in loads of library functions and taking loads of flash 2016-11-30 10:14:27 +11:00
Roger Clark a1f154bc37 Added newer dfu-util for F4 DFU testing 2016-11-30 09:45:16 +11:00
Roger Clark 20fa7b4f30 Fixed issue with tone not compiling 2016-11-29 15:52:16 +11:00
Roger Clark 71a1121c9f Fixed issue with tone files not actually being added to the repo in a previous commit 2016-11-29 15:18:16 +11:00
Roger Clark 794d078de0 fixed problem in last 2 commits with windows bat for STM32 com 2016-11-29 15:17:01 +11:00
Roger Clark dbcba3e012 STM32F4 fixed issue with stlink uploads, and added windows driver bat for STM Virtual com ports 2016-11-28 19:47:43 +11:00
Roger Clark a6999719d7 STM32F4 add Export compile binary option 2016-11-28 17:57:42 +11:00
Roger Clark 69413ee56e Update InternalTempSensor.ino
Fixed issue caused by https://github.com/rogerclarkmelbourne/Arduino_STM32/pull/132/files
2016-11-27 10:10:42 +11:00
Roger Clark e0e5872c60 Merge pull request #227 from Phisatho/master
Add Variant for STM32VLDiscovery Board
2016-11-18 09:56:31 +11:00
Phisatho 6266342b1d Update boards.txt 2016-11-18 02:33:59 +04:00
Phisatho f43d07efb3 Add files via upload 2016-11-18 02:30:20 +04:00
Phisatho dcfe2ae817 Create pins_arduino.h 2016-11-18 02:29:12 +04:00
Roger Clark 1892447080 Fix issue 196, for Servo library 2016-11-12 18:34:58 +11:00
Roger Clark 8345e6f075 Copied individual files from @stevestong master 2016-11-10 20:06:23 +11:00
Roger Clark 2cdbbc8339 Fix issue caused by ADC PR changes that, prevented the GD32F103 variant from building 2016-11-10 11:33:37 +11:00
Roger Clark 16ab26608f Fix minor issues with Hy-Tiny STM32F103T 2016-10-30 21:55:26 +11:00
Roger Clark c50ae34a82 Merge branch 'master' of https://github.com/rogerclarkmelbourne/arduino_stm32 2016-10-30 21:38:46 +11:00
Roger Clark e2c957489a Added support for Hy-Tiny STM32F103T 2016-10-30 21:38:30 +11:00
Roger Clark 34b6bd927d Fixed issue with ILI9341_due library (and Touch libary), incorrectly including pins_arduino.h 2016-10-29 22:09:44 +11:00
Roger Clark 068422f918 Merge pull request #219 from xymopen/master
merge minor API changes
2016-10-22 10:44:25 +11:00
xymopen 1d321b6b70 merge minor API changes of IPAddress, Print, Stream and WString from official Arduion core source. LookaheadMode is still under evaluation. 2016-10-22 03:57:13 +08:00
Roger Clark 7985f25fbc Fixed path an permissions issue with linux jlink upload script 2016-10-17 12:43:16 +11:00
Roger Clark 754bc29699 Merge branch 'stevstrong-master' 2016-10-17 09:38:01 +11:00
Roger Clark ffea9588ea Merge branch 'master' of https://github.com/stevstrong/Arduino_STM32 into stevstrong-master 2016-10-17 09:35:56 +11:00
stevstrong 073aa23ed2 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2016-10-16 23:02:16 +02:00
stevstrong d0c5a952b0 Revert "solve sync problems"
This reverts commit fca26524a9.
2016-10-16 22:57:44 +02:00
stevstrong fca26524a9 solve sync problems 2016-10-16 22:55:40 +02:00
stevstrong a40898dbfe try to sync 2016-10-16 22:42:37 +02:00
stevstrong 19e89fd269 revert to Jaret's version 2016-10-16 20:14:11 +02:00
Roger Clark 6bbb5dc506 Added JLink upload to Windows and fixed intermitten JLink upload issues 2016-10-16 16:46:40 +11:00
Roger Clark 293b693996 Added JLink upload method for F103C8 to Linux (untested) 2016-10-16 14:47:53 +11:00
Roger Clark e1e2cac780 renamed 16 bit version of transfer() to transfer16() as per the Arduino API 2016-10-16 13:34:09 +11:00
Roger Clark 0e6b2000c8 Merge branch 'bubulindo-master' 2016-10-16 13:19:37 +11:00
Roger Clark 4f753fc14e Merge branch 'jaretburkett-master' 2016-10-16 13:18:25 +11:00
jaretburkett f9301a6acf USB core and CDC fixes 2016-10-13 07:06:29 -05:00
stevstrong 8f847cc786 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2016-10-12 19:19:03 +02:00
stevstrong 6d4965b5c8 improve USB serial Rx speed + make USB serial Tx blocking to avoid overflow 2016-10-12 19:18:38 +02:00
Roger Clark c6c8827492 Merge pull request #214 from lag-linaro/master
stm32f4: cores: Remove seemingly pointless file . (dma.c which only contains comments  - No code at all)
2016-10-01 16:05:41 +10:00
Roger Clark efe237c16d Merge pull request #204 from kuwatay/macosx-update-for-stmf4
update STM32F4 environment for macosx
2016-10-01 16:03:51 +10:00
Lee Jones afa2cf1b8a stm32f4: cores: Remove seemingly pointless file
dma.c was introduced in 2014 and is still entirely commented out.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
2016-10-01 03:38:45 +01:00
Roger Clark 8c850fede0 Merge pull request #205 from ozayturay/master
Update for recipe.ar.pattern and library 'Category not valid' IDE warnings
2016-09-27 15:26:09 +10:00
Roger Clark 93564e7f56 Merge pull request #213 from mcauser/tft-begin
In TFT_Show_Font_ILI9341 example change init to begin
2016-09-27 15:24:08 +10:00