]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/commit
SCI driver modified to work with Ti HDK
authorMichal Horn <hornmich@fel.cvut.cz>
Wed, 22 Oct 2014 13:37:50 +0000 (15:37 +0200)
committerMichal Horn <hornmich@fel.cvut.cz>
Wed, 22 Oct 2014 13:37:50 +0000 (15:37 +0200)
commitecdf0ae0a2aca0bf932c6e39073325ab0db31c0c
treea5ed4b4a4d709c6c945b26c37c01097f780ef19e
parent4596a24026dd9e5a125e3af4d968e7b77e1c278a
SCI driver modified to work with Ti HDK

The HDK uses different port for SCI than the RPP board. HDK uses
SCI/LIN port, RPP uses SCI2 port. In order to get it working, sci base
register has to be switched and ISR for the sci/lin has to be set in
the VIM.

This implementation is horrible and has to be reworked. It is working though.

This commit refs: #1024

Signed-off-by: Michal Horn <hornmich@fel.cvut.cz>
rpp/include/sys/ti_drv_sci.h
rpp/src/drv/sci.c
rpp/src/sys/sys_startup.c
rpp/src/sys/ti_drv_sci.c