Anonymous Login
2026-01-15 11:32 CET

Changesets: HomeAutomation

Search ] Browse ] Back to Index ]
trunk r1660
Timestamp: 2010-12-29 10:12:22
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Nicer printouts of node and modules lists
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/build_and_install.sh Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/node.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/system.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.h Diff ] File ]
trunk r1659
Timestamp: 2010-12-28 16:30:10
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom buildsystem: can now build from root dir
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
trunk r1658
Timestamp: 2010-12-28 15:43:33
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
atom buildsystem: made xorg.cpp not build when buildflag not set
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
trunk r1657
Timestamp: 2010-12-27 22:26:17
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Added some color to the logging
Created a new plugin Node
It is now possible to list modules, list nodes, and reset nodes via atomic
Some more minor fixes and stuff done
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/interface/irin.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/script/plugin/node.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/storage.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/common/common.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Manager.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Node.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Node.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/logging/Logger.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Node.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Node.h File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h Diff ] File ]
trunk r1656
Timestamp: 2010-12-27 09:42:18
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
User scripts are now kept seperate from standard scripts and stored in /etc/atom/uscript, they should not be overwritten on a new install
Storage is now /etc/atom/storage and atom.conf.templates has moved to /etc/atom which also means that the real atom.conf should be placed there
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/atom.conf.template Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/script/interface/list.js File ]
rm - /trunk/PcSoftware/Atom1.5/script/user File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/uscript File ]
rm - /trunk/PcSoftware/Atom1.5/uscript/autostart.js File ]
trunk r1655
Timestamp: 2010-12-26 11:40:17
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Changed hardcoded DEB package name to *.deb
mod - /trunk/PcSoftware/Atom1.5/build_and_install.sh Diff ] File ]
trunk r1654
Timestamp: 2010-12-26 11:35:16
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Added a script called build_and_install.sh which builds everything, creates a DEB package, installs that package
add - /trunk/PcSoftware/Atom1.5/build_and_install.sh File ]
trunk r1653
Timestamp: 2010-12-26 11:23:56
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
More fixes and clean up
DEB package now includes data.xml
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/INSTALL Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/atom.conf.template Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config.h.in Diff ] File ]
trunk r1652
Timestamp: 2010-12-26 00:48:41
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Renamed module directory in scripts to interface
Made the Xorg plugin default off, can be compiled in with a flag
Version now uses the SVN number as it's third number
Made it possible to use cpack to create *.deb packages for installation, the text file INSTALL contains the instructions
mod - /trunk/PcSoftware/Atom1.5/.kdev4/Atom.kdev4 Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/INSTALL Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/atom.conf.template Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/script/interface File ]
rm - /trunk/PcSoftware/Atom1.5/script/module File ]
mod - /trunk/PcSoftware/Atom1.5/script/user/autostart.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.cpp Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/config.h.in File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/Makefile Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.h Diff ] File ]
trunk r1651
Timestamp: 2010-12-25 01:28:55
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Exposed socket to js, completly untested
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/script/plugin/socket.js File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Socket.h File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp Diff ] File ]
trunk r1650
Timestamp: 2010-12-25 00:47:37
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Bugfixes
Added script for working with a display
rm - /trunk/PcSoftware/Atom1.5/script/module/HD44789.js File ]
add - /trunk/PcSoftware/Atom1.5/script/module/display.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/sensor.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/user/autostart.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp Diff ] File ]
trunk r1649
Timestamp: 2010-12-24 23:51:03
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
More fixes in JS
All sensor values are now stored and a command exists for getting the last value
rm - /trunk/PcSoftware/Atom1.5/script/module/SimpleDTMF.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/dimmer.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/irin.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/irout.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/sensor.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/serial.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/storage.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/system.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/xorg.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
trunk r1648
Timestamp: 2010-12-24 01:08:25
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Finished LG remote record
Removed some now unsused script files
Added a script for sensors
Fixed the output of several other scripts
rm - /trunk/PcSoftware/Atom1.5/script/common/alias.js File ]
rm - /trunk/PcSoftware/Atom1.5/script/common/irrecord.js File ]
rm - /trunk/PcSoftware/Atom1.5/script/common/nice_functions.js File ]
rm - /trunk/PcSoftware/Atom1.5/script/legacy File ]
rm - /trunk/PcSoftware/Atom1.5/script/module/BusVoltage.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/irin.js Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/script/module/sensor.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/storage.js Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/script/plugin/xorg.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/user/autostart.js Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/script/user/test.js File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/storage/Remote_LG_MKJ42519615 Diff ] File ]
trunk r1647
Timestamp: 2010-12-24 00:16:27
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
JS scripts should now have a good way of doing things, will move them around a bit though
More scripts to be created
Atomic can now take server adress and port from the commandline
Reworked the Atomic Atomd protocol to be more robust, now supports creating prompts from scripts in a more correct way
Reimplemented the IR record functionallity with the new atomic prompt system
Started to record a new remote for a LG tv
Added support for sending keypresses to the active Xorg-windows, though this introduces a dependency on Xorg wich we might not want, this needs to be configurable
Some other fixes here and there
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/dimmer.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/irin.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/irout.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/serial.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/system.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/user/autostart.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/common/common.cpp File ]
mod - /trunk/PcSoftware/Atom1.5/src/common/common.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Plugin.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Plugin.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.h Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Xorg.h File ]
mod - /trunk/PcSoftware/Atom1.5/storage/RemoteList Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/storage/Remote_LG_MKJ42519615 File ]
add - /trunk/PcSoftware/Atom1.5/storage/Xorg_Keymap File ]
trunk r1646
Timestamp: 2010-12-14 23:52:33
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
JS changes
It is not possible to set alarms with a data and time string in addition to a simple timeout
Some other small fixes
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/script/module/irReceive.js File ]
add - /trunk/PcSoftware/Atom1.5/script/module/irin.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/module/irout.js Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/script/module/serial.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/system.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/timer.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/user/autostart.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Network.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/timer/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/timer/Manager.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/timer/Timer.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/timer/Timer.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.h Diff ] File ]
trunk r1645
Timestamp: 2010-12-09 21:27:09
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
can2serial: added mega328-device in makefile
mod - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile Diff ] File ]
trunk r1644
Timestamp: 2010-12-09 18:47:57
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Have started to implement new javascript, dimmer and irout are okay and working, everything else needs to be changed
mod - /trunk/PcSoftware/Atom1.5/script/module/BusVoltage.js Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/script/module/Dimmer230.js File ]
add - /trunk/PcSoftware/Atom1.5/script/module/dimmer.js File ]
rm - /trunk/PcSoftware/Atom1.5/script/module/irTransmit.js File ]
add - /trunk/PcSoftware/Atom1.5/script/module/irout.js File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/console.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/storage.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/system.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/timer.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/user/autostart.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/control/Manager.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Storage.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/System.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp Diff ] File ]
trunk r1643
Timestamp: 2010-12-07 22:13:35
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
setconfig.pl: fixed tabs for indentation
mod - /trunk/PcSoftware/scripts/setConfig/setConfig.pl Diff ] File ]
trunk r1642
Timestamp: 2010-12-06 23:47:25
Author: Mattias Runge
Ported: N/A
Details ] Diff ]
Moved some files around for better structure
Implemented a new state machine for nodes
Nativ support for programming bios and application
mod - /trunk/PcSoftware/Atom1.5/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/script/plugin/module.js Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/CMakeLists.txt Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomd.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/atomic.cpp Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/src/can/Manager.cpp File ]
rm - /trunk/PcSoftware/Atom1.5/src/can/Manager.h File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Message.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Message.h Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/src/can/Module.cpp File ]
rm - /trunk/PcSoftware/Atom1.5/src/can/Module.h File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Monitor.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Monitor.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Network.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Network.h Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/src/can/Node.cpp File ]
rm - /trunk/PcSoftware/Atom1.5/src/can/Node.h File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Protocol.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/can/Protocol.h Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/common/Bitset.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/common/Bitset.h File ]
add - /trunk/PcSoftware/Atom1.5/src/common/Byteset.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/common/Byteset.h File ]
add - /trunk/PcSoftware/Atom1.5/src/common/common.h File ]
mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/config/Manager.h Diff ] File ]
add - /trunk/PcSoftware/Atom1.5/src/control File ]
add - /trunk/PcSoftware/Atom1.5/src/control/CMakeLists.txt File ]
add - /trunk/PcSoftware/Atom1.5/src/control/Code.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/control/Code.h File ]
add - /trunk/PcSoftware/Atom1.5/src/control/Manager.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/control/Manager.h File ]
add - /trunk/PcSoftware/Atom1.5/src/control/Module.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/control/Module.h File ]
add - /trunk/PcSoftware/Atom1.5/src/control/Node.cpp File ]
add - /trunk/PcSoftware/Atom1.5/src/control/Node.h File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/Client.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/Manager.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/SerialClient.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/SerialClient.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/Subscriber.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/Subscriber.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/TcpClient.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/TcpClient.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/UdpClient.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/net/UdpClient.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/storage/Store.cpp Diff ] File ]
rm - /trunk/PcSoftware/Atom1.5/src/type File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/Manager.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Console.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.cpp Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Module.h Diff ] File ]
mod - /trunk/PcSoftware/Atom1.5/src/vm/plugin/Timer.cpp Diff ] File ]
trunk r1641
Timestamp: 2010-12-05 23:37:37
Author: Andreas Fritiofson
Ported: N/A
Details ] Diff ]
whitespace fixes

Break some very long lines, adjust alignment to increase readability.
Remove trailing whitespace.
No functional changes.

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/bios/bios.c Diff ] File ]
trunk r1640
Timestamp: 2010-12-04 11:48:46
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
setConfig, bios.inc: make-target setconfig now updates MCU-fields if bios start contains such information
mod - /trunk/EmbeddedSoftware/AVR/personal/template_module/bios.inc Diff ] File ]
add - /trunk/PcSoftware/scripts/setConfig/devices.pl File ]
mod - /trunk/PcSoftware/scripts/setConfig/setConfig.pl Diff ] File ]
trunk r1639
Timestamp: 2010-12-04 09:13:03
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
template_module: removed phony target sethwid and added setconfig
mod - /trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile Diff ] File ]
trunk r1638
Timestamp: 2010-12-03 18:22:42
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
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
mod - /trunk/EmbeddedSoftware/AVR/personal/system.inc.template Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/personal/template_module/Makefile Diff ] File ]
add - /trunk/PcSoftware/scripts/setConfig File ]
add - /trunk/PcSoftware/scripts/setConfig/setConfig.pl File ]
trunk r1637
Timestamp: 2010-12-03 17:28:24
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
canDude/CanNMT.cs: fixed minor bug
mod - /trunk/PcSoftware/csharp-lib/CanNMT.cs Diff ] File ]
trunk r1636
Timestamp: 2010-12-03 16:32:20
Author: Linus Lundin
Ported: N/A
Details ] Diff ]
fixed bug in device type
mod - /trunk/PcSoftware/csharp-lib/CanNMT.cs Diff ] File ]
First  Prev  1 2 3 ... 10 ... 20 ... 24 25 26 27 28 29 30 ... 40 ... 50 ... 60 ... 70 ... 80 ... 88 89 90  Next  Last