Install Visual Studio Code
Install PlatformIO Extension for VSCode
Install Logicrom Platform:
- Open PlatformIO Home
- Go to Platforms -> Embedded (Top Navigation)
- Type "Logicrom" in the search box
- Click Install
Download and Extract examples from github https://github.com/waybyte/example-os/archive/main.zip
Extract and Open example folder with VSCode
Run following command from terminal or use PlatformIO interface to build:
# Build Project
$ platformio run
# Upload Project
$ platformio run --target upload