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
170 7224 d 4 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 22 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 7229 d 3 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 7229 d 3 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 7229 d 4 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 7229 d 14 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 7233 d 2 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 7248 d 12 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 7249 d 7 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 7249 d 9 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
142 7249 d 10 h jimmy /trunk/EmbeddedSoftware/AVR/ CAN interface is now fully queued in both directions. It also supports a virtual NULL-device (in addition to mcp2515) for test purposes. An MCU driver was created.  
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu_cfg.h
/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/Can2Serial/makefile
/trunk/EmbeddedSoftware/AVR/CanTest/main.c
/trunk/EmbeddedSoftware/AVR/CanTest/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/can/can.c
/trunk/EmbeddedSoftware/AVR/lib/src/can/can.h
/trunk/EmbeddedSoftware/AVR/lib/src/can/can_cfg.h
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_cfg.h
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_defs.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart_cfg.h
127 7251 d 3 h jimmy /trunk/EmbeddedSoftware/AVR/ Refactor (Module_FunctionName instead of ModuleFunctionName).
Optimizations to mcp2515 driver (higher SPI clock rate).
 
/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/CanTest/main.c
/trunk/EmbeddedSoftware/AVR/CanTest/protocol.c
/trunk/EmbeddedSoftware/AVR/CanTest/protocol.h
/trunk/EmbeddedSoftware/AVR/lib/src/can/can.c
/trunk/EmbeddedSoftware/AVR/lib/src/can/can.h
/trunk/EmbeddedSoftware/AVR/lib/src/can/can_cfg.h
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.h
74 7263 d 1 h arune /trunk/EmbeddedSoftware/AVR/lib/src/temperature/ temperature/ds18s20 tillagt i avrlib  
/trunk/EmbeddedSoftware/AVR/lib/src/temperature
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20/crc8.c
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20/crc8.h
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20/delay.c
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20/delay.h
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20/ds18x20.c
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20/ds18x20.h
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20/onewire.c
/trunk/EmbeddedSoftware/AVR/lib/src/temperature/ds18s20/onewire.h
73 7263 d 11 h arune / Skapat trunk/tags/branches.
Flyttat Flinsh, MacBeth, EmbeddedSoftware och PcSoftware till trunk.
 
/branches
/tags
/trunk
/trunk/EmbeddedSoftware
/trunk/Flinsh
/trunk/MacBeth
/trunk/PcSoftware
/EmbeddedSoftware
/Flinsh
/MacBeth
/PcSoftware
72 7266 d 4 h arune /EmbeddedSoftware/AVR/lib/src/can/mcp2515/ Klant, spara först.  
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_cfg.h
71 7266 d 4 h arune /EmbeddedSoftware/AVR/lib/src/can/mcp2515/ Def av CS-port flyttad till mcp2515_cfg.h  
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.h
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_cfg.h
69 7269 d 0 h jimmy /EmbeddedSoftware/AVR/ Can2Serial is now fully functional.  
/EmbeddedSoftware/AVR/Can2Serial/main.c
/EmbeddedSoftware/AVR/lib/src/can/can.h
/EmbeddedSoftware/AVR/lib/src/mcu/uart.c
63 7272 d 0 h jimmy /EmbeddedSoftware/AVR/ Added Can2Serial. Uses the CanWatcher protocol and operates at 115200baud. Functionality has not yet been verified.  
/EmbeddedSoftware/AVR/Can2Serial
/EmbeddedSoftware/AVR/Can2Serial/.cdtproject
/EmbeddedSoftware/AVR/Can2Serial/.dep
/EmbeddedSoftware/AVR/Can2Serial/.project
/EmbeddedSoftware/AVR/Can2Serial/.settings
/EmbeddedSoftware/AVR/Can2Serial/.settings/org.eclipse.cdt.core.prefs
/EmbeddedSoftware/AVR/Can2Serial/main.c
/EmbeddedSoftware/AVR/Can2Serial/makefile
/EmbeddedSoftware/AVR/lib/src/can/can.c
/EmbeddedSoftware/AVR/lib/src/can/can.h
60 7272 d 2 h jimmy /EmbeddedSoftware/AVR/lib/src/mcu/ Added some AVR MCU drivers (UART and Timebase).  
/EmbeddedSoftware/AVR/lib/src/mcu
/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
/EmbeddedSoftware/AVR/lib/src/mcu/timebase.h
/EmbeddedSoftware/AVR/lib/src/mcu/uart.c
/EmbeddedSoftware/AVR/lib/src/mcu/uart.h
/EmbeddedSoftware/AVR/lib/src/mcu/uart_cfg.h
59 7272 d 2 h jimmy /EmbeddedSoftware/AVR/lib/src/can/ Added new mcp2515 driver and high level CAN interface (abstraction layer).  
/EmbeddedSoftware/AVR/lib/src/can/can.c
/EmbeddedSoftware/AVR/lib/src/can/can.h
/EmbeddedSoftware/AVR/lib/src/can/can_cfg.h
/EmbeddedSoftware/AVR/lib/src/can/mcp2515
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.h
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_bittime.h
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_cfg.h
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_defs.h

Show All