1 2 3 4 5 6 7 8 9 10 11
12
13 /*!
14 * ======== ti.catalog.arm.cortexm4 ========
15 * Package of devices for the arm Cortex M4 family of Arm processors.
16 *
17 * Each module in this package implements the xdc.platform.ICpuDataSheet
18 * interface. This interface is used by platforms (modules that implement
19 * xdc.platform.IPlatform) to obtain the memory map supported by each CPU.
20 */
21 package ti.catalog.arm.cortexm4 [1,0,0] {
22 module Stellaris;
23 module Tiva;
24 module OMAP5430;
25 module Vayu;
26 module DRA7XX;
27 module TDA3XX;
28 }
29 30 31
32