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
2286 4521 d 21 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/src/ Fix for recent GCC issue (affects Ubuntu 14.04), fix by Andreas Fritiofson  
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
2285 4534 d 19 h arune /trunk/EmbeddedSoftware/AVR/ Fixes #0000023, credits to Andreas Fritiofson  
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1992 5226 d 20 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/src/ Added @ for hiding command when compiling %.elf  
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1984 5229 d 19 h linlun /trunk/EmbeddedSoftware/AVR/ Added templates for libraries.list and updated makefile, also updates to sns_qtouch  
/trunk/EmbeddedSoftware/AVR/module/sns_qtouch/libraries.list
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/libraries.list.template
/trunk/EmbeddedSoftware/AVR/module/sns_qtouch/sources.list
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1981 5230 d 18 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/src/ Updated template_module Makefile so that assembly .S files can be specified as sources  
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1924 5314 d 19 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/src/ Fix for list command not working after hwid changes, only affects newly created nodes from template_module  
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
1909 5328 d 23 h arune /trunk/EmbeddedSoftware/AVR/ New personal folders created now uses new BIOS function GetHwId instead of compiling in constant value  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
1621 5768 d 16 h nattgris /trunk/EmbeddedSoftware/AVR/ remove the list of targets in need of GCC bug workaround

The workaround is effectively a no-op if the targeted AVR is not affected,
so it can just as well be used always. Add suitable comment explaining the
fix. This should solve recent problems with ATmega328P (and future AVRs).

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
 
/trunk/EmbeddedSoftware/AVR/application/AntennaControl/Makefile
/trunk/EmbeddedSoftware/AVR/application/AntennaDisplay/Makefile
/trunk/EmbeddedSoftware/AVR/application/CallerID/Makefile
/trunk/EmbeddedSoftware/AVR/application/CarDisplay/Makefile
/trunk/EmbeddedSoftware/AVR/application/ChanDimmer/Makefile
/trunk/EmbeddedSoftware/AVR/application/FanController/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransceiver/Makefile
/trunk/EmbeddedSoftware/AVR/application/IrTransmit/Makefile
/trunk/EmbeddedSoftware/AVR/application/RGBLED/Makefile
/trunk/EmbeddedSoftware/AVR/application/Relay/Makefile
/trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile
/trunk/EmbeddedSoftware/AVR/application/SerialTransceiver/Makefile
/trunk/EmbeddedSoftware/AVR/application/Servo/Makefile
/trunk/EmbeddedSoftware/AVR/application/SimpleCLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/canGateway/Makefile
/trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile
/trunk/EmbeddedSoftware/AVR/application/template/Makefile
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1468 5975 d 23 h arune /trunk/EmbeddedSoftware/AVR/ added support for mega168p, only needed when programming with isp, normally one can use mega168 even for mega168p-devices  
/trunk/EmbeddedSoftware/AVR/avr-lib/ldscripts/atmega168p.ld
/trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/DTMF/mt8870/mt8870.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/adc/adc.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/io/PCA95xx.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiver.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/transceiver/irtransceiverMulti.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timer_cfg.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/uart/uart.c
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
1128 6406 d 19 h linlun /trunk/EmbeddedSoftware/AVR/personal/template_module/src/ Fixed one more typing error  
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
1125 6406 d 20 h linlun /trunk/ Added PCINT driver
Implemented PCINT-driver in sns_power and act_dimmer230, also updated templates and modulemanager
 
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/pcint.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/mcu/pcint.h
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.c
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/act_dimmer230.h
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/sources.list
/trunk/EmbeddedSoftware/AVR/module/sns_power/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/sns_power/sns_power.c
/trunk/EmbeddedSoftware/AVR/module/sns_power/sns_power.h
/trunk/EmbeddedSoftware/AVR/module/sns_power/sources.list
/trunk/EmbeddedSoftware/AVR/module/template/config.inc.template
/trunk/EmbeddedSoftware/AVR/module/template/sources.list
/trunk/EmbeddedSoftware/AVR/module/template/template.c
/trunk/EmbeddedSoftware/AVR/module/template/template.h
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
/trunk/PcSoftware/scripts/ModuleManager
986 6465 d 13 h runge /trunk/ Atom: Added definitions for the nmt protocol to the xml file
Atom: Had to change one definition name for the module listing so unfortunatly module apps will need to update their main.c.template again.. sorry
Atom: Structured the TODO for Atom
Atom: Added the ability for Atom to understand nmt messages, this show up correct in the debug output and we have control of nodes via javascript programming
should be possible but I have not built anything for that yet. Reset, App_start and Heartbeat works as expected though
 
/trunk/PcSoftware/Atom/Services/System/CanNMTMessage.js
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/Configuration/data.xml
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/moduleid.h
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
/trunk/PcSoftware/Atom/CanNet/candebug.cpp
/trunk/PcSoftware/Atom/CanNet/canidtranslator.cpp
/trunk/PcSoftware/Atom/CanNet/canidtranslator.h
/trunk/PcSoftware/Atom/CanNet/canmessage.cpp
/trunk/PcSoftware/Atom/CanNet/canmessage.h
/trunk/PcSoftware/Atom/Services/System/CanManager.js
/trunk/PcSoftware/Atom/Services/System/CanMessage.js
/trunk/PcSoftware/Atom/Services/System/CanService.js
/trunk/PcSoftware/Atom/Services/System/Startup.js
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
948 6475 d 20 h runge /trunk/EmbeddedSoftware/AVR/ Updated module-template to use new defines, THIS BREAKS OLD STUFF, you need to manually replace your main.src.template in all module applications
Added include of moduleid.h in canid.h if MODULE_APPLICATION is defined, also removed module-stuff from canid.h
Updated act_hd44780-module to new system, more to come
 
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.c
/trunk/EmbeddedSoftware/AVR/module/act_hd44780/act_hd44780.h
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
911 6568 d 9 h arune /trunk/EmbeddedSoftware/AVR/personal/template_module/ can_printf: moved config parameter to modules config instead of bios config  
/trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/config.inc.template
905 6596 d 21 h arune /trunk/ Added support for printf-over-can in modules  
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canprintf.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canprintf.h
/trunk/PcSoftware/scripts/canPrintf
/trunk/PcSoftware/scripts/canPrintf/.project
/trunk/PcSoftware/scripts/canPrintf/canPrintf.pl
/trunk/PcSoftware/scripts/canPrintf/settings.pl
/trunk/PcSoftware/scripts/canPrintf/settings.pl.template
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/modules/GlobalCMD.h
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/main.c.template
/trunk/EmbeddedSoftware/AVR/personal/template_module/src/sources.list.template
869 6665 d 23 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
827 6698 d 17 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
822 6698 d 20 h migan /branches/modules/EmbeddedSoftware/AVR/ Fixed paths, now it should be working  
/branches/modules/EmbeddedSoftware/AVR/module/sns_ds18x20/sources.list
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/modules.py
/branches/modules/EmbeddedSoftware/AVR/personal/template_module/src/Makefile
819 6698 d 21 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 6699 d 7 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

Show All