rockbox/utils/hwstub/stub
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
..
asm hwstub: implement read/write data abort recovery 2015-01-13 23:35:33 +01:00
atj213x hwstub: rework usb driver for atj213x 2016-03-14 12:21:42 +01:00
pp hwstub: make it possible to override toolchain 2015-09-29 22:49:02 +02:00
rk27xx hwstub: make it possible to override toolchain 2015-09-29 22:49:02 +02:00
stmp hwstub: make it possible to override toolchain 2015-09-29 22:49:02 +02:00
config.h
format.c
format.h
hwstub.make hwstub: rewrite and expand library 2016-04-08 19:37:30 +02:00
logf.c
logf.h
main.c hwstub: implement read/write data abort recovery 2015-01-13 23:35:33 +01:00
memory.h hwstub: fix warning: no newline at end of file with newer gcc 2016-03-14 12:21:42 +01:00
protocol.h hwstub: rewrite and expand library 2016-04-08 19:37:30 +02:00
SOURCES hwstub: implement read/write data abort recovery 2015-01-13 23:35:33 +01:00
stddef.h
stdint.h
string.c
string.h
system.h hwstub: implement read/write data abort recovery 2015-01-13 23:35:33 +01:00
target.h hwstub/qeditor: add support for atomic read/writes 2014-11-18 23:30:44 +01:00
usb_ch9.h
usb_drv.h
usb_drv_arc.c hwstub: add delay functions, and plain binary/sb file generation 2013-09-10 23:19:34 +02:00