]> rtime.felk.cvut.cz Git - socketcan-simulink.git/commit
Import of CAN support from TMS570 Rapid Prototyping Platform project.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 6 Oct 2014 15:57:28 +0000 (17:57 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 6 Oct 2014 15:57:28 +0000 (17:57 +0200)
commitf63b7d3c6a78e5e3604024c7c692a69217252fff
tree21a76a237fa7390b562f0a1ade1440ed0f85d63f
Import of CAN support from TMS570 Rapid Prototyping Platform project.

The original project pages can be found at

  http://rtime.felk.cvut.cz/rpp-tms570/

goal of this project porting of code to SocketCAN
and Linux Target for Simulink Embedded Coder

  http://lintarget.sourceforge.net/

The RPP-TMS570 and ERT Linux projects are work of

  Czech Technical University, Industrial Informatics Group
  http://dce.fel.cvut.cz/en/department/organizational-structure/industrial-informatics-group
15 files changed:
blocks/Makefile [new file with mode: 0644]
blocks/header.c [new file with mode: 0644]
blocks/scripts/.gitignore [new file with mode: 0644]
blocks/scripts/Rx.py [new file with mode: 0644]
blocks/scripts/doc_parse.py [new file with mode: 0755]
blocks/scripts/schema.yaml [new file with mode: 0644]
blocks/sfunction_canreceive.c [new file with mode: 0644]
blocks/sfunction_cansetup.c [new file with mode: 0644]
blocks/sfunction_cantransmit.c [new file with mode: 0644]
blocks/tlc_c/common.tlc [new file with mode: 0644]
blocks/tlc_c/rpp_can_common.tlc [new file with mode: 0644]
blocks/tlc_c/sfunction_canreceive.tlc [new file with mode: 0644]
blocks/tlc_c/sfunction_cansetup.tlc [new file with mode: 0644]
blocks/tlc_c/sfunction_cantransmit.tlc [new file with mode: 0644]
blocks/trailer.c [new file with mode: 0644]