CMSIS-Zone
Version 1.2.0-alpha
System Resource Management
|
The /azone/configure element allows to control the operation of the CMSIS-Zone utility.
Example
Parent Element | Element Chain | ||
---|---|---|---|
azone | /azone element | ||
Attributes | Description | Type | Use |
mode | Operation mode ("Project" or "MPU") | xs:string | required |
Child Elements | Description | Type | Occurrence |
type | UI behavior for memory or peripheral selection depending on the operation mode | complexType | 0..* |
The /azone/configure/type element defines UI behavior of the CMSIS-Zone utility for a memory or peripheral selection depending on the operation mode.
Parent Element | Element Chain | ||
---|---|---|---|
configure | /azone/configure element | ||
Attributes | Description | Type | Use |
name | Refers item type ("RAM", "ROM", or "Peripheral") that this element specifies. | xs:string | required |
show | "0" specifies that the item type is hidden during configuration in the UI of the CMSIS-Zone utility (default is "1"). | xs:boolean | optional |
select | "1" specifies that all resources with the item type are selected (default is "0"). | xs:boolean | optional |