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