aboutsummaryrefslogtreecommitdiff
path: root/02-usart/include/isr_vector.h
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.
* rename folders to give notion of progressionJosh Rahm2018-01-23