Commit Graph

912 Commits

Author SHA1 Message Date
Roger Clark de236867c0 Merge pull request #333 from stevstrong/patch-2
Update RTClock.cpp [F4]
2017-10-08 11:07:50 +11:00
Roger Clark b4aa24ef82 Merge pull request #339 from victorpv/patch-3
F1 SDIO first version
2017-10-08 11:06:04 +11:00
Roger Clark c12ad246a6 Merge pull request #342 from stevstrong/patch-3
Create hooks.c [F4]
2017-10-08 11:03:29 +11:00
Roger Clark 6ce1fd2e93 Merge pull request #346 from stevstrong/patch-4
Update graphicstest.ino [Adafruit_ILI9341_STM]
2017-10-08 11:03:08 +11:00
Roger Clark 0ca038df51 Merge pull request #347 from stevstrong/patch-5
Update onoffbutton.ino [Adafruit_ILI9341_STM]
2017-10-08 11:02:44 +11:00
Roger Clark d9d6e9e462 Merge pull request #348 from stevstrong/patch-6
Update onoffbutton_breakout.ino [Adafruit_ILI9341_STM]
2017-10-08 11:02:31 +11:00
Roger Clark dcfa250bfb Merge pull request #349 from stevstrong/patch-7
Update spitftbitmap.ino [Adafruit_ILI9341_STM]
2017-10-08 11:02:15 +11:00
Roger Clark f7759f82c8 Merge pull request #350 from stevstrong/patch-8
Update touchpaint.ino [Adafruit_ILI9341_STM]
2017-10-08 11:02:02 +11:00
Roger Clark fec8ecc2f4 Merge branch 'greiman-SPI_const_qualifier' 2017-10-08 11:00:48 +11:00
Roger Clark 9e539cea4f Merge branch 'SPI_const_qualifier' of https://github.com/greiman/Arduino_STM32 into greiman-SPI_const_qualifier 2017-10-08 10:58:11 +11:00
Roger Clark 347a1e3b46 Merge pull request #352 from sweetlilmre/master
Removed deprecated functionality from Print class for BYTE "base"
2017-10-08 10:56:51 +11:00
Roger Clark 14a5582800 Merge pull request #353 from victorpv/patch-2
Update to util_adc.c file to pass pointer correctly.
2017-10-08 10:54:40 +11:00
Roger Clark fd7bd9595a Merge pull request #354 from stevstrong/patch-9
Update boards.cpp [F4] - remove repeated call to setup serial USB
2017-10-08 10:54:23 +11:00
stevstrong 308b5c410f Update boards.cpp
- remove repeated call to setup serial USB
2017-10-06 18:04:56 +02:00
stevstrong ac7ccee71f Update touchpaint.ino
changed to correct header file
2017-10-04 11:11:05 +02:00
victorpv 31fa24bdd1 Update to util_adc.c file to pass pointer correctly.
This was wrong and causing warnings during compilation.
2017-10-04 00:29:13 -05:00
Peter Edwards f65e6905e9 Removed non standard functionality from Print class for BYTE "base" as this is available via e.g. Serial.write and conflicts with the FatFS library and potentially anything else defining BYTE
Fixed sketches using this behaviour
2017-09-28 12:08:59 +02:00
Bill Greiman 7fda02a821 SPI add const qualifier
Add const qualifier to SPI member function arguments for write and
transmit buffers.
2017-09-22 10:40:05 -07:00
stevstrong c6c53b79ad Update touchpaint.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:31:00 +02:00
stevstrong db000d1411 Update spitftbitmap.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:30:29 +02:00
stevstrong 5c1708e193 Update onoffbutton_breakout.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:29:41 +02:00
stevstrong 6b2ca7dbe7 Update onoffbutton.ino
use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:28:08 +02:00
stevstrong 43129d17a5 Update graphicstest.ino
- use Adafruit_GFX_AS lib instead of Adafruit_GFX
2017-09-22 11:26:58 +02:00
Roger Clark f8d28b8663 Removed unused cygwin dll's from tools/win 2017-09-21 17:35:20 +10:00
stevstrong f84f73c4a1 Create hooks.c
similar to F1 - it was missing
2017-09-19 20:42:16 +02:00
Roger Clark 9b70d118b6 Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32 2017-09-17 18:24:38 +10:00
Roger Clark ed7560e284 Merge pull request #338 from victorpv/patch-2
Correction to upload issue in Sloeber
2017-09-17 18:24:29 +10:00
Roger Clark 5c63db72ff Merge branch 'victorpv-patch-2' 2017-09-17 18:23:51 +10:00
Roger Clark f0ddda00bc Merge branch 'patch-2' of https://github.com/victorpv/Arduino_STM32 into victorpv-patch-2 2017-09-17 18:14:08 +10:00
Roger Clark a706616ab5 Merge pull request #340 from victorpv/patch-4
Correct issue with I2C port speed not changing after begin()
2017-09-17 18:13:02 +10:00
victorpv a530b6a3d4 Update Wire.cpp
Adds a check to verify if the port had been already enabled, and only in that case disables/re-enables the port. This also solves the issue of setClock being called after begin(), but doesn't not enable the port if begin() had not been called yet.
2017-09-11 22:49:03 -05:00
victorpv 799f2b3b8a Correct issue with port speed not changing.
The current implementation will not change speed if Wire.setClock is called after begin() since the flags are only applied when the port is enabled from being disabled.
Corrected that by adding 2 lines to disable the port, and then enable it again with the new settings.
Tested and confirmed the new speed is applied.
2017-09-11 22:01:55 -05:00
victorpv 1db95cf251 F1 SDIO 2017-09-11 21:40:25 -05:00
victorpv 8929bbbde0 F1 SDIO 2017-09-11 21:29:33 -05:00
victorpv 7e1cc92d23 SDIO 2017-09-11 21:28:07 -05:00
victorpv 434cb255a5 F1 SDIO 2017-09-11 21:26:50 -05:00
victorpv f769556e9a F1 SDIO initial version 2017-09-11 21:25:09 -05:00
Roger Clark 81100beeea Updated readme 2017-09-05 17:03:16 +10:00
victorpv 56abaa3173 Correction to upload issue in Sloeber
As discussed in http://stm32duino.com/viewtopic.php?f=41&t=2535
Changes to the Generic Boards options so the maple dfu option is the default one and Sloeber uploads correctly.
2017-09-04 10:41:58 -05:00
Roger Clark b1e1782019 Fix for map() function - supplied by @Pito 2017-09-03 11:00:16 +10:00
Roger Clark 23fa7b7c34 Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32 2017-09-03 10:51:24 +10:00
Roger Clark 58e50e7fd9 Add partial support for a DFU bootloader for the F4 2017-09-03 10:51:08 +10:00
Roger Clark 5d4cbff491 Merge pull request #337 from janchrillesen/master
Add JLink upload support for OSX
2017-09-01 09:28:50 +10:00
Jan Chrillesen f12bad6790 add JLink upload support for OSX 2017-08-31 20:54:29 +02:00
stevstrong e6ed2d5ccc Update RTClock.cpp
bugfix setAlarmATime - corrected day variable
2017-08-29 11:16:43 +02:00
Roger Clark 47c94bc10c Update Arduino IDE version in readme 2017-08-26 20:34:43 +10:00
Roger Clark 5058d8f583 Removed support for GD32 - by removing entry from boards.txt 2017-08-26 14:37:40 +10:00
Roger Clark 71d5ab9112 Wire lib change buffer size definition to BUFFER_LENGTH for better AVR compatibility 2017-08-25 18:33:04 +10:00
Roger Clark 30e5aea842 Merge pull request #327 from victorpv/patch-2
Adding new.cpp to the F4 as in F1 core.
2017-08-19 11:10:15 +10:00
victorpv a9767e4c53 Adding new.cpp as in F1 core.
This is to avoid libstdc++ being pulled in when new() is used.
Already included in the F1 in 2016.
Discussed on this thread:
http://www.stm32duino.com/viewtopic.php?f=39&t=2460&p=33163
2017-08-18 17:33:00 -05:00