This website requires JavaScript.
Explore
Help
Register
Sign In
izaya
/
collapseos
Watch
1
Star
0
Fork
0
You've already forked collapseos
mirror of
https://github.com/hsoft/collapseos.git
synced
2024-11-01 23:30:56 +11:00
Code
Issues
Releases
Wiki
Activity
78b9f89950
collapseos
/
tools
/
common.h
4 lines
68 B
C
Raw
Normal View
History
Unescape
Escape
tools/uploadb: rewrite in C
2019-12-10 14:01:22 +11: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-12 01:24:40 +11:00
void
sendcmdp
(
int
fd
,
char
*
cmd
)
;
tools/uploadb: rewrite in C
2019-12-10 14:01:22 +11:00
Reference in New Issue
Copy Permalink