Anonymous Login
2026-01-15 11:32 CET

Changesets: HomeAutomation

Search ] Browse ] Back to Index ]
trunk r409
Timestamp: 2007-05-04 07:54:01
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
CanRGB_nobios: Added comment to say that it has been replaced by bios-version
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanRGB_nobios/main.c Diff ] File ]
trunk r408
Timestamp: 2007-05-03 23:01:08
Author: andfri
Ported: N/A
Details ] Diff ]
* EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c: Changed timer configuration to use Clear on Compare Match (CTC) mode instead of Normal mode. Try this out by defining TIMEBASE_NEW_IMPLEMENTATION in timebase.h.
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/timer/timebase.h Diff ] File ]
trunk r407
Timestamp: 2007-05-01 22:09:51
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
Tog bort CanIrReceive (de ?\195?\164r flyttad till application/IrReceive)
rm - /trunk/EmbeddedSoftware/AVR/CanIRreceive File ]
trunk r406
Timestamp: 2007-05-01 19:50:58
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
filerna i application/sensors ?\195?\165terst?\195?\164llda
add - /trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile File ]
add - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c File ]
trunk r405
Timestamp: 2007-05-01 19:33:49
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
Flyttade application/CanXYZ till application/XYZ
rm - /trunk/EmbeddedSoftware/AVR/application/CanRelay File ]
rm - /trunk/EmbeddedSoftware/AVR/application/CanSensors File ]
rm - /trunk/EmbeddedSoftware/AVR/application/CanServo File ]
add - /trunk/EmbeddedSoftware/AVR/application/Relay File ]
mv - /trunk/EmbeddedSoftware/AVR/application/Relay/Makefile Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/application/Relay/main.c Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/application/Sensors File ]
rm - /trunk/EmbeddedSoftware/AVR/application/Sensors/Makefile File ]
rm - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c File ]
add - /trunk/EmbeddedSoftware/AVR/application/Servo File ]
mv - /trunk/EmbeddedSoftware/AVR/application/Servo/Makefile Diff ] File ]
mv - /trunk/EmbeddedSoftware/AVR/application/Servo/main.c Diff ] File ]
trunk r404
Timestamp: 2007-05-01 18:57:47
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
drivers/ir/receiver: updated to work with an application
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/receiver/irreceiver.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir/receiver/irreceiver.h Diff ] File ]
trunk r403
Timestamp: 2007-05-01 18:52:55
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
application/IrReceive uploaded
add - /trunk/EmbeddedSoftware/AVR/application/IrReceive File ]
add - /trunk/EmbeddedSoftware/AVR/application/IrReceive/Makefile File ]
add - /trunk/EmbeddedSoftware/AVR/application/IrReceive/main.c File ]
trunk r402
Timestamp: 2007-05-01 18:50:23
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
application/CanSensors: Works with ds18s20 and ldr.
mod - /trunk/EmbeddedSoftware/AVR/application/CanSensors/Makefile Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/application/CanSensors/main.c Diff ] File ]
trunk r401
Timestamp: 2007-05-01 18:49:34
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
drivers/sensor/ldr: Added libs for Light Dependent Resistor.
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/ldr File ]
trunk r400
Timestamp: 2007-05-01 18:47:18
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
ds18s20: Changed from F_OSC to F_CPU.
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/ds18s20/delay.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/ds18s20/onewire.h Diff ] File ]
trunk r399
Timestamp: 2007-05-01 13:54:51
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
AVR/personal, added file that explains what to do here.
add - /trunk/EmbeddedSoftware/AVR/personal/README.txt File ]
trunk r398
Timestamp: 2007-05-01 12:17:30
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
vectors.S: Bios reset vector table fixed for m168 (and such architectures)
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/bios/vectors.S Diff ] File ]
trunk r397
Timestamp: 2007-04-29 23:26:14
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
avr-lib/Makefile: awk-binaries definition, makes it easy to change
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/Makefile Diff ] File ]
trunk r396
Timestamp: 2007-04-26 21:55:10
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
CanSensor: Moved to AVR/application
rm - /trunk/EmbeddedSoftware/AVR/CanSensors File ]
add - /trunk/EmbeddedSoftware/AVR/application/CanSensors File ]
trunk r395
Timestamp: 2007-04-26 14:43:35
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
Moved clcd to drivers/lcd
rm - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/clcd File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/clcd File ]
trunk r394
Timestamp: 2007-04-26 14:06:04
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
Copied libs to avr-lib.
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/clcd File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/clcd/clcd20x4.c File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/clcd/clcd20x4.h File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/clcd/lcd_HD44780.c File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/clcd/lcd_HD44780.h File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/actuator/rc-servo File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/ir File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/ds18s20 File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/tc1047 File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/funcdefs File ]
trunk r393
Timestamp: 2007-04-26 13:41:53
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
Removed eclipse specific files and bios files from applications.
rm - /trunk/EmbeddedSoftware/AVR/application/CanRelay/bios.h File ]
rm - /trunk/EmbeddedSoftware/AVR/application/CanRelay/bios.inc File ]
rm - /trunk/EmbeddedSoftware/AVR/application/CanRelay/config.inc File ]
rm - /trunk/EmbeddedSoftware/AVR/application/CanServo/bios.h File ]
rm - /trunk/EmbeddedSoftware/AVR/application/CanServo/bios.inc File ]
rm - /trunk/EmbeddedSoftware/AVR/application/CanServo/config.inc File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/.cdtproject File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/.dep File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/.project File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/.settings File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/.project File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestCan/.cdtproject File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestCan/.dep File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestCan/.project File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestCan/.settings File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho/.cdtproject File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho/.project File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho/.settings File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic/.cdtproject File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic/.project File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic/.settings File ]
trunk r392
Timestamp: 2007-04-26 13:33:07
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
Moved CanRelay and CanServo to AVR/application.
rm - /trunk/EmbeddedSoftware/AVR/CanRelay File ]
rm - /trunk/EmbeddedSoftware/AVR/CanServo File ]
add - /trunk/EmbeddedSoftware/AVR/application/CanRelay File ]
add - /trunk/EmbeddedSoftware/AVR/application/CanServo File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor File ]
trunk r391
Timestamp: 2007-04-26 13:23:33
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
CanRelay: Works on latest bios.
Probably some bug with temperature measurement.
mod - /trunk/EmbeddedSoftware/AVR/CanRelay/Makefile Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/CanRelay/bios.h File ]
add - /trunk/EmbeddedSoftware/AVR/CanRelay/bios.inc File ]
add - /trunk/EmbeddedSoftware/AVR/CanRelay/config.inc File ]
mod - /trunk/EmbeddedSoftware/AVR/CanRelay/main.c Diff ] File ]
trunk r390
Timestamp: 2007-04-25 23:31:15
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
lib/src/actuator/rc_servo: Changed from "-128 to 127" to "0 to 255".
mod - /trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.h Diff ] File ]
trunk r389
Timestamp: 2007-04-25 23:09:07
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
EmbeddedSoftware/AVR: Moved a lot. Most paths now probably broken.
rm - /trunk/EmbeddedSoftware/AVR/Can2Serial File ]
rm - /trunk/EmbeddedSoftware/AVR/CanCallerID File ]
rm - /trunk/EmbeddedSoftware/AVR/CanDS18S20 File ]
rm - /trunk/EmbeddedSoftware/AVR/CanGLCD File ]
rm - /trunk/EmbeddedSoftware/AVR/CanGPS File ]
rm - /trunk/EmbeddedSoftware/AVR/CanRGB_nobios File ]
rm - /trunk/EmbeddedSoftware/AVR/CanSimpleEthernet File ]
rm - /trunk/EmbeddedSoftware/AVR/CanTestCan File ]
rm - /trunk/EmbeddedSoftware/AVR/CanTestEcho File ]
rm - /trunk/EmbeddedSoftware/AVR/CanTestPeriodic File ]
rm - /trunk/EmbeddedSoftware/AVR/UARTscope File ]
add - /trunk/EmbeddedSoftware/AVR/application File ]
add - /trunk/EmbeddedSoftware/AVR/personal File ]
add - /trunk/EmbeddedSoftware/AVR/standalone File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanCallerID File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanGLCD File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanGPS File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanRGB_nobios File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanTestCan File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/UARTscope File ]
add - /trunk/EmbeddedSoftware/AVR/trash/CanDS18S20 File ]
trunk r388
Timestamp: 2007-04-25 20:07:25
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
CanServo: Now works on latest bios. Needs some work on paths to lib later on.
mod - /trunk/EmbeddedSoftware/AVR/CanServo/Makefile Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/CanServo/bios.h File ]
add - /trunk/EmbeddedSoftware/AVR/CanServo/bios.inc File ]
add - /trunk/EmbeddedSoftware/AVR/CanServo/config.inc File ]
mod - /trunk/EmbeddedSoftware/AVR/CanServo/main.c Diff ] File ]
trunk r387
Timestamp: 2007-04-23 19:37:44
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
rm - /trunk/EmbeddedSoftware/AVR/CanBlinds File ]
add - /trunk/EmbeddedSoftware/AVR/CanServo File ]
trunk r386
Timestamp: 2007-04-23 19:04:59
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
CanTestCan: Just for testing node sending capabilities.
add - /trunk/EmbeddedSoftware/AVR/CanTestCan/.cdtproject File ]
add - /trunk/EmbeddedSoftware/AVR/CanTestCan/.dep File ]
add - /trunk/EmbeddedSoftware/AVR/CanTestCan/.project File ]
add - /trunk/EmbeddedSoftware/AVR/CanTestCan/.settings File ]
add - /trunk/EmbeddedSoftware/AVR/CanTestCan/.settings/org.eclipse.cdt.core.prefs File ]
add - /trunk/EmbeddedSoftware/AVR/CanTestCan/.settings/org.eclipse.ltk.core.refactoring.prefs File ]
mod - /trunk/EmbeddedSoftware/AVR/CanTestCan/main.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/CanTestCan/makefile Diff ] File ]
trunk r385
Timestamp: 2007-04-23 17:12:28
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
add - /trunk/EmbeddedSoftware/AVR/CanTestCan/makefile File ]
First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 60 ... 70 ... 74 75 76 77 78 79 80 ... 88 89 90  Next  Last