Subversion Repositories HomeAutomation

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
522 7028 d 6 h arune /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ old-lib/serial_cfg.h: Changed default baudrate setting to 9600bps  
421 7077 d 13 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/can/ lib/src/can/can_cfg.h: Default to 250k bitrate.  
390 7089 d 3 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/actuator/ lib/src/actuator/rc_servo: Changed from "-128 to 127" to "0 to 255".  
382 7091 d 12 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/ mcp2515.c: Added support for m168.  
381 7091 d 12 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ lib/src/mcu: Added support for m168.
Changed from F_OSC to F_CPU.
 
376 7096 d 11 h noddan /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ serial.c : Changed from F_OSC to F_CPU  
348 7143 d 11 h eqlazer /trunk/EmbeddedSoftware/AVR/ Moved eqlazer_funcdefs.h to funcdefs.h.
CanCLCD: Looking good. Uses pwm for contrast and backlight.
 
344 7144 d 15 h eqlazer /trunk/EmbeddedSoftware/AVR/ Removed lib/src/temperature.
CanCLCD: Has no intelligence.
 
334 7156 d 1 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanCLCD: Now views ds18s20 sensor data and servo positions.  
332 7156 d 5 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanCLCD: There is a devil living inside.  
326 7157 d 9 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanSensors: Now sending sensor data in separate messages.
sensors/ds18s20/delay.h: Included bios.h to get F_CPU.
 
322 7161 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanIRreceive: Converted to bios version.
irreceiver.h: Included bios.h so it uses F_CPU instead of F_OSC.
 
320 7161 d 3 h eqlazer /trunk/EmbeddedSoftware/AVR/ AVR-Bios: Can now use timer2 for timebase. (Both mega8 and 88)  
316 7161 d 8 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/ funcdefs: Some structure that try to follow what wiki says.  
272 7175 d 6 h jimmy /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ Timebase now works properly with TIMER2 on mega8.  
256 7177 d 6 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanCLCD & clcd-libs: Now with support for changing view by remote. Displays temperature and servo positions.  
255 7178 d 1 h eqlazer /trunk/EmbeddedSoftware/AVR/ timebase: Now with correct prescaler, OBS: uses timer2 as default now!
CanSensors: removed debug and support for sht.
 
249 7187 d 13 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 7188 d 5 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ timebase: Now use timer2 as default.  
246 7189 d 1 h eqlazer /trunk/EmbeddedSoftware/AVR/ rc_servo: It actually seems to work now, all three turning modes.  
245 7189 d 4 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 7189 d 5 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/ tc1047: Looks like it work now.  
241 7189 d 8 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/ tc1047: Can now use ADC0-ADC7  
239 7190 d 9 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 7195 d 7 h arune /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ Timebase-fix för mega8 (i lib/mcu)  
220 7197 d 9 h arune /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/ Funktionen SetClkout finns nu med i headerfilen också  
219 7197 d 9 h arune /trunk/EmbeddedSoftware/AVR/lib/src/mcu/ Timebase fungerar nu för F_CPU > 16MHz  
218 7197 d 11 h arune /trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/ * MCP2515 clockout is now set to prescaler /1 at init  
215 7198 d 9 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 7198 d 12 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ * Only use tcp and/or udp when needed  
211 7198 d 13 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/ * reset transmit logic before transmitting  
210 7198 d 14 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ * ss set as output-bug fixed
* send_udp complete (eth+ip+udp-headers set correct)
 
209 7199 d 4 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/ rc_servo lib: finished but still untested  
208 7199 d 9 h jimmy /trunk/EmbeddedSoftware/AVR/ Added Mcu_Init function that initializes the internal OSC in mega88.  
207 7200 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/ CanBlinds: a remake of CanRelay, not finished
rc_servo lib: just started
 
206 7200 d 3 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 7200 d 11 h arune /trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/ Uppdaterat libbets irmottagare något  
198 7200 d 13 h arune /trunk/EmbeddedSoftware/AVR/lib/src/eth/ Ethernet med enc28j60 finns nu i AVR-lib  
196 7204 d 9 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 7206 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/lib/src/lcd/ clcd20x4: Lib for easy printing data from bus on 20x4 LCD.
Still in an early stage.