]> rtime.felk.cvut.cz Git - arc.git/commit
Added an example of CAN communication for the TMS570LS31x HDK
authorLeos Mikulka <mikulleo@fel.cvut.cz>
Sat, 30 Mar 2013 16:57:11 +0000 (17:57 +0100)
committerLeos Mikulka <mikulleo@fel.cvut.cz>
Sat, 30 Mar 2013 16:57:11 +0000 (17:57 +0100)
commit60966c493db6916acb0f8d9beaa9c1e77c206ef2
tree3fa766ddbf270797da344b73b7f2b7df06bd3c6e
parent07bbcb79799c461e4dc58be060a0c3e01f466c97
Added an example of CAN communication for the TMS570LS31x HDK
45 files changed:
arch/arm/arm_cr4/drivers/Can.c
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