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