Skip to content

Catboy96/rp2040

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RP2040

Baremetal Raspberry Pi Pico playground

Intro

This project aims to build a working Pi without any standard C library,
In another word, let us do it from scratch.

How to use this project

This project is intended to use with Eclipse CDT.
You can also build the project without Eclipse CDT.

Setting up environment

# useful tools
sudo apt install git

# compiler
sudo apt install gcc-arm-none-eabi gcc cmake g++ gdb-multiarch automake autoconf build-essential

Building and cleaning project

# build
make all

# clean
make clean

About

Raspberry Pi Pico baremetal playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published