Rev 314 |
Rev 316 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| SVN
| RSS feed
Last modification
- Rev 315 2007-02-12 13:51:06
- Author: andfri
- Log message:
- EmbeddedSoftware/AVR/AVR-Bios
* bios_funs.h: Made __bios_start void instead of uint16_t.
* bios.c: CAN_NMT_TIME resets watchdog.
Comments cleanup.
Improved crc calculation loop and address validity check.
Pass page buffer to flash_init.
* can.h: Added CAN_NMT_TIME and some space between the rest of the NMT types.
* flash.c: Rewrite to use SRAM page buffer instead.
Reimplemented flash_load_buffer.
Deleted old unused code and cleaned up comments.
* flash.h: Some cleaning.