aboutsummaryrefslogtreecommitdiff
path: root/02-usart/src/isr_vector.c
Commit message (Collapse)AuthorAge
* Reorganize some file. Put thte core register libraries in a core/Josh Rahm2020-11-18
| | | | subdirectory.
* A basic blink program that works off of interrupts.Josh Rahm2020-11-18
| | | | | | | | | | | - 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 for tests.Josh Rahm2020-11-16
| | | | | | | | 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.
* rename folders to give notion of progressionJosh Rahm2018-01-23