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
213 7202 d 13 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ * Only use tcp and/or udp when needed  
/trunk/EmbeddedSoftware/AVR/lib/src/eth/ip_arp_udp_tcp.c
/trunk/EmbeddedSoftware/AVR/lib/src/eth/ip_arp_udp_tcp.h
211 7202 d 14 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/ * reset transmit logic before transmitting  
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/enc28j60.c
210 7202 d 16 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ * ss set as output-bug fixed
* send_udp complete (eth+ip+udp-headers set correct)
 
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/enc28j60.c
/trunk/EmbeddedSoftware/AVR/lib/src/eth/ip_arp_udp_tcp.c
209 7203 d 5 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/ rc_servo lib: finished but still untested  
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/rc_servo.h
208 7203 d 11 h jimmy /trunk/EmbeddedSoftware/AVR/ Added Mcu_Init function that initializes the internal OSC in mega88.  
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/main.c
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.h
207 7204 d 3 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 7204 d 4 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 7204 d 13 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 7204 d 15 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 7208 d 11 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 7210 d 4 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 7220 d 6 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 7222 d 16 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 7222 d 16 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 7223 d 5 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/com/ Definierat funct, funcc osv.  
/trunk/EmbeddedSoftware/AVR/lib/src/com/com.h
170 7223 d 10 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 7227 d 4 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 7228 d 8 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 7228 d 9 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 7228 d 9 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

Show All