rockbox/firmware/test/i2c
2011-02-14 11:27:45 +00:00
..
app.lds
gendata.c Fix even more tabs 2010-01-03 10:35:31 +00:00
main.c All kernel objects in code shared amongs targets (core, plugins, codecs) should be declared SHAREDBSS_ATTR as any core could potentially touch them even though they seem only to involve threads on one core. The exception is target code for particular CPUs where proper allocation is fixed. playlist.c was a little odd too-- use one mutex for the current playlist and a separate one for created playlists (still pondering the necessity of more than one). 2011-02-14 11:27:45 +00:00
Makefile