forked from len0rd/rockbox
hwstub: rewrite and expand library
Rewrite the hwstub library in C++, with a clean and modular design. The library was designed from the ground up to be aware of multithreading issues and to handle memory allocation nicely with shared pointers. Compared to the original library, it brings the following major features: - support for JZ boot devices, it is very easy to add support for others - support for network transparent operations (through sockets): both tcp and unix domains are support Change-Id: I75899cb9c7aa938c17ede2bb3f468e7a55d625b4
This commit is contained in:
parent
56dc54d38a
commit
3d8a08ca25
19 changed files with 5051 additions and 28 deletions
1351
utils/hwstub/lib/hwstub_net.cpp
Normal file
1351
utils/hwstub/lib/hwstub_net.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue