Anonymous Login
2026-01-15 13:16 CET

Changesets: HomeAutomation

Search ] Browse ] Back to Index ]
trunk r684
Timestamp: 2007-10-29 18:29:02
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
/pcsoftware/ks0108: Utility to konvert 128x64 2-color bitmap to c array.
add - /trunk/PcSoftware/ks0108 File ]
add - /trunk/PcSoftware/ks0108/Makefile File ]
add - /trunk/PcSoftware/ks0108/bmp2lcd.c File ]
trunk r683
Timestamp: 2007-10-29 11:32:30
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
application/sensors and /drivers/sensor/ds18s20: updated to comply with the temperature standard that we use
mod - /trunk/EmbeddedSoftware/AVR/application/Sensors/main.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/sensor/ds18s20/ds18x20.c Diff ] File ]
trunk r682
Timestamp: 2007-10-29 10:45:44
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
AntennaControl: Now only for azimuth.
mod - /trunk/EmbeddedSoftware/AVR/application/AntennaControl/main.c Diff ] File ]
trunk r681
Timestamp: 2007-10-28 14:14:10
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
perlcandeamon: prints help text by default
mod - /trunk/PcSoftware/scripts/canDaemon/canDaemon.pl Diff ] File ]
trunk r680
Timestamp: 2007-10-28 13:44:14
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
simpleethernet: moved mac and ip defines to config.h
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/config.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/main.c Diff ] File ]
trunk r679
Timestamp: 2007-10-27 09:38:18
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
/application/gLCD and /drivers/lcd/glcd added. "First draft".
add - /trunk/EmbeddedSoftware/AVR/application/gLCD File ]
add - /trunk/EmbeddedSoftware/AVR/application/gLCD/Makefile File ]
add - /trunk/EmbeddedSoftware/AVR/application/gLCD/config.inc.template File ]
add - /trunk/EmbeddedSoftware/AVR/application/gLCD/main.c File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/font.h File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/ks0108.c File ]
add - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/glcd/ks0108.h File ]
trunk r678
Timestamp: 2007-10-26 08:10:00
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
drivers/mcp2515: added defines for slave select for mcus 8/88/168
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515_cfg.h Diff ] File ]
trunk r677
Timestamp: 2007-10-25 19:16:28
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
drivers/mcp2515: NEW fix for slave select on AVR, pin must be output on CoreCard
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c Diff ] File ]
trunk r676
Timestamp: 2007-10-25 18:57:06
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
drivers/mcp2515: Fix for slave select on AVR, pin must be output on CoreCard
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/mcp2515/mcp2515.c Diff ] File ]
trunk r675
Timestamp: 2007-10-23 16:59:56
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
avr-lib/clcd: "Fixes" warning. No backup of current cursor position when using custom characters.
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/lcd/clcd/lcd_HD44780.c Diff ] File ]
trunk r674
Timestamp: 2007-10-23 16:58:27
Author: Martin Lindskog
Ported: N/A
Details ] Diff ]
application/carsensors: Added to version control.
add - /trunk/EmbeddedSoftware/AVR/application/CarSensors File ]
add - /trunk/EmbeddedSoftware/AVR/application/CarSensors/Makefile File ]
add - /trunk/EmbeddedSoftware/AVR/application/CarSensors/config.inc.template File ]
add - /trunk/EmbeddedSoftware/AVR/application/CarSensors/main.c File ]
trunk r673
Timestamp: 2007-10-23 14:42:02
Author: Erik Larsson
Ported: N/A
Details ] Diff ]
standalone/CanTest: Now prints correct incoming frame to uart.
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/config.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/makefile Diff ] File ]
trunk r672
Timestamp: 2007-10-17 17:49:56
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
embedded software/AVR: removed (old) lib
rm - /trunk/EmbeddedSoftware/AVR/lib File ]
trunk r671
Timestamp: 2007-10-16 21:49:07
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone: fixes for "multiple definition of __vector_2" in cantest and can2serial
mod - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c Diff ] File ]
trunk r670
Timestamp: 2007-10-14 22:21:26
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/CanTest, standalone/CanSimpleEthernet, standalone/Can2Serial: removed contents of vectors.h file
mod - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/vectors.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/main.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/vectors.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/vectors.h Diff ] File ]
trunk r669
Timestamp: 2007-10-14 22:15:36
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
drivers/eth, standalone/simpleethernet: added chip revision check to init function, possible to use for debugging purposes in main.c
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth/enc28j60/enc28j60.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth/enc28j60/enc28j60.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/main.c Diff ] File ]
trunk r668
Timestamp: 2007-10-14 21:18:13
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone: removed CanRGB_nobios and CanGPS
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanGPS File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanRGB_nobios File ]
trunk r667
Timestamp: 2007-10-14 21:05:58
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/CanTest: now using avr-libdir, not dependent on old libdir anymore
add - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/config.h File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/makefile Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanTest/vectors.h File ]
trunk r666
Timestamp: 2007-10-14 20:04:12
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone: removed old CanCallerID
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanCallerID File ]
trunk r665
Timestamp: 2007-10-14 19:59:21
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/Can2Serial: now using avr-libdir, not dependent on old libdir anymore
add - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile Diff ] File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/vectors.h File ]
trunk r664
Timestamp: 2007-10-14 18:54:04
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/simpleethernet: set som default settings to better values
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/config.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/makefile Diff ] File ]
trunk r663
Timestamp: 2007-10-14 17:43:48
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
avr-lib/eth: drivers updated
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth/enc28j60/enc28j60.c Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth/enc28j60/enc28j60.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth/enc28j60/enc28j60_cfg.h Diff ] File ]
mod - /trunk/EmbeddedSoftware/AVR/avr-lib/drivers/eth/timeout.c Diff ] File ]
trunk r662
Timestamp: 2007-10-14 17:37:54
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/simpleethernet: added makefile that were lost during last commit
add - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/makefile File ]
trunk r661
Timestamp: 2007-10-14 16:59:10
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/simpleethernet: now using avr-libdir, not dependent on old libdir anymore
add - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/config.h File ]
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/main.c Diff ] File ]
rm - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/makefile File ]
add - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/vectors.h File ]
trunk r660
Timestamp: 2007-10-14 14:08:47
Author: Anders Sandblad
Ported: N/A
Details ] Diff ]
standalone/simpleethernet/test2.c: updated some
mod - /trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet/test2.c Diff ] File ]
First  Prev  1 2 3 ... 10 ... 20 ... 30 ... 40 ... 50 ... 60 ... 63 64 65 66 67 68 69 70 ... 80 ... 88 89 90  Next  Last