Subversion Repositories HomeAutomation

Rev

Show changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
255 7180 d 13 h eqlazer /trunk/EmbeddedSoftware/AVR/ timebase: Now with correct prescaler, OBS: uses timer2 as default now!
CanSensors: removed debug and support for sht.
 
249 7190 d 1 h eqlazer /trunk/EmbeddedSoftware/AVR/ rc_servo: Now it is possible to control three servos individually. But with reduced resolution because of the 8 bit timer.
CanBlinds: Takes argument that decides which servo to turn.
 
247 7190 d 16 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ timebase: Now use timer2 as default.  
246 7191 d 13 h eqlazer /trunk/EmbeddedSoftware/AVR/ rc_servo: It actually seems to work now, all three turning modes.  
245 7191 d 15 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanBlinds: Uses the new libs.
CanRelay: --//--
sht7x: Dont use wdt anymore.
Moved electr. to actuator.
Deleted sensor-libs in /temperature/ except ds18s20 (for compatibility to CanDS18S20).
 
243 7191 d 16 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/ tc1047: Looks like it work now.  
241 7191 d 20 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/ tc1047: Can now use ADC0-ADC7  
239 7192 d 20 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanSensors: Support for ds18s20, tc1047 and sht71. Not tested on hw yet.
lib/src/sensor/: Copied from lib/src/temperature etc. The old ones is still left for backwards compatibility.
 
224 7197 d 18 h arune /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ Timebase-fix för mega8 (i lib/mcu)  
220 7199 d 20 h arune /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/ Funktionen SetClkout finns nu med i headerfilen också  
219 7199 d 20 h arune /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ Timebase fungerar nu för F_CPU > 16MHz  
218 7199 d 22 h arune /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/ * MCP2515 clockout is now set to prescaler /1 at init  
215 7200 d 20 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ * Watchdog-funktioner som inte används borttagna från timeout för ethernet, kanske kan dessa filer tas bort helt om övrig funktionalitet flyttas  
213 7200 d 23 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ * Only use tcp and/or udp when needed  
211 7201 d 0 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/ * reset transmit logic before transmitting  
210 7201 d 2 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ * ss set as output-bug fixed
* send_udp complete (eth+ip+udp-headers set correct)
 
209 7201 d 15 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/ rc_servo lib: finished but still untested  
208 7201 d 20 h jimmy /trunk/EmbeddedSoftware/AVR/ Added Mcu_Init function that initializes the internal OSC in mega88.  
207 7202 d 13 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanBlinds: a remake of CanRelay, not finished
rc_servo lib: just started
 
206 7202 d 14 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  
201 7202 d 22 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/ Uppdaterat libbets irmottagare något  
198 7203 d 1 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ Ethernet med enc28j60 finns nu i AVR-lib  
196 7206 d 20 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).
 
193 7208 d 14 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/lcd/ clcd20x4: Lib for easy printing data from bus on 20x4 LCD.
Still in an early stage.
 
186 7218 d 15 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/temperature/tc1047/ tc1047 lib  
174 7221 d 2 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/com/ Added data section to Com_Message_t.  
173 7221 d 2 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/com/ Some more work on the Com services.  
172 7221 d 15 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/com/ Definierat funct, funcc osv.  
170 7221 d 20 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/com/ Added template files for the communication subsystem, which will contain all protocol-specific functionality.  
166 7225 d 13 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/lcd/ bytat XTAL till F_OSC  
163 7226 d 18 h eqlazer /trunk/EmbeddedSoftware/AVR/ bytat namn från lcd.* till lcd_HD44780.*  
162 7226 d 19 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/ En parantes så f_osc kan användas som bas för alla tider  
160 7226 d 19 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/lcd/ lcd lib  
157 7227 d 5 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ir/ IR-receiver tillagd i lib  
150 7230 d 17 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ *TCCR0B istället för TCCR0A på mega88
*20MHz och PB0 för mcp2515
 
149 7246 d 4 h jimmy /trunk/EmbeddedSoftware/AVR/ Updated the UART library for mega88 support. Timebase and MCP2515 driver also have experimental mega88 support now.  
147 7246 d 22 h jimmy /trunk/EmbeddedSoftware/AVR/ Minor changes.  
143 7247 d 0 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/ Minor fix (accidentally changed SPI timing in previous commit).  
142 7247 d 1 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.  
127 7248 d 18 h jimmy /trunk/EmbeddedSoftware/AVR/ Refactor (Module_FunctionName instead of ModuleFunctionName).
Optimizations to mcp2515 driver (higher SPI clock rate).