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
/
CanTest
/
makefile
@ 577
– Rev 673
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
673
6900 d 6 h
eqlazer
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/
standalone/CanTest: Now prints correct incoming frame to uart.
667
6909 d 0 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/
standalone/CanTest: now using avr-libdir, not dependent on old libdir anymore
658
6911 d 23 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
427
7069 d 4 h
eqlazer
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/
Created CanTest and removed CanTestPeriodic, CanTestCan and CanTestEcho.
From now on CanTest is the main program for testing new nodes.
426
7069 d 5 h
eqlazer
/trunk/EmbeddedSoftware/AVR/standalone/
Can2Serial: Changed from F_OSC to F_CPU in makefile and corrected lib path.
CanTestPeriodic: Changed msg ID from 16 to 1600000 (This probably needs to be changed again) and removed node number option.
389
7080 d 22 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
EmbeddedSoftware/AVR: Moved a lot. Most paths now probably broken.
208
7191 d 4 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Added Mcu_Init function that initializes the internal OSC in mega88.
149
7235 d 11 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Updated the UART library for mega88 support. Timebase and MCP2515 driver also have experimental mega88 support now.
145
7236 d 5 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Test program renamed to CanTestPeriodic.
144
7236 d 5 h
jimmy
/trunk/EmbeddedSoftware/AVR/CanTest/
Functionality of test program changed.
142
7236 d 8 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.
73
7250 d 9 h
arune
/
Skapat trunk/tags/branches.
Flyttat Flinsh, MacBeth, EmbeddedSoftware och PcSoftware till trunk.
61
7259 d 1 h
jimmy
/EmbeddedSoftware/AVR/
Added CanTest (simple test program for the CAN interface).