index
:
uC-sdk
master
Unnamed repository; edit this file 'description' to name the repository.
Pixel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
os
Age
Commit message (
Expand
)
Author
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