summaryrefslogtreecommitdiff
path: root/firmware/export/system.h (follow)
Commit message (Expand)AuthorAge
* debug: Wrap rb_backtrace with HAVE_RB_BACKTRACE instead of CPU_ARMSolomon Peachy2018-11-09
* Playback: Move internal track list onto bufferMichael Sevakis2017-12-09
* Make atomic bit modification functions return previous value.Michael Sevakis2017-10-30
* Initial commit for the Sony NWZ linux portAmaury Pouly2017-09-05
* Fix some problems with playback crashingMichael Sevakis2017-04-08
* AMS: Return ascodec to interrupt-based I2C2 driverMichael Sevakis2017-01-25
* Fix warnings - got to (void) the statementMichael Sevakis2017-01-21
* Add CPU mode asserts to kernel on blocking functions.Michael Sevakis2017-01-21
* Add IS_ALIGNED(x, a) macro helperAndrew Ryabinin2014-11-29
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Do a better endian.h setup that isn't as fragileMichael Sevakis2014-08-25
* Base scheduler queues off linked lists and do cleanup/consolidationMichael Sevakis2014-08-16
* Fix up some more redMichael Sevakis2014-08-05
* Fix ALIGN_DOWN() macro on 64bit.Thomas Martitz2014-03-24
* kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2014-03-03
* Do not include kernel.h in system.h.Thomas Martitz2014-01-05
* Fundamentally rewrite much of the audio DSP.Michael Sevakis2012-04-29
* Integrate the warble tool in the regular build system.Frank Gevaerts2012-03-03
* Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts2012-03-03
* dbg_hw_info() : add prototype to system.hRafaël Carré2012-01-04
* dbg_ports() : move proto to system.hRafaël Carré2012-01-04
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* Add two macros for char*-based pointer arithmetic and use it in font.cThomas Martitz2011-10-07
* Fix last yellows.Thomas Martitz2011-08-30
* Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis2011-08-28
* Remove hosted_get_volume(), as event data is available in button_get_data().Thomas Martitz2011-08-14
* Slightly more typesafe ALIGN_DOWN/UP macros.Thomas Martitz2011-06-14
* Android: ignore swap16 and swap32 from NDK.Dominik Riebeling2011-05-31
* Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg2011-03-14
* Buffering should align itself and not rely on buffering_reset parameters when...Michael Sevakis2011-02-09
* Add ARMv4 16-bit(set, mod, clr) operations used on DM320.Karl Kurbjun2011-02-06
* Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis2011-01-30
* Fix typo in comment.Andree Buschmann2010-11-22
* Change alignment macros to allow further performance optimization. Define the...Andree Buschmann2010-11-21
* Rename cache coherency functions.Thomas Martitz2010-09-08
* Move some gcc extensions to new gcc_extensions.h headerRafaël Carré2010-07-25
* Don't duplicate byteswap code. Invent system where NEED_GENERIC_BYTESWAPS is ...Nils Wallménius2010-07-15
* Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis2010-06-30
* playback.c: don't assume cacheline size is 16 bytesRafaël Carré2010-06-23
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Also define STORAGE_ALIGN_ATTR if STORAGE_WANTS_ALIGN isn't definedMichael Sparmann2010-06-20
* Add a STORAGE_ALIGN_ATTR macro, similar to CACHEALIGN_ATTR, for consistencyMichael Sparmann2010-06-20
* Get checkwps going again, don't mess with sdl in it.Thomas Martitz2010-05-15
* - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz2010-05-15
* Cache align the pitch detector audiobuffer where needed. Some other misc. cha...Michael Sevakis2010-05-14
* i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,...Michael Sevakis2010-04-23
* Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessityRafaël Carré2010-03-26
* Accept expressions in CACHE_OVERLAP() macroRafaël Carré2010-03-25
* Make storage alignement use cache alignement macrosRafaël Carré2010-03-25
* Remove unneeded instruction from the coldfire ffs function and fix a wrong co...Nils Wallménius2009-12-16