libusbhost: Open source USB host stack for embedded devices
First public version, date: 1.4.2015 Signed-off-by: Amir Hammad <amir.hammad@hotmail.com>
This commit is contained in:
commit
7acc6fe474
29 changed files with 5593 additions and 0 deletions
4
initRepo.sh
Executable file
4
initRepo.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
git submodule init
|
||||
git submodule update
|
||||
make -C libopencm3 -j3 lib/stm32/f4
|
||||
Loading…
Add table
Add a link
Reference in a new issue