This is a summer research project to make an easy to use open source serial UART driver on bare metal. This includes all of the chip setup and vector table initialization.
Initializes PORT registers for various pin functions
Initialization of chip functions and stack pointer
The main serial interface
Clock oscilator setup (primarily for serial baud rate generator)
TBD