summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2011-02-05Adding Sun's fdlibm, and libnix's scanf, tweaked to become an xscanf. Adding ↵Pixel
a few more libc inlined also.
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, ↵Nicolas "Pixel" Noble
highly untested.
2011-01-29Adding sample code for the romfs into the demo, and into the makefile.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-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-26Trying to perfect makefiles; making the difference between CPPFLAGS, CFLAGS ↵Nicolas "Pixel" Noble
and ASFLAGS.
2011-01-25Making make even more quiet.Nicolas "Pixel" Noble
2011-01-24Fixing malloc's template, and fixing a bit more the verbose/quiet mode.Nicolas "Pixel" Noble
2011-01-23Tweaking a few more flags, and adding more symbols to the ldscript.Pixel
2011-01-23Shuffling a few files around, and adding assembly file support.Pixel
2011-01-24Adding a few makefiles.Nicolas "Pixel" Noble
2011-01-23Adding basic FreeRTOSConfig.h matching the NXP CMSIS SDK.Pixel