Commit Graph

30 Commits

Author SHA1 Message Date
Roger Clark 437834a91f Added code by @danieleff to delay leaving the maple_upload script (in all platforms) until the Serial device has reconnected - this helps resolve the problem of needing to close the Arduino Serial Monitor prior to upload 2017-05-25 20:06:37 +10:00
Roger Clark ed82be4c6e Updated Linux 45-maple.rules
See http://stm32duino.com/viewtopic.php?f=16&t=1103&start=40#p20732
2016-12-02 10:32:17 +11:00
Roger Clark 7985f25fbc Fixed path an permissions issue with linux jlink upload script 2016-10-17 12:43:16 +11:00
stevstrong 073aa23ed2 Merge remote-tracking branch 'refs/remotes/rogerclarkmelbourne/master' 2016-10-16 23:02:16 +02:00
Roger Clark 6bbb5dc506 Added JLink upload to Windows and fixed intermitten JLink upload issues 2016-10-16 16:46:40 +11:00
Roger Clark 293b693996 Added JLink upload method for F103C8 to Linux (untested) 2016-10-16 14:47:53 +11:00
Roger Clark 8c6f302e9c Effecively disabled the code that waits for serial device re-enumeration
See http://stm32duino.com/viewtopic.php?f=35&t=1251
2016-07-16 09:15:32 +10:00
roger@rogerclark.net 7e06070ade Started to add linux 64 bit support, by copying the linux folder to linux64 and changeing platform.txt. Also copied scr folder into each platform's folder to allow the src to be distributed even if the tools are split up when using the Board Manager 2016-05-07 08:02:54 +10:00
WereCatf 9bf2af2dfc Install udev-rules for ST-link 2016-04-17 09:34:46 +03: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
Roger Clark bd6d3b5092 Fixed issue in linux maple_upload.sh caused by paths with spaces in them 2015-10-29 19:55:47 +11:00
Roger Clark 5bc3de4331 Fixed DFU upload reset issue by appending -R to the linux maple_upload script 2015-08-17 08:44:32 +10:00
Fergus 3b8b7a79f4 Bugfix for HardWire/I2C + configured/compiled dfu-util to work on Linux again
- Fixed 0 byte payload bug, stopping HardWire from sending only addresses to scan for devices
 - Fixed I2C bug accessing wrong status register for error flags
 - Improved Hardwire endTransmission() return flags to correspond with the actual I2C failure status
 - Removed dos endings from dfu-util autogen script breaking compilation
2015-08-01 18:58:14 +01:00
Roger Clark e0d6307685 Built Linux binary and also changed printed message to indicate this is a special version built for Arduino STM32 2015-07-08 19:48:57 +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 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
Martin Ayotte 44bfd8ae54 fix SetupClock168() for Netduino2Plus + add STM32Stamp/Netduino2Plus boards + add dfuse_addr in upload 2015-05-28 17:20:49 -04: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
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 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
Bob Cousins 9e46a4ecc4 Set file permissions on linux/maple_upload to 755 2014-12-30 12:45:25 +00:00
Roger Clark 850413e13d Added files and made changes to support linux upload 2014-12-30 08:26:50 +11:00