summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-02-05Getting rid of newlib, starting to implement a libc. Highly experimental, hig...Nicolas "Pixel" Noble
2011-02-02Moving the hooks into the os directory, where they belong.Nicolas "Pixel" Noble
2011-02-02Making a sample code for the 'romfs' thingy.Pixel
2011-01-30Added semihosting support.Pixel
2011-01-29Adding sample code for the romfs into the demo, and into the makefile.Pixel
2011-01-29Adding some romfs support.Pixel
2011-01-28Having the mbed showing debug status while booting by using the LEDs.Nicolas "Pixel" Noble
2011-01-28Very highly precise exception manager.Pixel
2011-01-27Powering down the CPU in case of an exception.Pixel
2011-01-27I fail at C-programming. Base VTOR address now works properly.Pixel
2011-01-27Slightly more stable crash handler.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-27Making the faults returnable; eventually, this may serve as a full exception ...Nicolas "Pixel" Noble
2011-01-27Blah. I can't code with stack anymore it seems. Fixing the crash handler so t...Pixel
2011-01-27(way) better fault handlers.Pixel
2011-01-26More senseful init sequence, and memory alignment.Pixel
2011-01-26Simplification of the ldscript, and consolidation of the makefiles.Pixel
2011-01-27Trying a better reset sequence, by de-initting all possible devices.Nicolas "Pixel" Noble
2011-01-27Adding slightly better exception handlers.Nicolas "Pixel" Noble
2011-01-27Adding the osdebug mechanism into arch and FreeRTOS, essentially closing the ...Nicolas "Pixel" Noble
2011-01-26Merging the two ldscripts into one, creating better bss support, and cleaning...Nicolas "Pixel" Noble
2011-01-26Forgot to provide a couple of needed exports for the non-mpu ldscript - techn...Nicolas "Pixel" Noble
2011-01-26Meh, it seems I suck at ARM assembly. Doing this by calling memcpy for now, w...Nicolas "Pixel" Noble
2011-01-26It seems there's an issue somewhere with the COM port's initialization, or th...Nicolas "Pixel" Noble
2011-01-25Privileged functions weren't privileged.Pixel
2011-01-25More consistent makefiles includes. Adding BoardConsole for basic console out...Pixel
2011-01-25Making the compiler a bitch by enabling warnings in full, fixing a few warnin...Nicolas "Pixel" Noble
2011-01-25Adding copy of the mutable rom data into its position in ram, and fixing make...Nicolas "Pixel" Noble
2011-01-25Having the board actually booting; the reset handler needs to be referenced b...Nicolas "Pixel" Noble
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-24The heap needs to be anonymous; adding generic __heap_start and __heap_end sy...Nicolas "Pixel" Noble
2011-01-24Dummy software compiles; fixed a few linking issues. Also, most of the kernel...Nicolas "Pixel" Noble
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-24Shuffled a few configuration items around, and added a barebone demo source c...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 Makefile for NXP's CMSIS source code, and fixing a few case mistakes.Nicolas "Pixel" Noble
2011-01-23Adding basic CMSIS source code; v1.3.0 from the NXP website currently.Pixel