b2hw: boot to hello world
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Thu, 20 Oct 2016 00:31:18 +0000 (00:31 +0000)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
Thu, 20 Oct 2016 00:31:18 +0000 (00:31 +0000)
commit1e445d3db33ba0a34fd05447cea55c693e40debf
tree2c960ecd27e270d894de4b73b88f0318d9d704de
b2hw: boot to hello world

This small program sets up an ACM gadget device on some Android systems
and writes "Hello, World!\n" every second to this tty.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>
.gitignore [new file with mode: 0644]
GPL-3 [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
init.c [new file with mode: 0644]
init.h [new file with mode: 0644]
main.c [new file with mode: 0644]