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
Age
Commit message (
Collapse
)
Author
2011-02-05
Removing a few debug messages.
HEAD
master
Pixel
2011-02-05
Having the main demo using acorn.
Pixel
2011-02-05
Adding library acorn, with malloc wrapping.
Pixel
2011-02-05
Adding a few more libc's string functions.
Pixel
2011-02-05
Slightly better errno support.
Pixel
2011-02-05
Added a few more stdio features.
Pixel
2011-02-05
Fixing the dependency generation.
Pixel
2011-02-05
Adding a few more stdlib functions.
Pixel
2011-02-05
Re-structured the *scanf and *printf functions.
Pixel
2011-02-05
Updating the README to reflect the latest changes in the project's architecture.
Pixel
2011-02-05
Adding Sun's fdlibm, and libnix's scanf, tweaked to become an xscanf. Adding ↵
Pixel
a few more libc inlined also.
2011-02-05
Added qsort, stolen from libnix.
Pixel
2011-02-05
Adding automatic dependency tree building.
Pixel
2011-02-05
Making malloc / free / realloc function pointers to be able to wrap them ↵
Pixel
later for thread-safe reasons.
2011-02-05
Context switch also means switching that global errno variable.
Pixel
2011-02-05
Updating LIB.status. This reminds me of some very old stuff I already did in ↵
Nicolas "Pixel" Noble
the past.
2011-02-05
Fixing free.
Nicolas "Pixel" Noble
2011-02-05
Fixing __sinit, by properly defining stdin, stdout, and stderr.
Nicolas "Pixel" Noble
2011-02-05
Fixing strchr.
Nicolas "Pixel" Noble
2011-02-05
Getting rid of newlib, starting to implement a libc. Highly experimental, ↵
Nicolas "Pixel" Noble
highly untested.
2011-02-02
Moving the hooks into the os directory, where they belong.
Nicolas "Pixel" Noble
2011-02-02
Don't be bitchy when cleaning.
Nicolas "Pixel" Noble
2011-02-02
Adding a small disclaimer.
Pixel
2011-02-02
Making a sample code for the 'romfs' thingy.
Pixel
2011-01-30
Added semihosting support.
Pixel
2011-01-29
Adding the romfs to the things to remove in the clean target.
Pixel
2011-01-29
Wrong directory name.
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
stderr.
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
The example software should stress stdio, to make it trying to work.
Nicolas "Pixel" Noble
2011-01-28
Having the init sequence initializing the I/O subsystem of the newlib.
Nicolas "Pixel" Noble
2011-01-28
Having ld optimizing isn't that much of a good idea actually.
Nicolas "Pixel" Noble
2011-01-28
Having the mbed showing debug status while booting by using the LEDs.
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 ↵
Nicolas "Pixel" Noble
this into the demo.
2011-01-28
Pretty much rewrote sbrk for simpler & safer usage. Mutex still don't work ↵
Pixel
properly though. Have to understand that part from FreeRTOS.
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
/ interrupt handler.
[next]