aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-24[make] remove -fno-builtinTravis Geiselbrecht
2013-05-24[app][tests] disable printf formatting warnings for printf testTravis Geiselbrecht
2013-05-24[libc] fixup users of newly modified stdio routinesTravis Geiselbrecht
2013-05-24[libc] tweak stdio routines to be a bit more standardTravis Geiselbrecht
2013-05-05[arch][arm] rules.mk: add rules for arm-linux-gnueabi toolchainEren Türkay
2013-05-05[kernel] Fix for non-timeout waitqueue errors in mutex_acquire_timeoutShantanu Gupta
2013-05-05[platform][stellaris] fix warning in gcc 4.8.0Travis Geiselbrecht
2013-05-05[arch][arm] fix warning on gcc 4.8.0Travis Geiselbrecht
2013-03-30[headers] add a few more dependency headers found with a quick n' dirty toolTravis Geiselbrecht
2013-03-18[platform][stellaris] begin of a gpio apiTravis Geiselbrecht
2013-03-18[platform][stellaris] use lk's assertTravis Geiselbrecht
2013-03-17[debug] add STATIC_ASSERTTravis Geiselbrecht
2013-03-16[arch] add arch_ints_disabled()Travis Geiselbrecht
2013-03-16[scripts] fix do-qemux86 and do-qemuarm to reference lk.elfTravis Geiselbrecht
2013-03-13[scripts][buildall] add stellaris-launchpad-test to the listTravis Geiselbrecht
2013-03-12[make] add feature to allow multiple parallel build dirsTravis Geiselbrecht
2013-03-10[platform][stellaris] create a more standard vectabTravis Geiselbrecht
2013-03-10[platform] switch arm-m platforms to using new arm-m irq header/footerTravis Geiselbrecht
2013-03-10[arch][arm-m] add generic header/footer for arm-m handlersTravis Geiselbrecht
2013-03-10[platform] fix m3_* api calls to arch_cm_*Travis Geiselbrecht
2013-03-10[arch][arm-m] rename all the cm3_* functions to arm_cm_* to be consistentTravis Geiselbrecht
2013-03-09[project][stellaris-launchpad-test] add more debug commandsTravis Geiselbrecht
2013-03-09[app][tests] add more tests to clock_testsTravis Geiselbrecht
2013-03-09[platform][stellaris] make timer implementation much more efficientTravis Geiselbrecht
2013-02-17[platform][stellaris] get systick firing properlyTravis Geiselbrecht
2013-02-17[target][stellaris-launchpad] enable debug LEDsTravis Geiselbrecht
2013-02-17[platform][stellaris] rearrange some headersTravis Geiselbrecht
2013-02-17[platform][stellaris] reformat according to scripts/codestyleTravis Geiselbrecht
2013-02-16[make] fix compile.mk to properly use MODULE_INCLUDESTravis Geiselbrecht
2013-02-16[platform][stellaris] point the headers and implementations to the stellarisw...Travis Geiselbrecht
2013-02-16[platform][stellaris] Add a full copy of the TI Stellarisware 9453 driver libTravis Geiselbrecht
2013-02-09[readme] Add a default readme fileTravis Geiselbrecht
2013-02-06[scripts] add test script for stellaris-launchpad-testTravis Geiselbrecht
2013-02-06[platform][stellaris] get debug receive workingTravis Geiselbrecht
2013-02-06[project] add stellaris-launchpad-test projectTravis Geiselbrecht
2013-02-06Merge pull request #13 from ianloic/stellarisTravis Geiselbrecht
2013-02-04bring up to dateIan McKellar
2013-02-04Merge branch 'master' into stellarisIan McKellar
2013-01-23[kernel] remove reschedule arg to thread_unblock_from_wait_queue()Travis Geiselbrecht
2013-01-22[platform] switch all platforms to using the char version of cbufTravis Geiselbrecht
2013-01-19[lib][cbuf] add byte optimized routinesTravis Geiselbrecht
2013-01-12[make] remove some trailing spaces in the top level make fileTravis Geiselbrecht
2013-01-12[arch][arm] add new v6 irq glue, refactor user space regs out of context switchTravis Geiselbrecht
2013-01-12[arch] further linker script cleanupTravis Geiselbrecht
2013-01-12[arch][arm-m] move the initial stack over to the .prebss. sectionTravis Geiselbrecht
2013-01-12[include][asm] add more FUNCTION and DATA macros for assemblyTravis Geiselbrecht
2013-01-06[scripts][do-qemux86] build and run qemu-system-i386Travis Geiselbrecht
2013-01-06[arch][x86] add inline versions of the simple atomic opsTravis Geiselbrecht
2013-01-06[arch][x86] spiff up the x86 linker script to be a little more correctTravis Geiselbrecht
2013-01-06[include][asm] change the .type in the FUNCTION() macro to be more portableTravis Geiselbrecht