summaryrefslogtreecommitdiff
path: root/demo.c
AgeCommit message (Expand)Author
2011-02-05Having the main demo using acorn.Pixel
2011-02-02Making a sample code for the 'romfs' thingy.Pixel
2011-01-29Adding sample code for the romfs into the demo, and into the makefile.Pixel
2011-01-29More filesystem stuff working. devfs is now in place with stdin, stdout, and ...Nicolas "Pixel" Noble
2011-01-28The example software should stress stdio, to make it trying to work.Nicolas "Pixel" Noble
2011-01-28Proper mutex usage, and protecting malloc and sbrk using them. Also showing t...Nicolas "Pixel" Noble
2011-01-27Removing that temporary test...Pixel
2011-01-28Work on the MPU port. The exception VTOR redirection doesn't work as expected.Nicolas "Pixel" Noble
2011-01-27FreeRTOS now boots and run properly. Yay!Nicolas "Pixel" Noble
2011-01-27Now this is why the 4th LED on the mbed board wasn't showing up...Nicolas "Pixel" Noble
2011-01-25More consistent makefiles includes. Adding BoardConsole for basic console out...Pixel
2011-01-25Fixing the LED display on the demo.Nicolas "Pixel" Noble
2011-01-25Making the compiler a bitch by enabling warnings in full, fixing a few warnin...Nicolas "Pixel" Noble
2011-01-24Shuffled a few configuration items around, and added a barebone demo source c...Nicolas "Pixel" Noble