Commit Graph

51 Commits

Author SHA1 Message Date
Roger Clark cd9e17deea Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_stm32 2015-07-06 09:23:37 +10:00
Roger Clark 58a5799ace Added linux install file missing after previous name change to this file 2015-07-06 09:23:01 +10:00
Roger Clark 8c327aca05 Added OSX DFU binaries and changed the OSX maple-upload script to use them. (This saves users having to install dfu-util themselves, e.g. via Homebrew 2015-07-04 10:15:44 +10:00
Roger Clark 70403109c5 Updated Linux install script so that it also adds the current user to the dialout group. Also removed duplicate copy of the Linux install script from drivers/linux 2015-07-03 21:31:50 +10:00
Roger Clark 3b2c87de5a Updated linux tools to contain upload-reset (bin) utility, and modified maple-upload script to use this utility to reset the bootloader prior to upload. Also changed maple-upload so that it uses the pre-compiled dfu-util binary that is now part of the repo 2015-06-28 11:06:00 +10:00
Roger Clark 0ff9438aa1 Added osx upload-reset binary omitted from last commit 2015-06-16 21:25:40 +10:00
Roger Clark a25bb2b50b Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32 2015-06-16 21:23:52 +10:00
Roger Clark a7244e0e89 Added upload-reset.c source. Added upload-reset OSX binary, and modified maple-upload script to use upload-reset 2015-06-16 21:23:43 +10:00
Martin Ayotte 53e4329a75 add dfuse_addr arguments option for tools/macosx/maple_upload 2015-05-31 13:22:21 -04:00
Martin Ayotte 44bfd8ae54 fix SetupClock168() for Netduino2Plus + add STM32Stamp/Netduino2Plus boards + add dfuse_addr in upload 2015-05-28 17:20:49 -04:00
rogerclarkmelbourne 8540c26429 Changed Windows STlink upload to use STM's own STLink CLI Exe as this supports more STLink hardware than Texane-STLink and some users had problems with Texane on F4 and F3 boards 2015-05-26 14:09:46 +10:00
rogerclarkmelbourne 973fa0268e Added Black Magic Probe upload support for C series boards, Note Windows BAT file has not been tested yet 2015-05-19 21:44:10 +10:00
Roger Clark f90929bfa8 Added dfu-util src as a sub module, also added compiled dfu-util files to tools/linux and added script to set udev rules, which I took from the old Maple IDE 2015-05-10 20:26:17 +10:00
Roger Clark 766f9f37e1 Fixed issue with empty line at top of linux stlink_upload script (issue #48) 2015-05-05 21:39:21 +10:00
Roger Clark 5916e8c3be Updated linux stlink_upload 2015-05-05 10:06:31 +10:00
Roger Clark e7e552fef6 Accidenly updated the linux serial_upload instead of stlink upload, so I have re-instated its contents 2015-05-05 10:05:22 +10:00
Roger Clark 666b5b3da3 Updated stlink_upload script for Linux to enhanced code from @ahull 2015-05-05 08:13:32 +10:00
Roger Clark 4f9a83e08b added linux32 versions of stm32flash and stlink binaries and used scripts from OSX for these in linux as the scripts are identical 2015-05-02 19:09:45 +10:00
rogerclarkmelbourne 3d17dbce37 Added Windows binaries for Texane-stlink, and changed Windows stlink ulload bat file to use the new files. Tested and working on STM32F103C8 using 'STM32 to Flash (no bootloder)' board type 2015-04-29 20:52:38 +10:00
Roger Clark bbf58007fa Removed .o and .a files from stm32flash src that should not have been tracked in the first place 2015-04-18 11:25:09 +10:00
Roger Clark 1faf1d6b0d Using modified version of latest fork of stm32flash 2015-04-18 11:24:00 +10:00
Roger Clark 0f78542eef Fixed issue with stm32flash for Windows, where double digit COM ports didn't work e.g COM10 would not work 2015-04-18 08:08:59 +10:00
Roger Clark 6df2be1012 Merge branch 'master' of https://github.com/rogerclarkmelbourne/Arduino_STM32 2015-04-12 10:28:56 +10:00
Roger Clark 4a3da022b8 Updated platform.txt and added platform rewrite keys file to aid operation with IDE 1.6.2 onwards 2015-04-12 10:05:32 +10:00
Roger Clark 7abe8ebdbf Updated linux upload router with version from @ahull 2015-04-07 08:50:06 +10:00
Roger Clark 8b3b13680e Attempted to set execut permissions on upload_router on linux, from OSX 2015-04-07 08:17:21 +10:00
Roger Clark 0e318d746d Added texane-stlink to tools src folder. Note. This was easier than moving it from the old location under macosx. I will remove the one under macosx once the new one is definately committed 2015-04-07 08:15:22 +10:00
Roger Clark 0e879acb54 Moved stm32flash source to a separate src folder rather than being inside tools/macosx 2015-04-07 08:06:37 +10:00
Roger Clark 353b7bf995 Added new / recompiled stm32flash.exe for windows using MinGW so that Windows versions now supports the same processors as the OSX and Linux version (Specifically some STM32F103C8 devices) 2015-04-02 07:24:20 +11:00
Roger Clark d7cf10c6ee Added linux upload_router script. Please note, Linux users may need to set execute permissions on this file. I can't however do this when commiting the file from my Windows machine 2015-03-09 01:52:39 +11:00
Roger Clark d8f7103e1c Added STLink to upload_router.bat and changed STM32 to Flash board type so that a new menu of UploadMethod allows selection of upload via Serial or STLink 2015-02-03 09:55:13 +11:00
Roger Clark 59b3c0194f Improved mac OSX maple uploads, with the help of Tim Schuerewegen, by resetting using tty to reset the Maple via the com port and also added the -R option to dfu-util to run after upload 2015-01-28 20:29:27 +11:00
Roger Clark 26e298dcf4 Added texan/stlink as a sub repo to macosx for st-link support. Note, there may be a better location for this as its cross platform source and could be used for Linux as well 2015-01-22 16:05:31 +11:00
Roger Clark 7e1155125c Replace st-link OSX binaries for ones that work on 10.7 and fixed issue in OSX stlink_upload bash script 2015-01-22 15:48:22 +11:00
Roger Clark 66d320b33b Updated STLink upload for OSX. Note this doesnt work on OSX 10.7, but it may work on nnewer versions of OSX. It has been reported to work on 10.9 2015-01-22 15:09:25 +11:00
Roger Clark 39d28ca13d Added gitignore to prevent osx system files being included, and fixed issues in serial_upload for osx 2015-01-20 21:30:38 +11:00
Roger Clark 078cf1c623 Added files for OSX Serial upload via stm32flash binary compiled for osx 2015-01-20 21:07:39 +11:00
Ian Harvey 3a54d9fcfe Fix maple_upload to fall back to /opt/local/bin/dfu_util if not in /usr/local/bin 2015-01-10 08:59:11 +00:00
Roger Clark 068c44f36b Merge pull request #17 from taoyuan/master
Moved dfu_util location on OSX to match install location of files if Homebrew is used to install. The wiki has been updated to include instructions to use Homebrew to install DFU-Utils
2015-01-01 08:46:53 +11:00
Bob Cousins 9e46a4ecc4 Set file permissions on linux/maple_upload to 755 2014-12-30 12:45:25 +00:00
Tao Yuan 25383c7185 fixed dfu_util location on osx 2014-12-30 18:08:02 +08:00
Roger Clark 850413e13d Added files and made changes to support linux upload 2014-12-30 08:26:50 +11:00
Roger Clark 37d6f13990 Added upload via STLink - currently not used 2014-12-27 12:51:14 +11:00
Ian Harvey 9de8d1d058 microduino: Add OS X version of maple_upload script
Currently this is a wrapper around dfu-util; tested with
dfu-util-0.7.mpkg, e.g.
https://code.google.com/p/companion9x/downloads/detail?name=dfu-util-0.7.mpkg
2014-12-23 15:46:14 +00:00
Roger Clark 98c772079e Added new menu items by Alexey (@HiddenPilot) 2014-12-19 08:31:49 +11:00
Roger Clark 79668ed667 Put fix for D: drive (etc) use into maple_upload.bat, that had previously only been added to serial_upload.bat 2014-12-04 07:07:23 +11:00
Roger Clark 21732162c1 Modified serial_upload.bat so that it would work for windows system using D: etc for the Arduino folder 2014-12-03 08:27:52 +11:00
Roger Clark 8c6d25b4c0 Absolutely masses of changes, and general restructure in order to get the SPI library to at least compile ;-) 2014-11-22 06:46:57 +11:00
Roger Clark bcb767bba9 added modified version of python serial uploader (which now has a -g option for GO, and tested it but rem ed out in serial_upload.bat 2014-11-04 08:32:36 +11:00
Roger Clark 364c0c07f0 Changed upload speed to 203400 which seems to work for my USB to Serial adaptor, remove -b 203400 from tools/upload_serial.bat if this causes a problem, also there seemed to be an issue of EEPROM lib not compiling any more, so I commented out 2 includes which it could not find but seemed not to be needed any more. 2014-11-03 08:53:01 +11:00