mirror of
https://github.com/openharmony/third_party_cmsis.git
synced 2026-07-01 08:11:55 -04:00
31b862098c
Close #I78DB8 Signed-off-by: zhushengle <zhushengle@huawei.com> Change-Id: I6ba6fef0c5d80af4fb319b44e7330f427610b36a
37 lines
935 B
JSON
37 lines
935 B
JSON
{
|
|
"name": "@ohos/cmsis",
|
|
"description": "The Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for microcontrollers that are based on Arm® Cortex® processors",
|
|
"version": "3.1",
|
|
"license": "Apache V2",
|
|
"publishAs": "code-segment",
|
|
"segment": {
|
|
"destPath": "third_party/cmsis"
|
|
},
|
|
"dirs": {},
|
|
"scripts": {},
|
|
"licensePath": "LICENSE.txt",
|
|
"readmePath": {
|
|
"en": ""
|
|
},
|
|
"component": {
|
|
"name": "cmsis",
|
|
"subsystem": "thirdparty",
|
|
"syscap": [],
|
|
"features": [],
|
|
"adapted_system_type": [
|
|
"mini"
|
|
],
|
|
"rom": "7KB",
|
|
"ram": "14KB",
|
|
"deps": {
|
|
"components": [],
|
|
"third_party": []
|
|
},
|
|
"build": {
|
|
"sub_component": [],
|
|
"inner_kits": [],
|
|
"test": []
|
|
}
|
|
}
|
|
}
|