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
207 7202 d 20 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanBlinds: a remake of CanRelay, not finished
rc_servo lib: just started
 
/trunk/EmbeddedSoftware/AVR/CanBlinds
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/CanBlinds/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/rc_servo.h
206 7202 d 21 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ En funktion tillagd, denna skickar udp men plockar inte destmac/ip från förra paketet, man anger dessa som parametrar  
/trunk/EmbeddedSoftware/AVR/lib/src/eth/ip_arp_udp_tcp.c
/trunk/EmbeddedSoftware/AVR/lib/src/eth/ip_arp_udp_tcp.h
201 7203 d 5 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/ Uppdaterat libbets irmottagare något  
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/irreceiver.c
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/irreceiver.h
198 7203 d 7 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ Ethernet med enc28j60 finns nu i AVR-lib  
/trunk/EmbeddedSoftware/AVR/lib/src/eth
/trunk/EmbeddedSoftware/AVR/lib/src/eth/avr_compat.h
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/enc28j60.c
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/enc28j60.h
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/enc28j60_cfg.h
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/timeout.lst
/trunk/EmbeddedSoftware/AVR/lib/src/eth/ip_arp_udp_tcp.c
/trunk/EmbeddedSoftware/AVR/lib/src/eth/ip_arp_udp_tcp.h
/trunk/EmbeddedSoftware/AVR/lib/src/eth/net.h
/trunk/EmbeddedSoftware/AVR/lib/src/eth/timeout.c
/trunk/EmbeddedSoftware/AVR/lib/src/eth/timeout.h
196 7207 d 3 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanCLCD: Using the new lib.
clcd20x4: Some minor updates.
global_funcdefs: Will now compile (got rid of a strange character).
 
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/CanCLCD/makefile
/trunk/EmbeddedSoftware/AVR/CanRelay/main.c
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/global_funcdefs.h
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.h
193 7208 d 21 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/lcd/ clcd20x4: Lib for easy printing data from bus on 20x4 LCD.
Still in an early stage.
 
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.h
186 7218 d 22 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/temperature/tc1047/ tc1047 lib  
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/tc1047
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/tc1047/tc1047.c
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/tc1047/tc1047.h
174 7221 d 9 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/com/ Added data section to Com_Message_t.  
/trunk/EmbeddedSoftware/AVR/lib/src/com/com.c
/trunk/EmbeddedSoftware/AVR/lib/src/com/com.h
173 7221 d 9 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/com/ Some more work on the Com services.  
/trunk/EmbeddedSoftware/AVR/lib/src/com/com.c
/trunk/EmbeddedSoftware/AVR/lib/src/com/com.h
172 7221 d 22 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/com/ Definierat funct, funcc osv.  
/trunk/EmbeddedSoftware/AVR/lib/src/com/com.h
170 7222 d 2 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/com/ Added template files for the communication subsystem, which will contain all protocol-specific functionality.  
/trunk/EmbeddedSoftware/AVR/lib/src/com
/trunk/EmbeddedSoftware/AVR/lib/src/com/com.c
/trunk/EmbeddedSoftware/AVR/lib/src/com/com.h
166 7225 d 20 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/lcd/ bytat XTAL till F_OSC  
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd_HD44780.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd_HD44780.h
163 7227 d 1 h eqlazer /trunk/EmbeddedSoftware/AVR/ bytat namn från lcd.* till lcd_HD44780.*  
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd_HD44780.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd_HD44780.h
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd.h
/trunk/EmbeddedSoftware/AVR/CanLCD/main.c
/trunk/EmbeddedSoftware/AVR/CanLCD/makefile
162 7227 d 1 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/ En parantes så f_osc kan användas som bas för alla tider  
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/irreceiver.h
160 7227 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/lcd/ lcd lib  
/trunk/EmbeddedSoftware/AVR/lib/src/lcd
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/lcd.h
157 7227 d 12 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ir/ IR-receiver tillagd i lib  
/trunk/EmbeddedSoftware/AVR/lib/src/ir
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/irreceiver.c
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/irreceiver.h
150 7231 d 0 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ *TCCR0B istället för TCCR0A på mega88
*20MHz och PB0 för mcp2515
 
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
149 7246 d 10 h jimmy /trunk/EmbeddedSoftware/AVR/ Updated the UART library for mega88 support. Timebase and MCP2515 driver also have experimental mega88 support now.  
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial_cfg.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart_cfg.h
/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/Can2Serial/makefile
/trunk/EmbeddedSoftware/AVR/CanTestEcho/main.c
/trunk/EmbeddedSoftware/AVR/CanTestEcho/makefile
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/main.c
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.h
147 7247 d 5 h jimmy /trunk/EmbeddedSoftware/AVR/ Minor changes.  
/trunk/EmbeddedSoftware/AVR/lib/bin
/trunk/EmbeddedSoftware/AVR/lib/include
/trunk/EmbeddedSoftware/AVR/lib/lib
/trunk/EmbeddedSoftware/AVR/Can2Serial/.cdtproject
/trunk/EmbeddedSoftware/AVR/lib/.project
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/readme.txt
143 7247 d 7 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/ Minor fix (accidentally changed SPI timing in previous commit).  
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c

Show All