Subversion Repositories HomeAutomation

Rev

Hide changed files | Details | Compare with Previous | Blame | SVN | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
800 6698 d 19 h linlun /branches/modules/ Added branch for modulized applications  
/branches/modules
765 6730 d 19 h arune /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/ Fixed bug with setting portc and ddrc  
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c
764 6730 d 21 h arune /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/ fix for slave select on AVR, pin must be output on CoreCard  
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c
698 6873 d 22 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
 
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile
697 6873 d 22 h arune /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/ standalone/can2serial: simple timestamp implementation for stdcan  
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c
693 6874 d 21 h arune /trunk/EmbeddedSoftware/AVR/ Fixed errors in stdcan
StdCan can (optional) be used in Can2Serial for buffering messages
 
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.c
/trunk/EmbeddedSoftware/AVR/avr-lib/drivers/can/stdcan.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile
671 6906 d 18 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
665 6908 d 20 h arune /trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/ standalone/Can2Serial: now using avr-libdir, not dependent on old libdir anymore  
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/config.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/vectors.h
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/standalone/Can2Serial/makefile
389 7080 d 17 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
380 7083 d 2 h eqlazer /trunk/EmbeddedSoftware/AVR/Can2Serial/ Can2Serial: Cleaned up some mess. No more traces of F_OSC.  
/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/Can2Serial/makefile
356 7133 d 14 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.  
/trunk/EmbeddedSoftware/AVR/Can2Serial/main.c
/trunk/EmbeddedSoftware/AVR/Can2Serial/makefile
149 7235 d 5 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
142 7236 d 3 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 7237 d 20 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 4 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
69 7255 d 17 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 7258 d 17 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