| 827 |
6697 d 6 h |
migan |
/branches/modules/ |
Added module for hd44780 lcd, not well tested yet but starts
Fixed some defines to be able to work with pointers to messages
Created separate files for module protocol defines, not defined in canid.h anymore
Fixed bios.inc in template to use <GENERATE_ID> again
Fixed a bug in ModuleManger
Added the framescript to the svn |
|
/branches/modules/EmbeddedSoftware/AVR/module/act_hd44780 /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.h /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/config.inc.template /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/protocol.h /branches/modules/EmbeddedSoftware/AVR/module/act_hd44780/sources.list /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/protocol.h /branches/modules/PcSoftware/scripts/frame
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template /branches/modules/PcSoftware/scripts/ModuleManager
|
| 801 |
6699 d 9 h |
linlun |
/branches/modules/EmbeddedSoftware/AVR/ |
First test application with changes to stdcan |
|
/branches/modules/EmbeddedSoftware/AVR/module /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20 /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.d /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.h /branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module /branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios.inc /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.eep /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.elf /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.h /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.hex /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.lss /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.map /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios.sym /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_export.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_export.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/bios_pass1.elf /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/config.h /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515 /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515/mcp2515.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/drivers/can/mcp2515/mcp2515.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/flash.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/flash.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/libbios.S /branches/modules/EmbeddedSoftware/AVR/personal/template_module/bios/libbios.a /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/config.h /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can/stdcan.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/can/stdcan.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu/mcu.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/mcu/mcu.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20 /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/crc8.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/crc8.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/delay.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/delay.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/ds18x20.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/ds18x20.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/onewire.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/sensor/ds18s20/onewire.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer/timer.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/drivers/timer/timer.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.d /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.eep /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.elf /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.hex /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.lss /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.lst /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.map /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/main.sym /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/modules /branches/modules/EmbeddedSoftware/AVR/personal/template_module/build/modules/sns_ds18x20 /branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules /branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20 /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c /branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
|