summaryrefslogtreecommitdiff
path: root/FreeRTOS
AgeCommit message (Collapse)Author
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, ↵Nicolas "Pixel" Noble
highly untested.
2011-01-28Proper mutex usage, and protecting malloc and sbrk using them. Also showing ↵Nicolas "Pixel" Noble
this into the demo.
2011-01-28Work on the MPU port. The exception VTOR redirection doesn't work as expected.Nicolas "Pixel" Noble
2011-01-27Adding the osdebug mechanism into arch and FreeRTOS, essentially closing the ↵Nicolas "Pixel" Noble
circle of dependancy between all 3 libraries. Also, turning the debugging on by default.
2011-01-25More consistent makefiles includes. Adding BoardConsole for basic console ↵Pixel
output general API. Starting up console from the boot sequence.
2011-01-24Fixing a few templates, and making the various needed functions available.Nicolas "Pixel" Noble
2011-01-24This setting should actually be more global.Nicolas "Pixel" Noble
2011-01-24Shuffled a few configuration items around, and added a barebone demo source ↵Nicolas "Pixel" Noble
code.
2011-01-24Adding a few makefiles.Nicolas "Pixel" Noble
2011-01-23Adding basic FreeRTOS sourcetree; v6.1.1 currently.Pixel