Skip to content
forked from MiCyg/pico-sdf

raspberry pi pico framework for build, programming and monitor

Notifications You must be signed in to change notification settings

PicoNexus/pico-sdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pico Small Development Framework

Raspberry pi pico framework for build, programming and monitor.

Configure

Project should be in this same folder as pico-sdk, example tree:

./
├── pico-sdk/
├── pico-examples/
├── pico-extras/
├── pico-playground/
└── pico-sdf/

First thing you must do is set path in pico_env.sh script. Next, you should edit .bashrc and optional .zshrc use commands:

echo "alias get_pico='. /path/to/pico_env.sh'" >> ~/.bashrc
echo "alias get_pico='. /path/to/pico_env.sh'" >> ~/.zshrc
source ~/.bashrc

Now, when you want to use pico framework use command get_pico. Next, type pico.py -h for additional information about framework options and usage.

About

raspberry pi pico framework for build, programming and monitor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 42.7%
  • Python 28.2%
  • CMake 25.6%
  • Shell 3.5%