tgiv014 / rp2040_skeleton

A basic RP2040 project using the pico SDK as a submodule.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use

  1. sudo apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi
  2. git clone git@github.com:tgiv014/rp2040_skeleton.git && cd rp2040_skeleton
  3. git submodule update --init --recursive
  4. cmake .
  5. make

About

A basic RP2040 project using the pico SDK as a submodule.


Languages

Language:CMake 94.0%Language:C 6.0%