| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
|
|
| |
Apparently people really don't like bitfields in practice,
so I have devised a compromise to retain some readability while
using bitmasks instead by writing a regset() macro.
|
|
|
|
| |
subdirectory.
|
|
|
|
|
|
|
|
|
|
|
| |
- The init() function renamed to on_reset()
- on_reset() now responsible for tight-looping at the end
- on_reset() now set the VTable offset to the base of the FLASH
- included exhaustive list of irqs in isrs.i
- interrupt routines by default flash a code indicating their
isr number.
- interrupt routines are weak-linked allowing the programmer
to override them at-will.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Update the genmake script to do the following:
- Fix bug to link the object files from the source.
- Test build output goes into a build/ directory.
- Test makefile rules now run the test after building.
|
|
|
|
|
| |
testing_harness with fake environment to allow testing on x86
development machines.
|
|
|