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
868 6663 d 8 h migan /branches/modules/EmbeddedSoftware/AVR/ Added new module for SimpleDTMF-expansion based on CallerId-code, compiles but is not tested yet
Changed DTMF driver to not use hardcoded timer, this breaks backwards compatibility
Added physical quantity command for phone number
Removed warning from stdcan, it is pretty well tested by now
 
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/protocol.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sns_SimpleDTMF.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_SimpleDTMF/sources.list
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/PhysicalQuantityCMD.h
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
832 6695 d 3 h migan /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/ HW_ID-byte defines were reversed, fixed  
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
827 6696 d 1 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
823 6696 d 4 h arune /branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/ branches/drivers/stdcan.h: Fixed parenthesis around HWID-defines  
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
817 6696 d 15 h migan /branches/modules/EmbeddedSoftware/AVR/ Added file to make a module have a list of its dependencies
Added file to list which modules to compile, THIS IS NOT COMPLETE
Tried to change the makefiles to work but it does not yet!
Corrected fault in application main, now checks HW_ID when getting a list request
Added simple defines for getting the individual bytes of a HW_ID easily
 
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
807 6697 d 16 h migan /branches/modules/EmbeddedSoftware/AVR/ Fixed a thing or two in our example main
Added (uint8_t) to two of the defines in stdcan.h
 
/branches/modules/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
804 6698 d 1 h migan /branches/modules/EmbeddedSoftware/AVR/ Updated define-names to be more clear
Fixed a warning in stdcan
Added a config.inc.template to the application
 
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.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
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sns_ds18x20.c
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
801 6698 d 4 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
800 6698 d 4 h linlun /branches/modules/ Added branch for modulized applications  
/branches/modules
789 6699 d 9 h arune /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ drivers/stdcan: Implemented sending app-startup message on init. Implemented function "get queue length".  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
693 6874 d 7 h arune /trunk/EmbeddedSoftware/AVR/ Fixed errors in stdcan
StdCan can (optional) be used in Can2Serial for buffering messages
 
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile
690 6886 d 23 h nattgris /trunk/EmbeddedSoftware/AVR/avr-lib/ * avr-lib: StdCan message filter and some documentation updates.  
/trunk/EmbeddedSoftware/AVR/avr-lib/avr-lib.dox
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/clcd/lcd_HD44780.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/font.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.h
687 6891 d 23 h nattgris /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/ * avr-lib/drivers/can: New StdCan layer. Work in progress.  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h