Added bootloader
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 12 Jan 2017 00:14:26 +0000 (16:14 -0800)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Thu, 12 Jan 2017 00:14:26 +0000 (16:14 -0800)
commit3cc8ea1e7131686e48e22d45d824cee9e47eb2ec
tree6dbd8ad2f7fd28a35b49130e17a94650e5fa5e9b
parent3c5696021e5086f2eeaa70a262cbd246a0586106
Added bootloader
12 files changed:
Makefile
src/xboot/eeprom_driver.c [new file with mode: 0644]
src/xboot/eeprom_driver.h [new file with mode: 0644]
src/xboot/protocol.h [new file with mode: 0644]
src/xboot/sp_driver.S [new file with mode: 0644]
src/xboot/sp_driver.h [new file with mode: 0644]
src/xboot/uart.c [new file with mode: 0644]
src/xboot/uart.h [new file with mode: 0644]
src/xboot/watchdog.c [new file with mode: 0644]
src/xboot/watchdog.h [new file with mode: 0644]
src/xboot/xboot.c [new file with mode: 0644]
src/xboot/xboot.h [new file with mode: 0644]