From c3e4c9a25c2910d2d66d52215b3406b13d5b23d5 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 29 Jun 2014 12:34:32 +0300 Subject: Add more board models --- .../dk-tm4c129x/boot_emac_flash/ccs/.ccsimportspec | 6 + boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsproject | 10 ++ boards/dk-tm4c129x/boot_emac_flash/ccs/.cproject | 191 +++++++++++++++++++++ boards/dk-tm4c129x/boot_emac_flash/ccs/.project | 115 +++++++++++++ .../ccs/.settings/org.eclipse.cdt.codan.core.prefs | 3 + .../boot_emac_flash/ccs/Debug/boot_emac_flash.bin | Bin 0 -> 4730 bytes .../boot_emac_flash/ccs/Debug/boot_emac_flash.out | Bin 0 -> 84728 bytes .../boot_emac_flash/ccs/macros.ini_initial | 1 + .../boot_emac_flash/ccs/target_config.ccxml | 13 ++ 9 files changed, 339 insertions(+) create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsimportspec create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsproject create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/.cproject create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/.project create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/.settings/org.eclipse.cdt.codan.core.prefs create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/Debug/boot_emac_flash.bin create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/Debug/boot_emac_flash.out create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/macros.ini_initial create mode 100644 boards/dk-tm4c129x/boot_emac_flash/ccs/target_config.ccxml (limited to 'boards/dk-tm4c129x/boot_emac_flash/ccs') diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsimportspec b/boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsimportspec new file mode 100644 index 0000000..34afca1 --- /dev/null +++ b/boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsimportspec @@ -0,0 +1,6 @@ + + + + + + diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsproject b/boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsproject new file mode 100644 index 0000000..59a3400 --- /dev/null +++ b/boards/dk-tm4c129x/boot_emac_flash/ccs/.ccsproject @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/.cproject b/boards/dk-tm4c129x/boot_emac_flash/ccs/.cproject new file mode 100644 index 0000000..deac956 --- /dev/null +++ b/boards/dk-tm4c129x/boot_emac_flash/ccs/.cproject @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/.project b/boards/dk-tm4c129x/boot_emac_flash/ccs/.project new file mode 100644 index 0000000..28cdc3f --- /dev/null +++ b/boards/dk-tm4c129x/boot_emac_flash/ccs/.project @@ -0,0 +1,115 @@ + + + boot_emac_flash + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + com.ti.ccstudio.core.ccsNature + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.core.ccnature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + + boot_loader/bl_autobaud.c + 1 + SW_ROOT/boot_loader/bl_autobaud.c + + + boot_loader/bl_can.c + 1 + SW_ROOT/boot_loader/bl_can.c + + + boot_loader/bl_check.c + 1 + SW_ROOT/boot_loader/bl_check.c + + + boot_loader/bl_crc32.c + 1 + SW_ROOT/boot_loader/bl_crc32.c + + + boot_loader/bl_decrypt.c + 1 + SW_ROOT/boot_loader/bl_decrypt.c + + + boot_loader/bl_emac.c + 1 + SW_ROOT/boot_loader/bl_emac.c + + + boot_loader/bl_flash.c + 1 + SW_ROOT/boot_loader/bl_flash.c + + + boot_loader/bl_i2c.c + 1 + SW_ROOT/boot_loader/bl_i2c.c + + + boot_loader/bl_link_ccs.cmd + 1 + SW_ROOT/boot_loader/bl_link_ccs.cmd + + + boot_loader/bl_main.c + 1 + SW_ROOT/boot_loader/bl_main.c + + + boot_loader/bl_packet.c + 1 + SW_ROOT/boot_loader/bl_packet.c + + + boot_loader/bl_ssi.c + 1 + SW_ROOT/boot_loader/bl_ssi.c + + + boot_loader/bl_startup_ccs.s + 1 + SW_ROOT/boot_loader/bl_startup_ccs.s + + + boot_loader/bl_uart.c + 1 + SW_ROOT/boot_loader/bl_uart.c + + + boot_loader/bl_usb.c + 1 + SW_ROOT/boot_loader/bl_usb.c + + + boot_loader/bl_usbfuncs.c + 1 + SW_ROOT/boot_loader/bl_usbfuncs.c + + + + + SW_ROOT + $%7BPARENT-5-PROJECT_LOC%7D + + + diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/.settings/org.eclipse.cdt.codan.core.prefs b/boards/dk-tm4c129x/boot_emac_flash/ccs/.settings/org.eclipse.cdt.codan.core.prefs new file mode 100644 index 0000000..98b6350 --- /dev/null +++ b/boards/dk-tm4c129x/boot_emac_flash/ccs/.settings/org.eclipse.cdt.codan.core.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1 +inEditor=false +onBuild=false diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/Debug/boot_emac_flash.bin b/boards/dk-tm4c129x/boot_emac_flash/ccs/Debug/boot_emac_flash.bin new file mode 100644 index 0000000..dfb0e29 Binary files /dev/null and b/boards/dk-tm4c129x/boot_emac_flash/ccs/Debug/boot_emac_flash.bin differ diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/Debug/boot_emac_flash.out b/boards/dk-tm4c129x/boot_emac_flash/ccs/Debug/boot_emac_flash.out new file mode 100644 index 0000000..4ec8675 Binary files /dev/null and b/boards/dk-tm4c129x/boot_emac_flash/ccs/Debug/boot_emac_flash.out differ diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/macros.ini_initial b/boards/dk-tm4c129x/boot_emac_flash/ccs/macros.ini_initial new file mode 100644 index 0000000..31214b5 --- /dev/null +++ b/boards/dk-tm4c129x/boot_emac_flash/ccs/macros.ini_initial @@ -0,0 +1 @@ +SW_ROOT = ../../../../.. diff --git a/boards/dk-tm4c129x/boot_emac_flash/ccs/target_config.ccxml b/boards/dk-tm4c129x/boot_emac_flash/ccs/target_config.ccxml new file mode 100644 index 0000000..6e5ef45 --- /dev/null +++ b/boards/dk-tm4c129x/boot_emac_flash/ccs/target_config.ccxml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + -- cgit v1.3.1