Roger Clark
c4d665155a
Attempt to remove Ether_STM submodule
2016-05-05 21:25:29 +10:00
Roger Clark
cc10dca088
Added missing cpu speed menu for GD32
2016-05-05 17:46:37 +10:00
Roger Clark
c0719c3a1d
Added experimental support for generic GD32F103C inside the STM32 tree
2016-05-05 17:36:16 +10:00
Roger Clark
ec0ec18c9d
Changed stm32f1 boards.txt to include vid and pid value for maple serial, so that the 'Get Board Info' feature shows all stm32duino bootloader boards as Maple mini. (note this is not ideal, but as we don't allocate different ID's to each board variant, we will have to live with this feature in the IDE reporting all boards as Maple mini,- at least for the time being)
2016-05-05 12:11:40 +10:00
Roger Clark
f1a394e4bc
Merge branch '54-always_inline' of https://github.com/RickKimball/Arduino_STM32 into development
2016-05-05 11:28:59 +10:00
Rick Kimball
f9aa37ed01
fix compiler warnings related to __always_inline
2016-05-03 13:04:54 -04:00
Roger Clark
e9e9048a31
Added new file WCharacter.h, and updated String files to add missing Arduino API functionality
2016-05-03 21:01:09 +10:00
Roger Clark
76157ad751
Updated 'category' in library.properties files, to shop the IDE complaining that this key is missing
2016-05-03 20:44:18 +10:00
Roger Clark
0909f4c20d
Changed defines for MOSI, MISO etc into const static vars, to address compatibility issues
2016-05-03 20:23:51 +10:00
Roger Clark
be6e7f0734
Fixed broken URL to leaflabs docs
2016-05-02 12:46:18 +10:00
Roger Clark
2bd7f45a8f
Merge pull request #175 from WereCatf/patch-1
...
Bugfix Adafruit_ILI9341_STM
2016-04-29 15:41:56 +10:00
WereCatf
a1498ee778
Update Adafruit_ILI9341_STM.cpp
2016-04-23 06:05:38 +03:00
WereCatf
29a5400188
Bugfix Adafruit_ILI9341_STM
...
readcommand8() toggles _sclk, but when using hwSPI it's set to 0, ie. it's toggling GPIO0, which it obviously shouldn't be doing. Also, when SPI-transactions had been enabled the SPI-bus speed was set to only 8MHz -- now we set it to 36MHz on STM32F1.
2016-04-22 20:36:38 +03:00
Roger Clark
8c1e061efc
Apply fix, provided by @Slammer, for issue with USB Serial on GCC 4.9
2016-04-19 19:42:07 +10:00
Roger Clark
9695c368e0
Merge pull request #118 from mwm/master
...
Fix file open to actually turn on inbound parity checking.
2016-04-17 20:51:59 +10:00
Roger Clark
7b36397b8a
Merge pull request #174 from WereCatf/master
...
Install udev-rules for ST-link
2016-04-17 20:50:38 +10:00
WereCatf
9bf2af2dfc
Install udev-rules for ST-link
2016-04-17 09:34:46 +03:00
Roger Clark
4f2a6028f0
Merge pull request #168 from ddrown/source_master
...
Fix maximum flash size is on the Discovery F407
2016-03-08 09:07:50 +11:00
Dan Drown
6e06e42c7e
max flash size is incorrect for the discovery F407
...
ref: http://stm32duino.com/viewtopic.php?f=39&t=537&start=30
2016-03-07 09:22:52 -06:00
Roger Clark
f7c80bd73b
Merge pull request #166 from martinayotte/master
...
Add toString() helper to IPAddress class (as already implemented on the F4)
2016-03-01 16:27:01 +11:00
Roger Clark
e69af74e96
Merge branch 'geekylou-master'
2016-03-01 16:25:59 +11:00
Roger Clark
246a172250
Merge branch 'master' of https://github.com/geekylou/Arduino_STM32 into geekylou-master
2016-03-01 16:21:28 +11:00
Martin Ayotte
3d15c75a27
add toString() helper to IPAddress class
2016-02-29 12:12:57 -05:00
Roger Clark
ba5d4058f1
Merge branch 'development'
2016-02-28 14:52:14 +11:00
Louise Newberry
1f13f47552
The previous fix should probably be in is connected rather than the write function so moving it there.
2016-02-22 22:18:55 +00:00
Louise Newberry
618ffd069d
Check USB DTR is active before sending data down the USB port (this should only be active when the port is connected to a terminal).
2016-02-22 22:02:45 +00:00
Louise Newberry
20331cea64
Make sure both USB_ISTR_SUSP & USB_ISTR_WKUP are both cleared when USB susppends or resumes. This is required as when we see a suspend event it looks like we immediately afterwords trigger a resume from the bit being set previously.
2016-02-13 11:35:44 +00:00
Roger Clark
268d9208b8
Merge pull request #159 from ddrown/source_master
...
Remove libraries/LiquidCrystal_I2C as the normal (AVR) Arduino version works fine (and the version that was in the repo was non-standard and didn't work for most people.
2016-02-04 13:39:51 +11:00
Dan Drown
4790010b78
Remove libraries/LiquidCrystal_I2C/
...
closes rogerclarkmelbourne/Arduino_STM32#158
2016-02-03 20:29:49 -06:00
Roger Clark
159d32e6ac
Merge pull request #157 from derkostka/master
...
Update dfu-utils for OS X 10.11.2
2016-01-16 15:03:39 +11:00
Sebastian Kostka
cf16dcd8f6
Update dfu-utils for OS X 10.11.2
2016-01-10 15:32:01 +01:00
stevstrong
9fe188a901
added SPI data size management to allow true 16 bit transfer
2015-12-26 18:39:28 +01:00
Roger Clark
bfd9e4e591
Merge pull request #154 from martinayotte/master
...
Fix issues with arduino_uip library and other minor changes on STM32F4
2015-12-17 10:24:35 +11:00
Martin Ayotte
49fa96c417
add a timeout exit loop when Enc28J60Network never ready
2015-12-16 16:18:36 -05:00
Martin Ayotte
9e429939a8
fix flags and path in F4/platform.txt
2015-12-16 16:17:50 -05:00
Martin Ayotte
8da4a37f80
fix jtag.ld F4 memory size which were bad copy from F1
2015-12-16 16:17:01 -05:00
Roger Clark
aff6ef08c9
Merge pull request #152 from martinayotte/master
...
STM32F4 put back original bkp.* files (not symlink)
2015-12-11 09:57:44 +11:00
Martin Ayotte
52da419d53
Merge remote-tracking branch 'upstream/master'
2015-12-10 12:40:25 -05:00
Martin Ayotte
c9ad62fa88
put back original bkp.* files (not symlink)
2015-12-10 12:39:51 -05:00
Martin Ayotte
50ebcc83f5
remove bad bkp.* symlink
2015-12-10 12:38:56 -05:00
Roger Clark
fe7bae21a1
Merge pull request #151 from martinayotte/master
...
STM32F4 - fix LeafLab code for spi_config_gpios()
2015-12-10 09:35:17 +11:00
Martin Ayotte
e1b85b7774
fix LeafLab code for spi_config_gpios() which can't tolerate different GPIOs port for SPI pins
2015-12-09 15:30:58 -05:00
Martin Ayotte
01237a0934
add BKP and RCC changes needed for previous RTClock commit for F4
2015-12-09 15:26:27 -05:00
stevstrong
9679eaa5d3
Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master'
2015-12-07 18:14:05 +01:00
stevstrong
4932a309f2
reworked update SPI settings
...
remove entirely the disturbing glitches on SCK line
2015-12-06 16:15:00 +01:00
Roger Clark
d68220b964
Merge pull request #150 from martinayotte/master
...
Stm32F4. Fix bug related to missing 7 days in getTime()
2015-12-05 10:57:37 +11:00
Martin Ayotte
c9d796cdf1
Merge remote-tracking branch 'upstream/master'
2015-12-04 11:13:31 -05:00
Martin Ayotte
a21d199cbc
fix bug related to missing 7 days because of 7 leap years missing between 1970 and 2000
2015-12-04 11:12:53 -05:00
Roger Clark
2f97268bd4
Merge pull request #145 from Serasidis/master
...
Merged pull request for Serasidis_XPT2046_touch
2015-12-04 13:19:50 +11:00
Roger Clark
f6769ee64f
Merge pull request #148 from martinayotte/master
...
make PeriodicWakeup and AlarmA/AlarmB working
2015-12-04 13:16:42 +11:00