このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
visus
/
CMSIS
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
initial dds package & library specs
dds
John Robinson
3年前
親
bc93c5223f
コミット
5763286d97
この署名に対応する既知のキーがデータベースに存在しません
4個のファイルの変更
、
20行の追加
、
0行の削除
分割表示
差分情報を表示
+3
-0
libs/core/library.json5
+6
-0
libs/device/library.json5
+6
-0
libs/dsp/library.json5
+5
-0
package.json5
+ 3
- 0
libs/core/library.json5
ファイルの表示
@@ -0,0 +1,3 @@
{
name: 'core',
}
+ 6
- 0
libs/device/library.json5
ファイルの表示
@@ -0,0 +1,6 @@
{
name: 'device',
uses: [
'cmsis/core',
],
}
+ 6
- 0
libs/dsp/library.json5
ファイルの表示
@@ -0,0 +1,6 @@
{
name: 'dsp',
uses: [
'cmsis/core',
]
}
+ 5
- 0
package.json5
ファイルの表示
@@ -0,0 +1,5 @@
{
name: 'cmsis',
version: '5.7.0',
namespace: 'cmsis',
}
書き込み
プレビュー
読み込み中…
キャンセル
保存