9.2. How to contribute to PikaScript BSP

    • This project only needs to be able to run pikascript basically.

    • You can refer to the New Platform Porting Guide to ensure that in main.py can be run normally.

    • Clean up the auto-pull and auto-generate codes in the pikascript folder. Only the main.py, requsetment.txt, and pikaPackage.exe files can be kept in the pikascript folder.

    • Enter the pikascript code repository, either gitee or github, fork a pikascript repository, and then clone the forked repository locally.
    • Create a new folder in the [repository after fork]/bsp directory, then copy it into the template project, use the git command to add files, and push it to the pikascript repository after fork.
    • (Optional) Update BSP information in pikascript/README.md and pikascript/README_zh.md.

    • Open Pull Request and wait for merge.