This website requires JavaScript.
Explore
Help
Sign in
len0rd
/
rockbox
Watch
1
Star
0
Fork
You've already forked rockbox
1
mirror of
https://github.com/Rockbox/rockbox.git
synced
2025-10-13 18:17:39 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
v3.9
rockbox
/
firmware
/
test
History
Download ZIP
Download TAR.GZ
Exact
Exact
Union
RegExp
Björn Stenberg
c01b91e758
Added dummy autoconf.h for fat test.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29457 a1c6a512-1295-4272-9138-f99709370657
2011-02-28 10:51:45 +00:00
..
fat
Added dummy autoconf.h for fat test.
2011-02-28 10:51:45 +00:00
i2c
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
id3
define SIMULATOR too
2002-04-30 12:42:08 +00:00
kernel
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
snprintf
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