Commit Graph

851 Commits

Author SHA1 Message Date
Roger Clark ac27993d10 Added makeWord macro and functions to fix #316 2017-07-31 13:33:00 +10:00
Roger Clark 7d1119ee34 Removed Debug with LTO optimisation option, to fix issue #320 2017-07-31 10:56:31 +10:00
Roger Clark 14ddcfd97d Changed text on 128Mhz CPU speed option - to add warning that there is No USB and also Manual reset needed to upload 2017-07-31 10:51:52 +10:00
Roger Clark 375a8f84b5 Fixed typo in F1 boards.txt for STM32F103CB RAM size 2017-07-30 20:08:20 +10:00
Roger Clark cb901b4e4f Added CPU Speed menu to all boards except Nucleo RB, with additional entry for 128Mhz Turbo - NO USB. Note only tested on the Blue Pill 2017-07-30 17:43:40 +10:00
Roger Clark 7aae010eae Fixed yet another of my typos in the optimisation menu 2017-07-30 17:05:57 +10:00
Roger Clark 86d823a3b5 Fixed typo in optimisation menu 2017-07-30 16:21:26 +10:00
Roger Clark a683dfccca revert changes to STM32F3/platform.txt and STM32F4/platform.txt as they should not have been changed in the previous commit 2017-07-30 16:16:24 +10:00
Roger Clark 3f7eb8e4db Merge branch 'mtiutiu-mtiutiu/compiler_opts_menus' 2017-07-30 16:11:19 +10:00
Roger Clark 0aae3d31f1 Changed order of optimisation options, so that current settings (-Os) are the default, and reverted F4 and F3 boards.txt to current master to remove these changes from those boards, as they will need to be updated in the same way I did for the F1, and I don't have time to do it now 2017-07-30 16:07:30 +10:00
Roger Clark 0696f70148 Merge branch 'mtiutiu/compiler_opts_menus' of https://github.com/mtiutiu/Arduino_STM32 into mtiutiu-mtiutiu/compiler_opts_menus 2017-07-30 10:26:52 +10:00
Roger Clark a4d88f7d1b Merge branch 'stevstrong-SPI_write16' 2017-07-30 09:02:49 +10:00
stevstrong 0db43ae36f SPI clean up + add 16 bit access functions in 8 bit mode 2017-07-28 17:51:54 +02:00
stevstrong 359db540dd Merge branch 'refs/heads/RTC_F4' 2017-07-26 23:06:28 +02:00
stevstrong 979fc8790c Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2017-07-26 22:52:40 +02:00
stevstrong f8be57c6de Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2017-07-26 22:40:34 +02:00
stevstrong 19aa9cc697 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' into RTC_F4 2017-07-26 22:39:19 +02:00
Roger Clark 6b85615221 Change Wire endTransmission to have bool instead of unit8 argument - to match with the Arduino API 2017-07-20 17:43:13 +10:00
Roger Clark 24506095bb Merge pull request #315 from stevstrong/RTC_F4
Reworked RTC for F4
2017-07-20 09:04:42 +10:00
stevstrong b29fed855b reworked RTC - no need for extra time library
http://www.stm32duino.com/viewtopic.php?f=39&t=775&p=31218#p31218
2017-07-19 19:11:44 +02:00
stevstrong 8b4af3604a Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2017-07-19 18:42:37 +02:00
stevstrong e8a195dd42 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2017-07-19 18:13:24 +02:00
Roger Clark 7fbc4b16fe Merge pull request #314 from hemalchevli/master
Fixed readme.md headings
2017-07-19 16:00:39 +10:00
Hemal Chevli 01de9ee977 Fixed headings 2017-07-19 10:46:25 +05:30
Roger Clark c37f220aaa Merge pull request #220 from stevstrong/master
Updates for F4 from @stevstrong
2017-07-19 10:17:51 +10:00
stevstrong 20fa1dffa7 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2017-07-18 19:57:55 +02:00
Cristi Marius Tiutiu 4f3c4da648 added missing menu opts for F3/F4 boards 2017-07-17 10:45:37 +03:00
Cristi Marius Tiutiu 4bfb444447 added teensy like ide compiler opts menus 2017-07-17 10:35:23 +03:00
Roger Clark 43299e4544 Merge pull request #236 from Testato/patch-1
Update F1 boards.txt to address memory size display issues
2017-07-16 17:18:53 +10:00
Roger Clark 80cdabadc2 Merge pull request #303 from Testato/patch-4
Update F4 boards.txt to address memory size display issue
2017-07-16 16:32:41 +10:00
Testato e518b74fb0 Merge branch 'master' into patch-4 2017-07-16 09:16:02 +03:00
Roger Clark b5eadb8409 Merge pull request #312 from victorpv/SPI-Callbacks
Added Spi callbacks from @victorpv
2017-07-16 08:54:18 +10:00
Roger Clark 0f3c6e5854 Merge pull request #278 from syfre/master
Enhancements and fixes to use ADC in continuous mode triggered by an internal timer
2017-07-16 08:45:38 +10:00
Roger Clark bb8f6ca6d5 Merge branch 'merge_stevstrong' 2017-07-16 08:36:20 +10:00
Roger Clark 8bf5f62d6f Merge branch 'work' of https://github.com/stevstrong/Arduino_STM32 into merge_stevstrong 2017-07-16 08:34:20 +10:00
Roger Clark 0393be3400 Added setClock() to Wire and Hardware - only 100000Hz and 400000Hz are supported 2017-07-15 18:31:02 +10:00
victorpv 910072c7db Changes tabs for spaces. 2017-07-10 12:08:59 -05:00
victorpv b892004cc2 Add files via upload 2017-07-10 12:00:29 -05:00
victorpv d49df93f38 Merge pull request #12 from rogerclarkmelbourne/master
Merge pull request #308 from victorpv/master
2017-07-10 11:02:57 -05:00
Roger Clark 5a442ac407 Merge pull request #308 from victorpv/master
Added USBSerial implementation of readBytes.
2017-07-10 16:46:11 +10:00
victorpv fd95b99914 Added readBytes function to usbSerial
Add Arduino USB implementation of Arduino Stream class readBytes, which reads bytes in blocks with a timeout.
Increases the speed from 300KB/s to 500KB/s over the Stream class readBytes function.
2017-07-08 10:52:50 -05:00
victorpv 1c07e25bd7 Update usb_serial.h 2017-07-08 10:49:14 -05:00
victorpv 8683035cb7 Update usb_serial.h 2017-07-08 10:46:49 -05:00
victorpv 27de00652d Merge pull request #11 from rogerclarkmelbourne/master
Sync to Roger.
2017-07-07 18:02:03 -05:00
stevstrong 7cdf3acf8e Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2017-07-07 17:34:02 +02:00
Roger Clark 8b2699bdba Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32 2017-07-06 10:57:55 +10:00
Roger Clark 54dd788f2b Fix warning caused by commit #f7a576f2e0efcee958bdfd737d9af7a2f6c76051 2017-07-06 10:57:20 +10:00
stevstrong e5a6709b9c Merge remote-tracking branch 'refs/remotes/origin/work' 2017-07-06 00:41:21 +02:00
Roger Clark 385dfbf29c Merge pull request #270 from SukkoPera/Fix-ifSerial
Added "if serial" and deprecated isConnected()
2017-07-06 08:36:20 +10:00
stevstrong 6f2effadac update SdioF4.cpp - fix for CL4 cards 2017-07-06 00:29:45 +02:00