Skip to content

This repository contains boilerplate code for setting up the QP/C framework on the RP2040 microcontroller.

Notifications You must be signed in to change notification settings

jenish-rudani/RP2040_QPC_Boilerplate

Repository files navigation

QP/C Framework Boilerplate for RP2040

This repository contains boilerplate code for setting up the QP/C framework on the RP2040 microcontroller.

Features

  • Single Core Only: This setup is designed for single-core operation.
  • QSpy: Work in Progress (WIP).

Getting Started

Prerequisites

  • Ensure you have the necessary tools and SDKs installed for building projects on the RP2040.
  • Set the QP_DEFAULT_BASE in the qp_import.cmake file to point to your QP/C framework base directory.

Building the Project

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Set the QP_DEFAULT_BASE in qp_import.cmake:

    # qp_import.cmake
    set(QP_DEFAULT_BASE "/path/to/your/qpc")
  3. Build the project using Raspberry Pico VSCode Extension:

Repository Structure

Notes

  • This setup is for single-core operation only.
  • QSpy support is currently a work in progress.

About

This repository contains boilerplate code for setting up the QP/C framework on the RP2040 microcontroller.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published