This website requires JavaScript.
Explore
Help
Sign In
xobs
/
foboot
Watch
1
Star
0
Fork
0
You've already forked foboot
Code
Issues
Pull Requests
Releases
Wiki
Activity
167201228f
foboot
/
src
/
usb.c
9 lines
116 B
C
Raw
Normal View
History
Unescape
Escape
usb: add stub usb file Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-22 01:02:15 +00:00
#
include
<generated/csr.h>
void
usb_init
(
void
)
{
wip: generate a buildable image Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-23 02:25:07 +00:00
// usb_pullup_out_write(1);
}
void
usb_isr
(
void
)
{
usb: add stub usb file Signed-off-by: Sean Cross <sean@xobs.io>
2019-01-22 01:02:15 +00:00
}
Reference in New Issue
Copy Permalink