/PlatformIO-Renode-Demos

A collection of demos for PlatformIO framework and Renode simulation platform integration.

Primary LanguageC

PlatformIO - Renode integration Demos

This repository has some demos showing the integration between PlatformIO and Antmicro Renode for embedded development. The objective is show the integration setup with minimal working example applications.

Integration Demo

Checkout the companion article showing the step-by-step for setting-up your environment.

Projects

Zephyr RTOS Console Echo App

This project is a simple Console Echo application written in Zephyr RTOS and simulated on the SiFive HiFive1 board, a 32bit RISC-V SoC.

The files are configured to be built on PlatformIO and simulated on a HiFive1 board in Renode.


Arduino STM32 Echo App

This project is an Echo application written in Arduino targeting the STM32 processors.

The files are configured to be built on PlatformIO and simulated on a ST STM32F4-Discovery in Renode.


FreeRTOS Hello World

This project is a simple Hello World written in FreeRTOS port for Kendryte K210, a dual core 64bit RISC-V SoC.

The files are configured to be built on PlatformIOand simulated on a HiFive1 board in Renode.