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/
@ 320
– Rev 0
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
SVN
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
320
7161 d 7 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
AVR-Bios: Can now use timer2 for timebase. (Both mega8 and 88)
/trunk/EmbeddedSoftware/AVR/AVR-Bios/avr_cfg.h
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.h
316
7161 d 12 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/
funcdefs: Some structure that try to follow what wiki says.
/trunk/EmbeddedSoftware/AVR/lib/funcdefs/eqlazer_funcdefs.h
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
272
7175 d 10 h
jimmy
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase now works properly with TIMER2 on mega8.
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
256
7177 d 10 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
CanCLCD & clcd-libs: Now with support for changing view by remote. Displays temperature and servo positions.
/trunk/EmbeddedSoftware/AVR/CanCLCD/main.c
/trunk/EmbeddedSoftware/AVR/CanCLCD/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.c
/trunk/EmbeddedSoftware/AVR/lib/src/lcd/clcd20x4.h
255
7178 d 5 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
timebase: Now with correct prescaler, OBS: uses timer2 as default now!
CanSensors: removed debug and support for sht.
/trunk/EmbeddedSoftware/AVR/CanSensors/main.c
/trunk/EmbeddedSoftware/AVR/CanSensors/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
249
7187 d 17 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.
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.h
247
7188 d 9 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
timebase: Now use timer2 as default.
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.h
246
7189 d 6 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
rc_servo: It actually seems to work now, all three turning modes.
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.c
/trunk/EmbeddedSoftware/AVR/lib/src/actuator/rc_servo.h
245
7189 d 8 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).
/trunk/EmbeddedSoftware/AVR/lib/src/actuator
/trunk/EmbeddedSoftware/AVR/lib/src/electromechanic
/trunk/EmbeddedSoftware/AVR/CanBlinds/main.c
/trunk/EmbeddedSoftware/AVR/CanBlinds/makefile
/trunk/EmbeddedSoftware/AVR/CanRelay/makefile
/trunk/EmbeddedSoftware/AVR/CanSensors/main.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/sht7x/sht7x.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/sht7x/sht7x.h
243
7189 d 9 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/
tc1047: Looks like it work now.
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/tc1047.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/tc1047.h
241
7189 d 12 h
eqlazer
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/
tc1047: Can now use ADC0-ADC7
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/tc1047.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/tc1047.h
239
7190 d 13 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.
/trunk/EmbeddedSoftware/AVR/CanSensors
/trunk/EmbeddedSoftware/AVR/CanSensors/main.c
/trunk/EmbeddedSoftware/AVR/CanSensors/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/sensor
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/crc8.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/crc8.h
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/delay.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/delay.h
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/ds18x20.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/ds18x20.h
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/onewire.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/ds18s20/onewire.h
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/sht7x
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/sht7x/sht7x.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/sht7x/sht7x.h
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/tc1047.c
/trunk/EmbeddedSoftware/AVR/lib/src/sensor/tc1047/tc1047.h
224
7195 d 11 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase-fix för mega8 (i lib/mcu)
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
220
7197 d 13 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/
Funktionen SetClkout finns nu med i headerfilen också
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.h
219
7197 d 13 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/
Timebase fungerar nu för F_CPU > 16MHz
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.h
218
7197 d 15 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/
* MCP2515 clockout is now set to prescaler /1 at init
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_defs.h
215
7198 d 13 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
/trunk/EmbeddedSoftware/AVR/lib/src/eth/timeout.c
/trunk/EmbeddedSoftware/AVR/lib/src/eth/timeout.h
213
7198 d 16 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
7198 d 17 h
arune
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/
* reset transmit logic before transmitting
/trunk/EmbeddedSoftware/AVR/lib/src/eth/enc28j60/enc28j60.c
210
7198 d 18 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
←Prev
1
2
Next→
Show All