]> rtime.felk.cvut.cz Git - arc.git/commit
Added example of CAN communication for the TMS570LS31x HDK
authorLeos Mikulka <mikulleo@fel.cvut.cz>
Sat, 30 Mar 2013 16:53:45 +0000 (17:53 +0100)
committerLeos Mikulka <mikulleo@fel.cvut.cz>
Sat, 30 Mar 2013 16:53:45 +0000 (17:53 +0100)
commit670aeff4a2ae2f7b626e1febbc86528c0fae0959
tree8eedb12228a1c60747519df0b98adc3aea165732
parent07bbcb79799c461e4dc58be060a0c3e01f466c97
Added example of CAN communication for the TMS570LS31x HDK
46 files changed:
arch/arm/arm_cr4/drivers/Can.c
boards/ti_tms570ls/examples/rte_simple/config/CanIf_Cfg.h
boards/ti_tms570ls/examples/rte_simple/config/Os_Cfg.c
boards/ti_tms570ls/examples/tms570_hdk_can/Calculator.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/Tasks.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/Tester.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/build_config.mk [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/com_simple.dbc [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/com_simple_mpc5516it.arxml [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/CanIf_Cfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/CanIf_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/CanIf_SpecialPdus.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Can_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Can_Lcfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Com_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Com_PbCfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Com_PbCfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Det_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Dio_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Dio_Lcfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/EcuM.mk [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/EcuM_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/EcuM_PBcfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Mcu_Cfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Mcu_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Os_Cfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Os_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/PduR_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/PduR_PbCfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/PduR_PbCfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Port_Cfg.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Port_Cfg.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte.mk [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Calculator.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Calculator.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Calculator_Internal.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Cbk.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Data.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Data.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Tester.c [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Tester.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Tester_Internal.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/config/Rte_Type.h [new file with mode: 0644]
boards/ti_tms570ls/examples/tms570_hdk_can/makefile [new file with mode: 0644]
include/Com_Types.h