summaryrefslogtreecommitdiff
path: root/software/mpu/usb-cdc-shell.c
Commit message (Expand)AuthorAgeFilesLines
* updated copyright headerChristian Pointner2015-02-031-2/+2
* sdc write works as wellChristian Pointner2014-04-151-5/+106
* first working sdc read testChristian Pointner2014-04-091-13/+100
* added simple sd card testChristian Pointner2014-04-091-0/+38
* fixed usb pump thread prioChristian Pointner2014-04-091-9/+5
* upgrade to ChibiOS 2.6.2Christian Pointner2014-01-141-12/+12
* small cleanupChristian Pointner2013-12-091-1/+1
* added IHU subsystem (only 405 for now)Christian Pointner2013-12-051-3/+2
* added preliminary flash commandChristian Pointner2013-12-031-0/+27
* print warning for not implemented bootloader commandChristian Pointner2013-12-031-2/+2
* applied upstream shell patch for chibios 2.6.1Christian Pointner2013-11-011-22/+16
* added patch for chibios to implement shutdown and rebootChristian Pointner2013-10-011-16/+25
* implemented system shutdown and reboot (not yet finished)Christian Pointner2013-08-281-30/+43
* some cleanupChristian Pointner2013-08-261-11/+12
* some compatibility changesChristian Pointner2013-08-251-0/+2
* cleaned up shell (no double disconnect/connect for usb)Christian Pointner2013-08-231-2/+0
* also print thread namesChristian Pointner2013-08-221-3/+4
* added USB CDC based shellChristian Pointner2013-08-221-0/+308