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
/
makefile
– Rev 2287
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
2287
4493 d 10 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
Removed compile of mcu.c which is not used
1883
5355 d 5 h
arune
/trunk/
Moved Atom1.5 example client to scripts
1694
5725 d 12 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
can2serial: fixed incorrect fuses settings for mega328, still does not work
1645
5756 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
can2serial: added mega328-device in makefile
859
6677 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
standalone/can2serial: now uses system.inc for avrdude settings and fuses programming, just select the correct device in makefile
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
693
6874 d 7 h
arune
/trunk/EmbeddedSoftware/AVR/
Fixed errors in stdcan
StdCan can (optional) be used in Can2Serial for buffering messages
665
6908 d 5 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/
standalone/Can2Serial: now using avr-libdir, not dependent on old libdir anymore
658
6911 d 2 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
426
7068 d 9 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 2 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.
73
7249 d 13 h
arune
/
Skapat trunk/tags/branches.
Flyttat Flinsh, MacBeth, EmbeddedSoftware och PcSoftware till trunk.
63
7258 d 3 h
jimmy
/EmbeddedSoftware/AVR/
Added Can2Serial. Uses the CanWatcher protocol and operates at 115200baud. Functionality has not yet been verified.