1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub/tools
Amaury Pouly 3d8a08ca25 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
2016-04-08 19:37:30 +02:00
..
lua hwstub: fix atj213x dsp lua code 2015-11-17 22:40:31 +01:00
hwstub_load.cpp hwstub: trivial changes 2014-09-08 10:50:48 +02:00
hwstub_server.cpp hwstub: rewrite and expand library 2016-04-08 19:37:30 +02:00
hwstub_shell.cpp soc_desc: new version of the desc file format 2015-09-11 16:40:19 +02:00
hwstub_test.cpp hwstub: rewrite and expand library 2016-04-08 19:37:30 +02:00
init.lua hwstub_shell: add support for call and jump 2014-11-28 19:38:02 +01:00
Makefile hwstub: rewrite and expand library 2016-04-08 19:37:30 +02:00
prompt.c hwstub: Add completion and some pretty printing to the shell 2015-06-28 17:55:17 +02:00
prompt.h hwstub: Add completion and some pretty printing to the shell 2015-06-28 17:55:17 +02:00