Age | Commit message (Expand) | Author |
2011-01-28 | Forgot a few things for malloc. | Nicolas "Pixel" Noble |
2011-01-28 | Proper mutex usage, and protecting malloc and sbrk using them. Also showing t... | Nicolas "Pixel" Noble |
2011-01-28 | Pretty much rewrote sbrk for simpler & safer usage. Mutex still don't work pr... | Pixel |
2011-01-28 | Having debug symbols in. | Pixel |
2011-01-28 | Adding a few more 'syscalls' to our libc. | Pixel |
2011-01-28 | Very highly precise exception manager. | Pixel |
2011-01-27 | Powering down the CPU in case of an exception. | Pixel |
2011-01-27 | I fail at C-programming. Base VTOR address now works properly. | Pixel |
2011-01-27 | Slightly more stable crash handler. | Pixel |
2011-01-27 | Removing that temporary test... | Pixel |
2011-01-28 | Work on the MPU port. The exception VTOR redirection doesn't work as expected. | Nicolas "Pixel" Noble |
2011-01-27 | FreeRTOS now boots and run properly. Yay! | Nicolas "Pixel" Noble |
2011-01-27 | Making the faults returnable; eventually, this may serve as a full exception ... | Nicolas "Pixel" Noble |
2011-01-27 | Blah. 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-26 | More senseful init sequence, and memory alignment. | Pixel |
2011-01-26 | Simplification of the ldscript, and consolidation of the makefiles. | Pixel |
2011-01-27 | Now this is why the 4th LED on the mbed board wasn't showing up... | Nicolas "Pixel" Noble |
2011-01-27 | Trying a better reset sequence, by de-initting all possible devices. | Nicolas "Pixel" Noble |
2011-01-27 | Adding slightly better exception handlers. | Nicolas "Pixel" Noble |
2011-01-27 | Adding the osdebug mechanism into arch and FreeRTOS, essentially closing the ... | Nicolas "Pixel" Noble |
2011-01-26 | This shouldn't be shared; making heap_end static. | Nicolas "Pixel" Noble |
2011-01-26 | Merging the two ldscripts into one, creating better bss support, and cleaning... | Nicolas "Pixel" Noble |
2011-01-26 | Typo. | Nicolas "Pixel" Noble |
2011-01-26 | Typo. | Nicolas "Pixel" Noble |
2011-01-26 | Adding debugging system for the os layer. | Nicolas "Pixel" Noble |
2011-01-26 | Forgot to provide a couple of needed exports for the non-mpu ldscript - techn... | Nicolas "Pixel" Noble |
2011-01-26 | Meh, it seems I suck at ARM assembly. Doing this by calling memcpy for now, w... | Nicolas "Pixel" Noble |
2011-01-26 | It seems there's an issue somewhere with the COM port's initialization, or th... | Nicolas "Pixel" Noble |
2011-01-26 | Trying to perfect makefiles; making the difference between CPPFLAGS, CFLAGS a... | Nicolas "Pixel" Noble |
2011-01-25 | Making make even more quiet. | Nicolas "Pixel" Noble |
2011-01-25 | Privileged functions weren't privileged. | Pixel |
2011-01-25 | More consistent makefiles includes. Adding BoardConsole for basic console out... | Pixel |
2011-01-25 | Tweaking the init / exit sequence to make it slightly more robust. | Pixel |
2011-01-25 | Fixing the LED display on the demo. | Nicolas "Pixel" Noble |
2011-01-25 | Making the compiler a bitch by enabling warnings in full, fixing a few warnin... | Nicolas "Pixel" Noble |
2011-01-25 | Some text blurb. | Nicolas "Pixel" Noble |
2011-01-25 | Slightly less cumbersome dependency tree. | Nicolas "Pixel" Noble |
2011-01-25 | Adding copy of the mutable rom data into its position in ram, and fixing make... | Nicolas "Pixel" Noble |
2011-01-25 | Having the board actually booting; the reset handler needs to be referenced b... | Nicolas "Pixel" Noble |
2011-01-24 | Sanitizing sbrk with stack stuff. | Nicolas "Pixel" Noble |
2011-01-24 | Compiling the debug framework, and fixing it slightly. | Nicolas "Pixel" Noble |
2011-01-24 | Fixing the clean target. | Nicolas "Pixel" Noble |
2011-01-24 | Fixing malloc's template, and fixing a bit more the verbose/quiet mode. | Nicolas "Pixel" Noble |
2011-01-24 | The heap needs to be anonymous; adding generic __heap_start and __heap_end sy... | Nicolas "Pixel" Noble |
2011-01-24 | Dummy software compiles; fixed a few linking issues. Also, most of the kernel... | Nicolas "Pixel" Noble |
2011-01-24 | Adding sbrk, and fixing a couple of other makefile problems. | Nicolas "Pixel" Noble |
2011-01-24 | Fixing a few templates, and making the various needed functions available. | Nicolas "Pixel" Noble |
2011-01-24 | Adding privileged segments support in ldscript. | Nicolas "Pixel" Noble |
2011-01-24 | Adding skeleton OS directory, and fixing the ldscript. | Nicolas "Pixel" Noble |