aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/px4io/px4io_uploader.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert to original loopJean Cyr2014-07-261-2/+1
| | | | | Original loop was correct, and slightly more efficient. Retain initialization of ret to handle the case where passed in count is 0.
* Improve update performance and clean up compiler warnings in px4io driverJean Cyr2014-07-251-15/+17
| | | | | | | | | - Fix compiler warnings in px4io_serial.cpp - Fix compiler warnings in px4io_uploader.cpp - Rename confusing overloaded send method with nearly identical parameters in px4io_uploader.cpp - Improve update performance by using maximum size programming buffer since we are no longer limited by stack size.
* px4io_uploader cleanup and minor optimizationJean Cyr2014-07-101-31/+20
| | | | | Remove redundant code Cleanup error handling in program function
* Read the full bufferJean Cyr2014-07-101-2/+2
| | | | sizeof wont work here since file_buf is now a pointer
* Prevent stack overflow when flashing px4ioJean Cyr2014-07-101-3/+15
| | | | | Large local variable causing stack overflow when attempting to flash IO!!!
* Hotfix: Improve PX4IO monitor commandLorenz Meier2014-06-231-3/+3
|
* Hotfix to PX4IO uploader. There are no known mishaps due to it, but very ↵Lorenz Meier2014-04-151-2/+7
| | | | clearly the IO firmware flashing process should be verified after an upload.
* Finally fix the timing race between the IO driver, IO uploader and the on-IO ↵Lorenz Meier2014-01-241-2/+9
| | | | firmware by making the uploader tolerant of timing offsets.
* px4io: improved reliability of forceupdate re-starting px4ioAndrew Tridgell2014-01-241-0/+6
| | | | | this adds a 0.1s delay after update to give px4io time to boot. It removes the need for the user to reboot after an IO update
* Merged PX4IO crc checks and force updateAndrew Tridgell2013-12-131-1/+4
|
* Comment fixLorenz Meier2013-10-121-1/+1
|
* Reset baudrate after px4io updateJulian Oes2013-09-031-0/+15
|
* Updated IO firmware upgrade strategy and locationsLorenz Meier2013-08-281-20/+21
|
* Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-6/+1
| | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* Make px4io driver filenames less ambiguous.px4dev2013-07-131-0/+606