[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
9
target/tms570/rules.mk
Normal file
9
target/tms570/rules.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||||
|
||||
GLOBAL_INCLUDES += \
|
||||
$(LOCAL_DIR)/include
|
||||
|
||||
PLATFORM := tms570
|
||||
|
||||
#include make/module.mk
|
||||
|
||||
Reference in New Issue
Block a user