Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
firmware
/
test
/
i2c
/
main.c
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
af395f4
Do core interrupt masking in a less general fashion and save some instructions to decrease size and speed things up a little bit. Small fix to a few places where interrupts would get enabled again where they shouldn't have been (context switching calls when disabled).
by Michael Sevakis
· 17 years ago
a9b2fb5
Finally full multicore support for PortalPlayer 502x targets with an eye towards the possibility of other types. All SVN targets the low-lag code to speed up blocking operations. Most files are modified here simple due to a name change to actually support a real event object and a param change to create_thread. Add some use of new features but just sit on things for a bit and leave full integration for later. Work will continue on to address size on sensitive targets and simplify things if possible. Any PP target having problems with SWP can easily be changed to sw corelocks with one #define change in config.h though only PP5020 has shown an issue and seems to work without any difficulties.
by Michael Sevakis
· 17 years ago
a7c20ac
Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)). It's cleaner this way, and fixes sh-elf-gcc 3.4.x builds with -Os or -O2.
by Jens Arnold
· 18 years ago
da84857
prepared to mount multiple partitions into one logical file system (most useful for Ondio, internal memory + external MMC)
by Jörg Hohensohn
· 20 years ago
2f54401
Added tone and volume control
by Linus Nielsen Feltzing
· 22 years ago
bbdeba6
Beginning of an mpeg thread
by Linus Nielsen Feltzing
· 22 years ago
bb69a59
Playing whole song from hard disk
by Linus Nielsen Feltzing
· 22 years ago
b74664f
Now loads a megabyte and plays it
by Linus Nielsen Feltzing
· 22 years ago
2990ed2
Now loads a song from disk and plays the first part of it
by Linus Nielsen Feltzing
· 22 years ago
5993f56
Minor commenting
by Linus Nielsen Feltzing
· 22 years ago
dba731f
Serial DMA works
by Linus Nielsen Feltzing
· 22 years ago
55fec17
Failed attempt to use DMA
by Linus Nielsen Feltzing
· 22 years ago
3b3e7bd
First sound check
by Linus Nielsen Feltzing
· 22 years ago
46f5461
Early MP3 playing test
by Linus Nielsen Feltzing
· 22 years ago
8307cfd
New sprintf.
by Linus Nielsen Feltzing
· 22 years ago
04e315e
Removed strlen()
by Linus Nielsen Feltzing
· 22 years ago
257d17d
First version
by Linus Nielsen Feltzing
· 22 years ago