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
757 6753 d 9 h arune /branches/hwid/EmbeddedSoftware/ copy trunk/embeddedsoftware to new branch  
/branches/hwid/EmbeddedSoftware
698 6880 d 6 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 6880 d 6 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 6881 d 5 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 6913 d 2 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 6915 d 3 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 7087 d 0 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 7089 d 9 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 7139 d 22 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 7241 d 13 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 7242 d 10 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 7244 d 3 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 7256 d 11 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 7262 d 0 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 7265 d 1 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