This website requires JavaScript.
Explore
lain.church
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
1
Fork
0
You've already forked collapseos
Code
Issues
Pull Requests
Releases
Wiki
Activity
7907687abf
collapseos
/
tools
/
common.h
4 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
tools/uploadb: rewrite in C
2019-12-09 22:01:22 -05:00
void
sendcmd
(
int
fd
,
char
*
cmd
)
;
tools/uploadb: make it much much faster By uploading a BASIC loop and then run it, we can reduce the serial communication to pure content which greatly reduces the overhead and make the process much much faster.
2019-12-11 09:24:40 -05:00
void
sendcmdp
(
int
fd
,
char
*
cmd
)
;
tools/uploadb: rewrite in C
2019-12-09 22:01:22 -05:00
Reference in New Issue
Copy Permalink