]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commit
SPI: Basic skeleton for SPI communication (not fully-functional)
authorRostislav Lisovy <lisovy@gmail.com>
Thu, 27 Sep 2012 13:28:57 +0000 (15:28 +0200)
committerRostislav Lisovy <lisovy@gmail.com>
Fri, 5 Oct 2012 08:34:32 +0000 (10:34 +0200)
commita03b837fe0e20c13a9c5489535f89d1eb8196248
treee15db62406e4c660127256e6e48ecca32319f168
parent016dd269d5a79111ef6a59b949662d7692765f54
SPI: Basic skeleton for SPI communication (not fully-functional)

To properly compile enable "gcc extensions" for TI compiler
(compiler configuration in CCS).
ul_* files are part of uLut project (FOSS license) -- see web
for more details.
Some parts of spi_tms570.c|.h is based on Halcogen generated code
(with handmade changes).
13 files changed:
.cproject
CommandStoring.dil
CommandStoring.hcg
include/spi_comm.h [new file with mode: 0644]
include/spi_tms570.h [new file with mode: 0644]
include/sys_vim.h
include/ul_itbase.h [new file with mode: 0644]
include/ul_list.h [new file with mode: 0644]
include/ul_listbase.h [new file with mode: 0644]
include/ul_utdefs.h [new file with mode: 0644]
source/spi_comm.c [new file with mode: 0644]
source/spi_tms570.c [new file with mode: 0644]
source/sys_startup.c