Skip to content

FreeRTos based raspberry pi controll software for a dc-dc converter

License

Notifications You must be signed in to change notification settings

Lachei/dcdc-converter

Repository files navigation

DcDc converter control software

This repository contains a dc-dc converter control software which is intended to run on a raspberry-pi pico, and is buildable only the pico-sdk.

The basis for this project are the wlan freertos examples from the pico-example repository.

Build instructions

This project does require to have the pico_sdk installed, as well as the Free-RTOS Kernel downloaded in some folder on the machine.

To build then simply run the following commands:

mkdir build
cd build
cmake .. -DFREERTOS_KERNEL_PATH=<PATH_TO_YOUR_RTOS_KERNEL_FOLDER>
make -j12

About

FreeRTos based raspberry pi controll software for a dc-dc converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published