summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-25Making make even more quiet.Nicolas "Pixel" Noble
2011-01-25Privileged functions weren't privileged.Pixel
2011-01-25More consistent makefiles includes. Adding BoardConsole for basic console ↵Pixel
output general API. Starting up console from the boot sequence.
2011-01-25Tweaking the init / exit sequence to make it slightly more robust.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 ↵Nicolas "Pixel" Noble
warnings, and making the board actually do slightly something.
2011-01-25Some text blurb.Nicolas "Pixel" Noble
2011-01-25Slightly less cumbersome dependency tree.Nicolas "Pixel" Noble
2011-01-25Adding copy of the mutable rom data into its position in ram, and fixing ↵Nicolas "Pixel" Noble
makefiles to have a proper dependency tree on the libraries.
2011-01-25Having the board actually booting; the reset handler needs to be referenced ↵Nicolas "Pixel" Noble
by name and not by section to have a proper thumb pointer.
2011-01-24Sanitizing sbrk with stack stuff.Nicolas "Pixel" Noble
2011-01-24Compiling the debug framework, and fixing it slightly.Nicolas "Pixel" Noble
2011-01-24Fixing the clean target.Nicolas "Pixel" Noble
2011-01-24Fixing malloc's template, and fixing a bit more the verbose/quiet mode.Nicolas "Pixel" Noble
2011-01-24The heap needs to be anonymous; adding generic __heap_start and __heap_end ↵Nicolas "Pixel" Noble
symbols. Also marking the beginning and the end of the rom-to-ram sections.
2011-01-24Dummy software compiles; fixed a few linking issues. Also, most of the ↵Nicolas "Pixel" Noble
kernel syscalls are missing.
2011-01-24Adding sbrk, and fixing a couple of other makefile problems.Nicolas "Pixel" Noble
2011-01-24Fixing a few templates, and making the various needed functions available.Nicolas "Pixel" Noble
2011-01-24Adding privileged segments support in ldscript.Nicolas "Pixel" Noble
2011-01-24Adding skeleton OS directory, and fixing the ldscript.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-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-24Basic license text.Nicolas "Pixel" Noble
2011-01-24Adding Makefile for NXP's CMSIS source code, and fixing a few case mistakes.Nicolas "Pixel" Noble
2011-01-24Adding a few makefiles.Nicolas "Pixel" Noble
2011-01-23Adding basic FreeRTOSConfig.h matching the NXP CMSIS SDK.Pixel
2011-01-23Adding basic CMSIS source code; v1.3.0 from the NXP website currently.Pixel
2011-01-23Adding basic FreeRTOS sourcetree; v6.1.1 currently.Pixel
2011-01-23Initial empty release.Pixel