2.5. Start with CMSIS-PACK
Users developing with Keil can use CMSIS-PACK to install PikaScript with one click.
2.5.1. Install PikaTech.PikaScript.x.x.x.pack
Just go all the way to Next and install
2.5.2. Set in the project
Check PikaScript, including Core and PikaStdLib
Here you can see that PikaScript has been added
In Before Build add
.\RTE\PikaScript\pikaBeforBuild-keil.bat
Then introduce in main.c
#include "pikaScript.h"
Start PikaScript after initializing the system and printf
PikaObj *pikaMain = pikaScriptInit();
Compile successfully.
Run successfully !
For more usage, please refer to porting guide
当前内容版权归 PikaScript 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 PikaScript .