Anonymous Login
2026-01-15 15:01 CET

HomeAutomation: trunk r228 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent Ported
andfri trunk 2007-01-11 20:59:36 Pending
Changeset * EmbeddedSoftware/AVR/app_vectors.h: Deleted.
* EmbeddedSoftware/AVR/*_app.ld: Removed the need for editing these files. Values are defined in application makefile.
* EmbeddedSoftware/AVR/*_bios.ld: Bios and bootloader location is now configurable in makefile. .bootloader section added.
* EmbeddedSoftware/AVR/avr_cfg.h: Moved avr-specific initialization here.
* EmbeddedSoftware/AVR/bios.c: Moved flash functionality to separate file.
* EmbeddedSoftware/AVR/Makefile: Added configurability options.
* EmbeddedSoftware/AVR/flash.*: Flash functionality moved here. flash_load_buffer implemented, needs testing.
* EmbeddedSoftware/AVR/vectors.*: New interrupt handling system, works on all avrs without configuration (hopefully). Not tested.
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/Makefile Diff ] File ]
rm - /trunk/EmbeddedSoftware/AVR/AVR-Bios/app_vectors.h [ Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega88_app.ld Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega88_bios.ld Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega8_app.ld Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/atmega8_bios.ld Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/avr_cfg.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/AVR-Bios/bios_funs.h Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.c [ Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/AVR-Bios/flash.h [ Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/AVR-Bios/vectors.S [ Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/AVR-Bios/vectors.h [ Diff ] File ]