Age | Commit message (Expand) | Author |
2011-02-05 | Getting rid of newlib, starting to implement a libc. Highly experimental, hig... | Nicolas "Pixel" Noble |
2011-02-02 | Moving the hooks into the os directory, where they belong. | Nicolas "Pixel" Noble |
2011-02-02 | Making a sample code for the 'romfs' thingy. | Pixel |
2011-01-30 | Added semihosting support. | Pixel |
2011-01-29 | Adding sample code for the romfs into the demo, and into the makefile. | Pixel |
2011-01-29 | Adding some romfs support. | Pixel |
2011-01-28 | Cleaning up a bit. | Pixel |
2011-01-29 | More filesystem stuff working. devfs is now in place with stdin, stdout, and ... | Nicolas "Pixel" Noble |
2011-01-28 | stdio is working up to the point printf works. | Nicolas "Pixel" Noble |
2011-01-28 | File IO embryo. | Nicolas "Pixel" Noble |
2011-01-28 | Having the init sequence initializing the I/O subsystem of the newlib. | Nicolas "Pixel" Noble |
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 | Adding a few more 'syscalls' to our libc. | Pixel |
2011-01-28 | Work on the MPU port. The exception VTOR redirection doesn't work as expected. | Nicolas "Pixel" Noble |
2011-01-26 | This shouldn't be shared; making heap_end static. | 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-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 | Making the compiler a bitch by enabling warnings in full, fixing a few warnin... | Nicolas "Pixel" Noble |
2011-01-24 | Sanitizing sbrk with stack stuff. | 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 skeleton OS directory, and fixing the ldscript. | Nicolas "Pixel" Noble |