[platform][tms570-launchpad] Skeleton of port to TI LaunchXL2-TMS57012
* Adds target tms570-launchpad, for TI TMS570 Launchpad Dev Kit (https://www.ti.com/store/ti/en/p/product/?p=LAUNCHXL2-TMS57012) * Adds CPU definitions for Cortex R4F (BE) CPU, implementing ARMv7-R ISA. Does not yet add definitions for ARMv7 arch entry functions. * Board does not yet build - platform.c/uart.c are empty, no GIC entry points provided.
This commit is contained in:
committed by
Travis Geiselbrecht
parent
bff17f7e99
commit
128890f8a8
12
project/tms570-launchpad.mk
Normal file
12
project/tms570-launchpad.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
# main project for TI Hercules TMS570LS12x LaunchPad
|
||||
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
TARGET := tms570
|
||||
|
||||
MODULES += \
|
||||
app/shell \
|
||||
app/stringtests \
|
||||
app/tests \
|
||||
lib/cksum \
|
||||
lib/debugcommands \
|
||||
|
||||
Reference in New Issue
Block a user