rockbox/firmware/target/arm/pnx0101
2010-05-24 16:42:32 +00:00
..
iriver-ifp7xx Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
app.lds
backlight-target.h
crt0-pnx0101.S
i2c-pnx0101.c
kernel-pnx0101.c
pcm-pnx0101.c Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. 2010-05-24 16:42:32 +00:00
system-pnx0101.c
timer-pnx0101.c
usb-target.h