1 2 3 4 5 6 7 8 9 10 11
12
13 14 15 16
17 requires ti.catalog.arp32;
18 requires ti.catalog.c6000;
19 requires ti.catalog.arm.cortexm4;
20 requires ti.catalog.arm.cortexa15;
21 requires xdc.platform [1,0,1];
22
23 /*!
24 * ======== ti.platforms.evmDRA7XX ========
25 * Platform package for the DRA7XX SDP.
26 *
27 * This package implements the interfaces (xdc.platform.IPlatform)
28 * necessary to build and run executables on the DRA74XX SDP platform.
29 *
30 * @a(Throws)
31 * `XDCException` exceptions are thrown for fatal errors. The following error
32 * codes are reported in the exception message:
33 * @p(dlist)
34 * - `ti.platforms.evmDRA74XX.LINK_TEMPLATE_ERROR`
35 * This error is raised when this platform cannot found the default
36 * linker command template `linkcmd.xdt` in the build target's
37 * package. When a target does not contain this file, the config
38 * parameter `{@link xdc.cfg.Program#linkTemplate}` must be set.
39 * @p
40 */
41 package ti.platforms.evmDRA7XX [1,0,0,0] {
42 module Platform;
43 }
44 45 46
47