summaryrefslogtreecommitdiff
path: root/src/app.rs
Commit message (Expand)AuthorAgeFilesLines
* Minor changeHEADmasterXavi Del Campo2020-03-031-4/+3
* Removed debug printsXavier ASUS2019-01-261-1/+1
* requested_file is now also modified by send_file().XaviDCR922019-01-151-27/+21
* Files are finally being sent from a PC.XaviDCR922019-01-141-2/+13
* Incoming file requests are now processed. Only sending file data TODO.XaviDCR922019-01-131-1/+3
* Sending a PSX-EXE is now totally implemented.XaviDCR922019-01-121-2/+8
* Bugfix: 'b' was being sent on first transmission instead of 99.XaviDCR922019-01-101-2/+1
* ACK from the device is received.XaviDCR922019-01-081-4/+9
* Some more work and format changes.Xavier Del Campo2019-01-061-15/+25
* Some more work, but it still does not compileXavier Del Campo2018-12-311-2/+20
* Added some commentsXavier Del Campo2018-12-301-9/+15
* Any baudrate is now supported, but that relies on system implementationXavier ASUS2018-12-301-2/+1
* app.rs now configures a given serial device with a given baud rate. If not de...Xavier ASUS2018-12-301-13/+74
* Minor simplificationXavier ASUS2018-12-291-3/+1
* Program logic has been distributed from main to app and cmdline.Xavier ASUS2018-12-291-0/+42