Skip to main content

Upgrade to v0.25.0

Since we have added a lot of new features, and introduced some extra files, which are not available in the previous version, so for the old projects to work on the new version, we need to upgrade them.

  • Create a new project with the new version (v0.25.0)

  • Copy below files from new project to old project in the same path:

    • image folder under generated folder

    • sdk folder under project root

    • dummy.c/dummy.h file under simulator folder

    • Makefile under simulator folder

      If you've changed your local Makefile, you need to modify it to make sure sdk and dummy.c file are included in building.

Upgrade to v0.25.0