Commit Graph

1044 Commits

Author SHA1 Message Date
Roger Clark c5ed88921e Changed serial upload speed to 115200 as this speed is compatible with most USB to Serial adaptors 2017-11-08 15:29:25 +11:00
aka. N[]NE in gaming communities 15d12bee18
Update BlinkNcount.c
Changed pin to PC13
2017-11-06 19:00:41 -05:00
aka. N[]NE in gaming communities 15ce8137b9
Update BlinkNcount.ino
Uses `#define` for LED pin instead of 5 literals
2017-11-06 08:55:32 -05:00
Roger Clark 2c33a02371 Correct argument type bug in utoa (itoa.c itoa.h) See PR #271 2017-11-02 17:50:34 +11:00
Roger Clark 7ee4350e99
Merge pull request #369 from stevstrong/patch-2
Update tone.cpp to fix issue if no duration was passed etc
2017-11-02 17:14:41 +11:00
stevstrong e14c83fe8d
Update tone.cpp
- make tone() blocking for the input duration time
2017-11-01 15:24:04 +01:00
Roger Clark 44d5894c3d Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32 2017-10-31 20:06:29 +11:00
Roger Clark 4a3e23949b Added DMA enable and disable functions to hardware timers, thanks to @stevstrong 2017-10-31 20:05:31 +11:00
Roger Clark a03c84a635
Merge pull request #362 from csnol/master
Add TimeZone(UnixTime, HourOffset, MinuteOffset)
2017-10-31 19:53:33 +11:00
csnol 588f9db697 update 2017-10-19 18:31:23 +08:00
csnol 4870e27855 Update 2017-10-19 17:26:42 +08:00
csnol c741afa74a Update TimeZone function
Add  TimeZone(UnixTime, HourOffset, MinuteOffset)
2017-10-19 17:23:48 +08:00
Roger Clark cd7b7d76e4 Merge pull request #360 from Squonk42/master
Added missing SDIO pins for F103V and F103Z
2017-10-19 09:11:53 +11:00
Michel Stempin 80ae49dd50 Added missing SDIO pins for F103V and F103Z 2017-10-18 22:04:54 +02:00
csnol 9f5cdd2d24 updated 2017-10-18 21:45:19 +08:00
csnol a89d0b935b Half-hour TimeZone supported 2017-10-18 21:42:31 +08:00
Roger Clark 05f008acbe Merge pull request #334 from csnol/master
Update F103 RTClock library for RTC sketch.
2017-10-10 13:38:08 +11:00
Roger Clark 3c2fce63ee Update ILI9341 STM lib with version from SteveStrong, and also added ReadPixelsRGB24 to steve's version 2017-10-08 14:26:59 +11:00
Roger Clark 84d9c2bd20 Fixed issue in OLED_I2C lib caused by change to HardWire as default I2C 2017-10-08 14:03:20 +11:00
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
csnol c25957ee21 Add removeAlarm function 2017-09-14 20:47:12 +08:00