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
/
standalone
/
Can2Serial
/
main.c
@ 2151
– Rev 1266
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
Rev
Age
Author
Path
Log message
Diff
1266
6271 d 7 h
pengi
/trunk/
Channel drivers added... early working version.
889
6634 d 15 h
arune
/trunk/
canDaemon & Can2Serial: Added ping-functionality, Can2Serial node must be updated to make it work
765
6730 d 4 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
Fixed bug with setting portc and ddrc
764
6730 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
fix for slave select on AVR, pin must be output on CoreCard
698
6873 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
standalone/can2serial: added include of canid.h
renamed config.h to config.h.template for not overwriting others settings
697
6873 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
standalone/can2serial: simple timestamp implementation for stdcan
693
6874 d 6 h
arune
/trunk/EmbeddedSoftware/AVR/
Fixed errors in stdcan
StdCan can (optional) be used in Can2Serial for buffering messages
671
6906 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/
standalone: fixes for "multiple definition of __vector_2" in cantest and can2serial
665
6908 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
standalone/Can2Serial: now using avr-libdir, not dependent on old libdir anymore
389
7080 d 1 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
EmbeddedSoftware/AVR: Moved a lot. Most paths now probably broken.
380
7082 d 11 h
eqlazer
/trunk/EmbeddedSoftware/AVR/Can2Serial/
Can2Serial: Cleaned up some mess. No more traces of F_OSC.
356
7132 d 23 h
andfri
/trunk/EmbeddedSoftware/AVR/Can2Serial/
* EmbeddedSoftware/AVR/Can2Serial: Now sending a CAN_NMT_TIME msg every second. Actual time is more or less bogus, should be fixed when needed.
149
7234 d 14 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Updated the UART library for mega88 support. Timebase and MCP2515 driver also have experimental mega88 support now.
142
7235 d 12 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
7237 d 5 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Refactor (Module_FunctionName instead of ModuleFunctionName).
Optimizations to mcp2515 driver (higher SPI clock rate).
73
7249 d 13 h
arune
/
Skapat trunk/tags/branches.
Flyttat Flinsh, MacBeth, EmbeddedSoftware och PcSoftware till trunk.
69
7255 d 2 h
jimmy
/EmbeddedSoftware/AVR/
Can2Serial is now fully functional.
63
7258 d 2 h
jimmy
/EmbeddedSoftware/AVR/
Added Can2Serial. Uses the CanWatcher protocol and operates at 115200baud. Functionality has not yet been verified.