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
/
arch
/
arm
/
lpc17xx
/
startup.s
Age
Commit message (
Expand
)
Author
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-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-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-26
Merging the two ldscripts into one, creating better bss support, and cleaning...
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-25
Privileged functions weren't privileged.
Pixel
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-23
Shuffling a few files around, and adding assembly file support.
Pixel