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/
@ 143
– 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
143
7249 d 16 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 17 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 10 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 7 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 18 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 11 h
arune
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/
Klant, spara först.
/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515_cfg.h
71
7266 d 11 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 7 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 7 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 9 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 9 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
58
7272 d 9 h
jimmy
/EmbeddedSoftware/AVR/lib/src/can/
Renamed driver mcp2515 to mcp2515_old (about to be replaced).
/EmbeddedSoftware/AVR/lib/src/can/mpc2515_old
/EmbeddedSoftware/AVR/lib/src/can/mpc2515
57
7272 d 9 h
jimmy
/EmbeddedSoftware/AVR/
Renamed libAVR to lib.
/EmbeddedSoftware/AVR/lib
/EmbeddedSoftware/AVR/libAVR
28
7280 d 16 h
jimmy
/
Lagt in lite datasheets och appnotes.
/References/Appnotes
/References/Appnotes/mcp2515
/References/Appnotes/mcp2515/00872a.pdf
/References/Data Sheets
/References/Data Sheets/at90can128
/References/Data Sheets/at90can128/doc7679.pdf
/References/Data Sheets/at91sam7x
/References/Data Sheets/at91sam7x/doc6120.pdf
/References/Data Sheets/atmega8
/References/Data Sheets/atmega8/doc2486.pdf
/References/Data Sheets/atmega88
/References/Data Sheets/atmega88/doc2545.pdf
/References/Data Sheets/mcp2515
/References/Data Sheets/mcp2515/21801d.pdf
/References/Data Sheets/mcp2551
/References/Data Sheets/mcp2551/21667d.pdf
/References/Misc
/References/Misc/eclipse-avr.pdf
/References/Misc/jlynch-tutorial-20060606.pdf
/References/Misc/oocd-quickref.pdf
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/mcp2510 datasheet.pdf
22
7283 d 17 h
andfri
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/
mcp2510.h: Konverterade alla binära konstanter till hex/dec. Manuellt. Puh!
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/mcp2510.h
19
7284 d 7 h
jimmy
/
Added a dedicated folder for embedded software projects. Imported some old (UNTESTED) code for the MCP2515 CAN controller. A lot more work to do =)
/EmbeddedSoftware
/EmbeddedSoftware/ARM
/EmbeddedSoftware/ARM/Lib
/EmbeddedSoftware/AVR
/EmbeddedSoftware/AVR/TestNode
/EmbeddedSoftware/AVR/libAVR
/EmbeddedSoftware/AVR/libAVR/.cdtproject
/EmbeddedSoftware/AVR/libAVR/.project
/EmbeddedSoftware/AVR/libAVR/.settings
/EmbeddedSoftware/AVR/libAVR/.settings/org.eclipse.cdt.core.prefs
/EmbeddedSoftware/AVR/libAVR/bin
/EmbeddedSoftware/AVR/libAVR/include
/EmbeddedSoftware/AVR/libAVR/lib
/EmbeddedSoftware/AVR/libAVR/src
/EmbeddedSoftware/AVR/libAVR/src/can
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/mcp2510 datasheet.pdf
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/mcp2510.c
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/mcp2510.h
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/spi.c
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/spi.h
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/test.c
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/uart.c
/EmbeddedSoftware/AVR/libAVR/src/can/mpc2515/uart.h
/EmbeddedSoftware/AVR/readme.txt
/EmbeddedSoftware/PIC
/avrCAN