1 2 3 4 5 6 7 8 9 10 11
12
13 14 15 16
17
18 requires ti.catalog.c6000;
19 requires xdc.platform [1,0,1];
20
21 /*!
22 * ======== ti.platforms.evm6657 ========
23 * Platform package for the 6657 EVM.
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.evm6657.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.evm6657 [1,0,0,0] {
37 module Platform;
38 }
39 40 41
42