Subversion Repositories HomeAutomation

Rev

Hide changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
910 6568 d 1 h nattgris /trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/ Workaround for new "feature" in GNU ld that caused .bss to have a load addr (LMA) in flash, and bios build to fail.  
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega168.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega8.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega88.ld
362 7129 d 8 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avrlib: Fixed 16 bit truncation of time in timebase.c. Removed some output files. Small changes in Makefile and ldscripts.  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/.cdtproject
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.S
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega8.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega88.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/template/main.c
361 7130 d 2 h andfri /trunk/EmbeddedSoftware/AVR/avr-lib/ * EmbeddedSoftware/AVR/avr-lib: Initial upload. Massive remake of AVR-Bios + lib + AVR-App.  
/trunk/EmbeddedSoftware/AVR/avr-lib
/trunk/EmbeddedSoftware/AVR/avr-lib/.cdtproject
/trunk/EmbeddedSoftware/AVR/avr-lib/.project
/trunk/EmbeddedSoftware/AVR/avr-lib/.settings
/trunk/EmbeddedSoftware/AVR/avr-lib/.settings/org.eclipse.cdt.core.prefs
/trunk/EmbeddedSoftware/AVR/avr-lib/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/README.txt
/trunk/EmbeddedSoftware/AVR/avr-lib/bios
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios_export.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.c
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/flash.h
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.S
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.h
/trunk/EmbeddedSoftware/AVR/avr-lib/config.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/can.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_bittime.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_defs.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/serial.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.d
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.lst
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega8.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega88.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/system.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/template
/trunk/EmbeddedSoftware/AVR/avr-lib/template/Makefile
/trunk/EmbeddedSoftware/AVR/avr-lib/template/config.inc
/trunk/EmbeddedSoftware/AVR/avr-lib/template/main.c