index
:
xavi/rspsxserial
master
Command-line application to transfer files to a PS1 written in Rust.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor change
HEAD
master
Xavi Del Campo
2020-03-03
1
-4
/
+3
*
Removed debug prints
Xavier ASUS
2019-01-26
2
-5
/
+2
*
requested_file is now also modified by send_file().
XaviDCR92
2019-01-15
2
-47
/
+56
*
Files are finally being sent from a PC.
XaviDCR92
2019-01-14
2
-5
/
+115
*
Incoming file requests are now processed. Only sending file data TODO.
XaviDCR92
2019-01-13
3
-6
/
+84
*
Sending a PSX-EXE is now totally implemented.
XaviDCR92
2019-01-12
2
-47
/
+98
*
PSX-EXE header is now sent on 8-byte chunks.
XaviDCR92
2019-01-10
1
-12
/
+31
*
Bugfix: 'b' was being sent on first transmission instead of 99.
XaviDCR92
2019-01-10
3
-9
/
+70
*
ACK from the device is received.
XaviDCR92
2019-01-08
6
-34
/
+85
*
Some more work and format changes.
Xavier Del Campo
2019-01-06
4
-22
/
+68
*
Some more work, but it still does not compile
Xavier Del Campo
2018-12-31
4
-5
/
+50
*
Added some comments
Xavier Del Campo
2018-12-30
3
-10
/
+23
*
Added .geany files into ignored list
Xavier ASUS
2018-12-30
1
-0
/
+3
*
Any baudrate is now supported, but that relies on system implementation
Xavier ASUS
2018-12-30
1
-2
/
+1
*
app.rs now configures a given serial device with a given baud rate. If not de...
Xavier ASUS
2018-12-30
3
-21
/
+106
*
Minor simplification
Xavier ASUS
2018-12-29
1
-3
/
+1
*
Program logic has been distributed from main to app and cmdline.
Xavier ASUS
2018-12-29
4
-186
/
+209
*
Required parameters are now checked.
Xavier ASUS
2018-12-28
1
-22
/
+63
*
Added preliminary main file
Xavier ASUS
2018-12-28
3
-0
/
+168
*
Initial commit
Xavi92
2018-12-28
2
-0
/
+684