Project

General

Profile

Statistics
| Revision:

root / trunk / bootloader @ 193

Name Size Revision Age Author Comment
Makefile 14 KB 190 about 14 years Kevin Woo Added the assembly jump table. It is placed 1 p...
bootloader.c 3.51 KB 193 about 14 years Kevin Woo Made the main function in the bootloader naked,...
bootloader.h 284 Bytes 189 about 14 years Kevin Woo Breaking up more of the bootloader into separat...
jump.S 175 Bytes 190 about 14 years Kevin Woo Added the assembly jump table. It is placed 1 p...
packet.c 3.24 KB 189 about 14 years Kevin Woo Breaking up more of the bootloader into separat...
packet.h 273 Bytes 189 about 14 years Kevin Woo Breaking up more of the bootloader into separat...
rs485_poll.c 2.43 KB 187 about 14 years Kevin Woo moved rs485_sw.c into the bootloader directory ...
rs485_poll.h 2.35 KB 188 about 14 years Kevin Woo Moved rs485_poll.h to bootloder since it will n...

Latest revisions

# Date Author Comment
193 02/24/2010 02:34 AM Kevin Woo

Made the main function in the bootloader naked, saved about 50 bytes

190 02/24/2010 01:37 AM Kevin Woo

Added the assembly jump table. It is placed 1 page from the end of flash memory

189 02/24/2010 01:17 AM Kevin Woo

Breaking up more of the bootloader into separate files

188 02/24/2010 12:57 AM Kevin Woo

Moved rs485_poll.h to bootloder since it will never be used by the toolbox

187 02/24/2010 12:55 AM Kevin Woo

moved rs485_sw.c into the bootloader directory where it is compiled. The include directory is set to /common where the header file is

186 02/24/2010 12:48 AM Kevin Woo

fixed some bugs in the rs485 code

185 02/24/2010 12:28 AM Kevin Woo

Renamed uart to rs485_poll because it is more descriptive of what it actually does. Some function name changes

184 02/24/2010 12:26 AM Kevin Woo

Pulling out the uart polling code, need to do some file renames

183 02/23/2010 11:47 PM Kevin Woo

Began moving parts of the code into the common directoty. Began setting up the jump table

182 02/23/2010 11:28 PM Kevin Woo

Changed bootloader to use the common header file

View revisions

Also available in: Atom