Parent
révision
5763286d97
Aucune clé connue n'a été trouvée dans la base pour cette signature
4 fichiers modifiés avec
20 ajouts et
0 suppressions
-
libs/core/library.json5
-
libs/device/library.json5
-
libs/dsp/library.json5
-
package.json5
|
|
|
@@ -0,0 +1,3 @@ |
|
|
|
{ |
|
|
|
name: 'core', |
|
|
|
} |
|
|
|
@@ -0,0 +1,6 @@ |
|
|
|
{ |
|
|
|
name: 'device', |
|
|
|
uses: [ |
|
|
|
'cmsis/core', |
|
|
|
], |
|
|
|
} |
|
|
|
@@ -0,0 +1,6 @@ |
|
|
|
{ |
|
|
|
name: 'dsp', |
|
|
|
uses: [ |
|
|
|
'cmsis/core', |
|
|
|
] |
|
|
|
} |
|
|
|
@@ -0,0 +1,5 @@ |
|
|
|
{ |
|
|
|
name: 'cmsis', |
|
|
|
version: '5.7.0', |
|
|
|
namespace: 'cmsis', |
|
|
|
} |