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
1888 5351 d 23 h arune /trunk/EmbeddedSoftware/AVR/personal/ Updated make target installnoapp to work with atom1.5 which requires hex record end of file  
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
1867 5365 d 0 h arune /trunk/EmbeddedSoftware/AVR/personal/ Added a new make target to template Makefiles: installnoappl which uploads an empty application into the node, useful if the current application is broken and disturbes the network
Still untested.
 
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
1719 5675 d 22 h arune /trunk/EmbeddedSoftware/AVR/personal/ Added support for make target defaultbios to program a node with ID 0xffffffff to a bios with another ID  
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
1639 5762 d 10 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/ template_module: removed phony target sethwid and added setconfig  
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
1638 5763 d 1 h arune /trunk/ added script setConfig, can currently be used instead of sethwid
need you to update all personal/dir/Makefile and also add a line in personal/system.inc
 
/trunk/PcSoftware/scripts/setConfig
/trunk/PcSoftware/scripts/setConfig/setConfig.pl
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
903 6612 d 22 h arune /trunk/EmbeddedSoftware/AVR/personal/ personal/templates: added make command 'sethwid' to Makefiles, used for setting a hwid in a bios.inc automatically  
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
891 6632 d 9 h arune /trunk/EmbeddedSoftware/AVR/ Updated Makefiles with better check for binaries  
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
890 6633 d 5 h arune /trunk/EmbeddedSoftware/AVR/ bios makefile and templates makefiles updated: moved definitions of build binaries to system.inc soo make sure to update your personal/system.inc or an error will be generated  
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/system.inc.template
/trunk/EmbeddedSoftware/AVR/personal/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile
869 6664 d 2 h linlun /trunk/ Merged modules branch into trunk  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/FOST02
/trunk/EmbeddedSoftware/AVR/module
/trunk/EmbeddedSoftware/AVR/personal/template_module
/trunk/PcSoftware/Atom
/trunk/PcSoftware/scripts/ModuleManager
/trunk/PcSoftware/scripts/frame
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
819 6697 d 0 h migan /branches/modules/EmbeddedSoftware/AVR/ Added a script for adding modules to a application
Cleaned files and added new ones :)
Makefiles still does not work
 
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/README
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/sources.list.template
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/OLDMakefile
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/dep.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/config.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.inc
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules/sns_ds18x20
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/config.inc.template
/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/config.inc.template
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
817 6697 d 10 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
801 6699 d 0 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