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
1308 6255 d 7 h runge /branches/atomV2/ Created branch for Atom version 2 and update module protocol  
/branches/atomV2
1066 6451 d 6 h arune /trunk/PcSoftware/Atom/Services/System/ atom: minor cleanup and fixes  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
1063 6452 d 6 h arune /trunk/PcSoftware/Atom/Services/System/ atom: more work on flashing from atom, make updatebios, make install and make reset should now work ok, some problems with the timeout-system though  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Services/System/IntelHex.js
1043 6458 d 4 h arune /trunk/PcSoftware/Atom/ atom: bug added to todo, newlines in atomdude, minor bugfixes and started working on bios-updating with atom  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/IntelHex.js
/trunk/PcSoftware/Atom/TODO.txt
/trunk/PcSoftware/Atom/atomDude.pl
1042 6458 d 6 h runge /trunk/PcSoftware/Atom/ Atom: Made changes to how Intervals work... hopefully it is more stable now... though we have some kind of segfault on exit when we have programmed that needs
looking in to
 
/trunk/PcSoftware/Atom/Services/Logic/SensorPrint.js
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Interval.js
/trunk/PcSoftware/Atom/src/VM/intervalthread.cpp
/trunk/PcSoftware/Atom/src/VM/intervalthread.h
/trunk/PcSoftware/Atom/src/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/src/VM/virtualmachine.h
1040 6458 d 16 h runge /trunk/PcSoftware/Atom/ Atom: Made reset node work with a timer and implemented support in atomDude  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/atomDude.pl
1037 6459 d 4 h arune /trunk/PcSoftware/Atom/Services/System/ atom: added time and speed when flashing  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
1034 6459 d 6 h arune /trunk/PcSoftware/Atom/Services/System/ atom: more fixes for flashing, progressbar and timeout  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
1028 6460 d 6 h arune /trunk/PcSoftware/Atom/Services/System/ atom: minor changes to the flashing functionality  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
1022 6460 d 9 h arune /trunk/PcSoftware/Atom/Services/System/ atom: programming implementation basics working  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Services/System/IntelHex.js
1020 6460 d 10 h arune /trunk/PcSoftware/Atom/Services/System/ atom/Service/System: more work for flashing  
/trunk/PcSoftware/Atom/Services/System/CanManager.js
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Services/System/IntelHex.js
1014 6461 d 3 h runge /trunk/PcSoftware/Atom/Services/ Atom: Hopefully fixed a bug where the system would not know which node was being programmed and therefor could not know where to send received ACK messages
Atom: Added definitions for Philips TV remote
 
/trunk/PcSoftware/Atom/Services/DataStores/IRRemotes.js
/trunk/PcSoftware/Atom/Services/System/CanNode.js
1013 6461 d 3 h arune /trunk/PcSoftware/Atom/Services/System/ atom/Services/System: intermediate commit for program node via atom  
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Services/System/IntelHex.js
1008 6462 d 4 h runge /trunk/PcSoftware/Atom/ Atom: Initial work in programming stuff in Atom, not done but some structure is there
Atom: Some more changes to make the command interface accept longer input
 
/trunk/PcSoftware/Atom/Services/System/CanManager.js
/trunk/PcSoftware/Atom/Services/System/CanMessage.js
/trunk/PcSoftware/Atom/Services/System/CanNMTMessage.js
/trunk/PcSoftware/Atom/Services/System/CanNode.js
/trunk/PcSoftware/Atom/Services/System/Console.js
/trunk/PcSoftware/Atom/Tools/tools.cpp
/trunk/PcSoftware/Atom/Tools/tools.h
/trunk/PcSoftware/Atom/VM/commandthread.cpp
/trunk/PcSoftware/Atom/VM/commandthread.h
/trunk/PcSoftware/Atom/VM/virtualmachine.cpp
/trunk/PcSoftware/Atom/VM/virtualmachine.h
986 6469 d 0 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