HomeAutomation
hardware
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HomeAutomation
(root)
/
trunk
/
EmbeddedSoftware
/
AVR
/
lib
/
src/
@ 535
– Rev 0
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
535
7017 d 14 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/
drivers/eth/enc28j60: CS-port should be PC0
522
7031 d 13 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
old-lib/serial_cfg.h: Changed default baudrate setting to 9600bps
421
7080 d 21 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/can/
lib/src/can/can_cfg.h: Default to 250k bitrate.
390
7092 d 11 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/
lib/src/actuator/rc_servo: Changed from "-128 to 127" to "0 to 255".
382
7094 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/
mcp2515.c: Added support for m168.
381
7094 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
lib/src/mcu: Added support for m168.
Changed from F_OSC to F_CPU.
376
7099 d 19 h
noddan
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
serial.c : Changed from F_OSC to F_CPU
348
7146 d 19 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
Moved eqlazer_funcdefs.h to funcdefs.h.
CanCLCD: Looking good. Uses pwm for contrast and backlight.
344
7147 d 23 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
Removed lib/src/temperature.
CanCLCD: Has no intelligence.
334
7159 d 9 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanCLCD: Now views ds18s20 sensor data and servo positions.
332
7159 d 12 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanCLCD: There is a devil living inside.
326
7160 d 16 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
7164 d 10 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
7164 d 11 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
AVR-Bios: Can now use timer2 for timebase. (Both mega8 and 88)
316
7164 d 15 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/
funcdefs: Some structure that try to follow what wiki says.
272
7178 d 13 h
jimmy
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase now works properly with TIMER2 on mega8.
256
7180 d 13 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanCLCD & clcd-libs: Now with support for changing view by remote. Displays temperature and servo positions.
255
7181 d 9 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 21 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
7191 d 12 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
timebase: Now use timer2 as default.
246
7192 d 9 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
rc_servo: It actually seems to work now, all three turning modes.
245
7192 d 11 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
7192 d 12 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/
tc1047: Looks like it work now.
241
7192 d 16 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/
tc1047: Can now use ADC0-ADC7
239
7193 d 16 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
7198 d 14 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase-fix för mega8 (i lib/mcu)
220
7200 d 16 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/
Funktionen SetClkout finns nu med i headerfilen också
219
7200 d 16 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase fungerar nu för F_CPU > 16MHz
218
7200 d 18 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/
* MCP2515 clockout is now set to prescaler /1 at init
215
7201 d 16 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
7201 d 19 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/
* Only use tcp and/or udp when needed
211
7201 d 20 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/
* reset transmit logic before transmitting
210
7201 d 22 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/
* ss set as output-bug fixed
* send_udp complete (eth+ip+udp-headers set correct)
209
7202 d 11 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic/
rc_servo lib: finished but still untested
208
7202 d 17 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Added Mcu_Init function that initializes the internal OSC in mega88.
207
7203 d 9 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanBlinds: a remake of CanRelay, not finished
rc_servo lib: just started
206
7203 d 10 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
7203 d 18 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/ir/receiver/
Uppdaterat libbets irmottagare något
198
7203 d 21 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/
Ethernet med enc28j60 finns nu i AVR-lib
196
7207 d 16 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).