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)
/
branches
/
modules
/
EmbeddedSoftware
/
AVR
/
standalone
/
CanTest
/
main.c
– Rev 800
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
800
6699 d 4 h
linlun
/branches/modules/
Added branch for modulized applications
/branches/modules
673
6900 d 10 h
eqlazer
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/
standalone/CanTest: Now prints correct incoming frame to uart.
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/config.h
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/makefile
671
6907 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/
standalone: fixes for "multiple definition of __vector_2" in cantest and can2serial
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c
667
6909 d 3 h
arune
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/
standalone/CanTest: now using avr-libdir, not dependent on old libdir anymore
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/config.h
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/vectors.h
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/makefile
658
6912 d 2 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/canid.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial_cfg.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/makefile
451
7063 d 5 h
eqlazer
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/
CanTest: Now uses the same output type as canDaemon (debug mode)
/trunk/EmbeddedSoftware/AVR/standalone/CanTest/main.c
427
7069 d 7 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.
/trunk/EmbeddedSoftware/AVR/standalone/CanTest
426
7069 d 8 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.
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile
/trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic/main.c
/trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic/makefile
389
7081 d 1 h
eqlazer
/trunk/EmbeddedSoftware/AVR/
EmbeddedSoftware/AVR: Moved a lot. Most paths now probably broken.
/trunk/EmbeddedSoftware/AVR/application
/trunk/EmbeddedSoftware/AVR/personal
/trunk/EmbeddedSoftware/AVR/standalone
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial
/trunk/EmbeddedSoftware/AVR/standalone/CanCallerID
/trunk/EmbeddedSoftware/AVR/standalone/CanGLCD
/trunk/EmbeddedSoftware/AVR/standalone/CanGPS
/trunk/EmbeddedSoftware/AVR/standalone/CanRGB_nobios
/trunk/EmbeddedSoftware/AVR/standalone/CanSimpleEthernet
/trunk/EmbeddedSoftware/AVR/standalone/CanTestCan
/trunk/EmbeddedSoftware/AVR/standalone/CanTestEcho
/trunk/EmbeddedSoftware/AVR/standalone/CanTestPeriodic
/trunk/EmbeddedSoftware/AVR/standalone/UARTscope
/trunk/EmbeddedSoftware/AVR/trash/CanDS18S20
/trunk/EmbeddedSoftware/AVR/Can2Serial
/trunk/EmbeddedSoftware/AVR/CanCallerID
/trunk/EmbeddedSoftware/AVR/CanDS18S20
/trunk/EmbeddedSoftware/AVR/CanGLCD
/trunk/EmbeddedSoftware/AVR/CanGPS
/trunk/EmbeddedSoftware/AVR/CanRGB_nobios
/trunk/EmbeddedSoftware/AVR/CanSimpleEthernet
/trunk/EmbeddedSoftware/AVR/CanTestCan
/trunk/EmbeddedSoftware/AVR/CanTestEcho
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic
/trunk/EmbeddedSoftware/AVR/UARTscope
208
7191 d 7 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Added Mcu_Init function that initializes the internal OSC in mega88.
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/main.c
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/mcu.h
197
7195 d 9 h
andfri
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/
EmbeddedSoftware/AVR/CanTestPeriodic/main.c: Initialize txMsg.DataLength so that mcp2515 wont go crazy when dlc happens to be >8.
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/main.c
151
7219 d 7 h
noddan
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/
Kommentar för att data aldrig sätts
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/main.c
149
7235 d 14 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Updated the UART library for mega88 support. Timebase and MCP2515 driver also have experimental mega88 support now.
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/serial_cfg.h
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart_cfg.h
/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/Can2Serial/makefile
/trunk/EmbeddedSoftware/AVR/CanTestEcho/main.c
/trunk/EmbeddedSoftware/AVR/CanTestEcho/makefile
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/main.c
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/makefile
/trunk/EmbeddedSoftware/AVR/lib/src/can/mcp2515/mcp2515.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/timebase.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.c
/trunk/EmbeddedSoftware/AVR/lib/src/mcu/uart.h
145
7236 d 9 h
jimmy
/trunk/EmbeddedSoftware/AVR/
Test program renamed to CanTestPeriodic.
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic
/trunk/EmbeddedSoftware/AVR/CanTest
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/protocol.c
/trunk/EmbeddedSoftware/AVR/CanTestPeriodic/protocol.h
144
7236 d 9 h
jimmy
/trunk/EmbeddedSoftware/AVR/CanTest/
Functionality of test program changed.
/trunk/EmbeddedSoftware/AVR/CanTest/protocol.c
/trunk/EmbeddedSoftware/AVR/CanTest/protocol.h
/trunk/EmbeddedSoftware/AVR/CanTest/.cdtproject
/trunk/EmbeddedSoftware/AVR/CanTest/.project
/trunk/EmbeddedSoftware/AVR/CanTest/main.c
/trunk/EmbeddedSoftware/AVR/CanTest/makefile
142
7236 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.
/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
7238 d 5 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
73
7250 d 12 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
61
7259 d 4 h
jimmy
/EmbeddedSoftware/AVR/
Added CanTest (simple test program for the CAN interface).
/EmbeddedSoftware/AVR/CanTest
/EmbeddedSoftware/AVR/CanTest/.cdtproject
/EmbeddedSoftware/AVR/CanTest/.project
/EmbeddedSoftware/AVR/CanTest/.settings
/EmbeddedSoftware/AVR/CanTest/.settings/org.eclipse.cdt.core.prefs
/EmbeddedSoftware/AVR/CanTest/main.c
/EmbeddedSoftware/AVR/CanTest/makefile
/EmbeddedSoftware/AVR/CanTest/protocol.c
/EmbeddedSoftware/AVR/CanTest/protocol.h
/EmbeddedSoftware/AVR/lib/.project