summaryrefslogtreecommitdiff
path: root/firmware/target/arm/thread-pp.c (follow)
Commit message (Expand)AuthorAge
* move PP specific files to pp/Rafaël Carré2012-01-03
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis2011-12-10
* Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero2011-12-09
* Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero2011-12-09
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* For multiprocessor targets, do the thread_exit routine such that we don't nee...Michael Sevakis2010-06-18
* Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to...Michael Sevakis2010-06-10
* Fix PP5002 builds. Somehow an #else went missing along the line.Michael Sevakis2010-06-02
* Threading: Split processor support code into respective target files. C files...Michael Sevakis2010-06-02