Commit Graph

644 Commits

Author SHA1 Message Date
Vassilis Serasidis 6f1aab1f2e Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2015-12-03 20:40:12 +02:00
Vassilis Serasidis 114861b36c Touch screen library for STM32F1, based on XPT2046 touch controller.
The XPT2046 touch controller can be found on the new 2.4" ILI9341 SPI
LCDs.
2015-12-03 20:38:20 +02:00
Roger Clark 75bd7f103d Merge pull request #144 from martinayotte/master
Initial push of RTClock for STM32F4
2015-12-03 13:42:24 +11:00
Martin Ayotte ef98377230 initial push of RTClock for STM32F4 2015-12-02 21:29:38 -05:00
Vassilis Serasidis 3452a045d2 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2015-11-26 19:22:45 +02:00
stevstrong 197844ddf3 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/development' 2015-11-22 18:14:51 +01:00
stevstrong 055db5a2c6 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2015-11-22 18:12:50 +01:00
Roger Clark acf956a3e7 Compiled new version of stm32flash for OSX, with changes from @jcw 2015-11-21 19:42:53 +11:00
Roger Clark d0ed1941bb Merge branch 'master' into development 2015-11-20 20:27:18 +11:00
Roger Clark ba968c9e2e Merge pull request #130 from Quantalume/master
Fix case of spaces in path to linux tools directory
2015-11-20 20:27:02 +11:00
Roger Clark 5deae4e576 Merge branch 'development' of https://github.com/rogerclarkmelbourne/Arduino_STM32 into development 2015-11-20 20:24:20 +11:00
Roger Clark 9cfb240ec1 Merge branch 'stevstrong-master' into development 2015-11-20 20:23:57 +11:00
Roger Clark fe950a35db Merge branch 'master' of https://github.com/stevstrong/Arduino_STM32 into stevstrong-master 2015-11-20 20:23:34 +11:00
stevstrong b920cdc6a2 serial config when parity is enabled
When parity enabled the word length must be increased (CR1 bit 12 set).
Word length of 9 bit with parity is not supported.
2015-11-19 21:11:45 +01:00
stevstrong 7d2b43018f bugfix - serial config parameter cannot be set
function usart_init must be called before usart_config_gpios_async
2015-11-19 14:01:23 +01:00
stevstrong 17cbf256d1 corrected defines needed when parity is used
When the parity control is enabled, the computed parity is inserted at the MSB position (9th bit if M=1; 8th bit if M=0) and parity is checked on the received data. This excludes 9 bit long words + parity bit.
2015-11-19 11:50:13 +01:00
Roger Clark 689725b0f2 Merge pull request #140 from jcw/relax-stm32flash-checks
Relax stm32flash checks - mainly for OSX - (again)
2015-11-17 09:33:47 +11:00
Vassilis Serasidis e465dd358b Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2015-11-15 19:21:40 +02:00
Jean-Claude Wippler 3e41a7458c remove the cflag check 2015-11-15 13:51:32 +01:00
Roger Clark a7e909a6de Merge branch 'master' into development 2015-11-15 13:00:39 +11:00
Roger Clark 7ee66cc2e2 Merge branch 'jcw-spi-fix' into development 2015-11-15 10:28:45 +11:00
Roger Clark e2bff0cd49 Merge branch 'spi-fix' of https://github.com/jcw/Arduino_STM32 into jcw-spi-fix 2015-11-15 10:28:36 +11:00
Roger Clark 0469149581 Merge pull request #119 from jaretburkett/master
Added Touchscreen Library
2015-11-15 10:27:08 +11:00
Roger Clark 239802f85e Merge branch 'jcw-two-nucleo-variants' into development 2015-11-15 10:25:19 +11:00
Jean-Claude Wippler 081b6d52f8 fix typo 2015-11-11 14:07:49 +01:00
Jean-Claude Wippler 170d69eaf4 Merge commit 'ca3db7cc0814e77584b0d4697f31f731e8a7a93e' into two-nucleo-variants 2015-11-09 16:09:45 +01:00
Jean-Claude Wippler 8ad35215c5 Merge commit 'ca3db7cc0814e77584b0d4697f31f731e8a7a93e' into spi-fix 2015-11-09 16:07:58 +01:00
Roger Clark ca3db7cc08 Merge branch 'master' into development 2015-11-09 07:00:43 +11:00
Roger Clark 66456b5572 Changed platform.txt back to using 1.6.5 compatible archive path, as the change I made to support 1.6.6 does not work with 1.6.5 as it appears this var is not backward compatible 2015-11-09 06:54:49 +11:00
Roger Clark 70c2f1ddc6 Merge branch 'master' into development 2015-11-07 23:23:57 +11:00
Roger Clark abd500e3ef Changed platform.txt to fix issue with changes in IDE 1.6.6 to build archive path 2015-11-07 23:23:27 +11:00
Roger Clark 508df14fdd Merge branch 'development' of https://github.com/rogerclarkmelbourne/Arduino_STM32 into development 2015-11-07 20:44:43 +11:00
Roger Clark 9b94bfab4a Merge branch 'master' into development 2015-11-07 20:44:11 +11:00
Roger Clark bc52bb901d Removed support for IDE's prior to 1.6.3 from all cores 2015-11-07 20:43:33 +11:00
Jean-Claude Wippler b495a4e00f support Nucleo w/o and w/ crystal 2015-11-07 00:49:34 +01:00
Jean-Claude Wippler 91014b40a8 fixes #125 2015-11-05 16:27:24 +01:00
Roger Clark 842d8ee580 Manually updated fix by @jcw for serial usb slow down 2015-11-05 20:28:09 +11:00
stevstrong b81d7b7334 removed unwanted dashes which caused compiling error 2015-11-04 08:08:21 +01:00
Roger Clark d94452f1d5 Merge branch 'jcw-delay-losing-time' into development 2015-11-04 09:40:50 +11:00
Roger Clark cc85e58a37 Merge branch 'delay-losing-time' of https://github.com/jcw/Arduino_STM32 into jcw-delay-losing-time 2015-11-04 09:40:21 +11:00
Roger Clark e48ff38e52 Merge branch 'master' of https://github.com/stevstrong/Arduino_STM32 into stevstrong-master 2015-11-04 09:02:56 +11:00
stevstrong 796dc93ab9 re-added previously deleted EXTSEL defines 2015-11-03 13:43:59 +01:00
Roger Clark 1fc436e596 STM32F1. Removed support / worksround for IDE versions before 1.6.3, with removal of platform.rewrite.keys.txt and update of compiler path in platforms.txt 2015-11-03 05:28:50 +11:00
Jean-Claude Wippler 85eb51aacb wait for time to elapse instead of a cycle-counting loop 2015-10-31 16:25:42 +01:00
Roger Clark 37dc796076 Merge pull request #129 from jcw/variant-reorder
Reorder STM32F103T variants in boards.txt so smallest memory size is first
2015-10-31 20:34:07 +11:00
Roger Clark 07cf09a358 Merge pull request #128 from Serasidis/master
Added missing Ethernet library files to STM32F1 (note the same needs to be done to GD32F1 eventually)
2015-10-31 16:36:34 +11:00
David Brunell 44af152967 Partial reversion of maple_upload
Change at line 20 unnecessary.
2015-10-30 13:56:36 -05:00
David Brunell 5a1944c795 Fix case of spaces in path to linux tools directory 2015-10-30 13:21:41 -05:00
stevstrong 42659ebbb0 added defines of external event selections for regular and injected groups 2015-10-30 14:12:38 +01:00
Jean-Claude Wippler 83edd50057 fixed, only C8/CB and T8/TB affected 2015-10-30 11:42:38 +01:00