소스 검색
initial dds package spec
main
No known key found for this signature in database
2개의 변경된 파일과
16개의 추가작업 그리고
0개의 파일을 삭제
-
library.json5
-
package.json5
|
|
@@ -0,0 +1,7 @@ |
|
|
|
{ |
|
|
|
name: 'serial-flash', |
|
|
|
uses: [ |
|
|
|
'teensy/core-4.1', |
|
|
|
'teensy/spi', |
|
|
|
], |
|
|
|
} |
|
|
@@ -0,0 +1,9 @@ |
|
|
|
{ |
|
|
|
name: 'teensy-serial-flash', |
|
|
|
version: '1.0.0', |
|
|
|
namespace: 'teensy', |
|
|
|
depends: [ |
|
|
|
'teensy-core-4.1^1.0.0', |
|
|
|
'teensy-spi^1.0.0', |
|
|
|
], |
|
|
|
} |