mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
60a5028d5b
* add script * add cmsis-pack * update bsp-pico and cmsis-pack
10 lines
213 B
Batchfile
10 lines
213 B
Batchfile
@cd RTE/PikaScript
|
|
|
|
@if not exist pikascript-core (
|
|
@pikaPackage.exe
|
|
)
|
|
@rust-msc-latest-win10.exe
|
|
|
|
@copy /B "pikascript-api\*.*"
|
|
@copy /B "pikascript-core\*.*"
|
|
@copy /B "pikascript-lib\PikaStdLib\*.*" |