summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor changeHEADmasterXavi Del Campo2020-03-031-4/+3
|
* Removed debug printsXavier ASUS2019-01-262-5/+2
|
* requested_file is now also modified by send_file().XaviDCR922019-01-152-47/+56
| | | | Packets smaller than 8 bytes are now also sent.
* Files are finally being sent from a PC.XaviDCR922019-01-142-5/+115
| | | | However, file transmission often gets stucked.
* Incoming file requests are now processed. Only sending file data TODO.XaviDCR922019-01-133-6/+84
|
* Sending a PSX-EXE is now totally implemented.XaviDCR922019-01-122-47/+98
|
* PSX-EXE header is now sent on 8-byte chunks.XaviDCR922019-01-101-12/+31
|
* Bugfix: 'b' was being sent on first transmission instead of 99.XaviDCR922019-01-103-9/+70
| | | | Implemented sending PSX-EXE header.
* ACK from the device is received.XaviDCR922019-01-086-34/+85
| | | | | Fixed serial configuration as "no parity". Added command-line argument "--cdimg-folder", used to retrieve data.
* Some more work and format changes.Xavier Del Campo2019-01-064-22/+68
|
* Some more work, but it still does not compileXavier Del Campo2018-12-314-5/+50
|
* Added some commentsXavier Del Campo2018-12-303-10/+23
|
* Added .geany files into ignored listXavier ASUS2018-12-301-0/+3
|
* 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 ↵Xavier ASUS2018-12-303-21/+106
| | | | | | | defined, 4800bps are set by default, but this will be surely changed in the future. I was messing up pretty badly with command line arguments, so they have been declared as constants in cmdline.rs, whereas CMD_LINE_ARGS is now private. Uncommented "extern crate serial". Question: why does need to be included on main?
* Minor simplificationXavier ASUS2018-12-291-3/+1
|
* Program logic has been distributed from main to app and cmdline.Xavier ASUS2018-12-294-186/+209
|
* Required parameters are now checked.Xavier ASUS2018-12-281-22/+63
| | | | | Added new CmdLineArg instance inside const parameter table, used for baudrate configuration. Implemented some methods on CmdLineArg.
* Added preliminary main fileXavier ASUS2018-12-283-0/+168
|
* Initial commitXavi922018-12-282-0/+684