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