| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 1403 |
6148 d 1 h |
runge |
/branches/atomV2/ |
Atom v2 stuff, nothing major, mostly for backup before reinstall |
|
| 1328 |
6247 d 2 h |
runge |
/branches/atomV2/ |
No things seem to be shaping upp, some sending stuff left to do. Then build a new module that does not talk jibbrish. We need to throw and catch exceptions if the protocol.xml-file does not contain things that we get from the can-network, no it just dies |
|
| 1326 |
6247 d 4 h |
runge |
/branches/atomV2/ |
Now works to construct a valid message and send it to all subscribers, BitBuffer not complete yet though so nothing out to the can-network |
|
| 1323 |
6247 d 7 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Now most bits are in place for the message system, missing are a way to translate names in the xml-file to id:s. Will use some sort of protocol.cache-file for this. There is also left to implement methods in BitBuffer.cpp. And handle alot of potential errors where there now is only TODOs |
|
| 1322 |
6247 d 9 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Work on datatypes, now every type except string is implemented |
|
| 1319 |
6248 d 1 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Now everything i utils/ have been structured, much nicer, should compile...now sleep |
|
| 1318 |
6248 d 1 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Fixed linker problems and learned something new |
|
| 1317 |
6248 d 2 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
More cleanups but now there is a linker-problem... |
|
| 1316 |
6248 d 2 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Hmm.. now it compiles again |
|
| 1315 |
6248 d 2 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
More cleanups, have not tried to compile because of a code block warning... need to commit first |
|
| 1314 |
6248 d 3 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Code cleanups and reorganization, nothing new |
|
| 1313 |
6248 d 4 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Project-file updated for Atom |
|
| 1312 |
6248 d 5 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/src/ |
And removed some stuff that was moved but not deleted for some reason |
|
| 1311 |
6248 d 5 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
Some cleanups, nothing major, fixed release-project-build-settings so it compiles |
|
| 1310 |
6249 d 0 h |
runge |
/branches/atomV2/PcSoftware/AtomV2/ |
More work on messages, should now use data from protocol.xml, still some bits missing to get anything to work yet... |
|
| 1309 |
6249 d 3 h |
runge |
/branches/atomV2/ |
Initial code for Atom V2, nothing working yet, and probably not for a while |
|
| 1308 |
6249 d 4 h |
runge |
/branches/atomV2/ |
Created branch for Atom version 2 and update module protocol |
|
| 1307 |
6249 d 13 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
module/sns_touch: added forced sending of raw touch at a configurable periodicity |
|
| 1306 |
6258 d 4 h |
arune |
/trunk/PcSoftware/canDude/ |
canDude: changed Makefile to use gmcs2 instead of gmcs, gmcs2 is used nowadays |
|
| 1305 |
6259 d 7 h |
arune |
/trunk/PcSoftware/scripts/canDaemon/ |
canDaemon.pl: added sending ping/pong to/from udp-hardware at startup, untested |
|
| 1304 |
6259 d 8 h |
arune |
/trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/ |
cansimpleethernet: should now respond to byte251-ping |
|
| 1303 |
6264 d 1 h |
arune |
/trunk/PcSoftware/Atom/Services/Can/ |
atom/touch.js: another fix |
|
| 1302 |
6264 d 2 h |
arune |
/trunk/PcSoftware/Atom/Services/Can/ |
atom/touch: another bug fixed |
|
| 1301 |
6264 d 2 h |
arune |
/trunk/PcSoftware/Atom/Services/Can/ |
atom/touch.js: bugfix |
|
| 1300 |
6264 d 3 h |
arune |
/trunk/PcSoftware/Atom/Services/Can/ |
atom/touch.js: added support for raw data |
|
| 1299 |
6264 d 4 h |
runge |
/trunk/PcSoftware/Atom/Services/System/ |
Added the ability to register a callback in the ServiceManager to get events when a service is created
Usage: ServiceManager.addCallback(function(service) { alert('service started: ' + service.getName() + ' of type ' + service.getType()); }); |
|
| 1298 |
6264 d 6 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/act_dimmer230/ |
modules/dimmer: set sync message to default 0, no implementation of sync message yet |
|
| 1297 |
6264 d 6 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: missed to commit a couple of updated files |
|
| 1296 |
6264 d 7 h |
arune |
/trunk/EmbeddedSoftware/AVR/ |
avr/drivers: added touch/gesture drivers
modules/touch: now using separate gesture drivers |
|
| 1295 |
6264 d 9 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: added offset of F8 |
|
| 1294 |
6264 d 9 h |
arune |
/trunk/PcSoftware/Atom/Services/DataStores/ |
atom/datastore/gestures.js: updated after f8-fix |
|
| 1293 |
6264 d 9 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: inverted f8 |
|
| 1292 |
6264 d 10 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: simplified F9 |
|
| 1291 |
6264 d 10 h |
linlun |
/trunk/PcSoftware/Atom/Services/DataStores/ |
Added changes for f9 |
|
| 1290 |
6264 d 11 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: fixed valid x/y-coordinates on release |
|
| 1289 |
6265 d 1 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: added descriptive header to parsebuffer |
|
| 1288 |
6265 d 1 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: minor fix |
|
| 1287 |
6265 d 5 h |
linlun |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
sns_Touch: added config to swap XY and invert X and Y axis |
|
| 1286 |
6265 d 7 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: work for breakout gesture to driver; fixed buffer as param and returndata |
|
| 1285 |
6265 d 8 h |
arune |
/trunk/EmbeddedSoftware/AVR/module/sns_Touch/ |
modules/touch: fixed bug with raw data, now tested |
|