Skip to content

A Simple Python Script for creating Pi Pico C SDK projects

Notifications You must be signed in to change notification settings

pedrohcs8/PicoSchetchCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicoSchetchCreator

A simple program for creating projects for the Raspberry Pi Pico, focusing on lsp based editors like vim and nvim, with built in creation of compile_commands.json using rizsotto/Bear

Requirements:

bear

Python 3.10

minicom (optional)

Install

Simply clone the repo or download standalone-creator.py

git clone https://github.com/pedrohcs8/PicoSchetchCreator

Usage:

Simply run the standalone-creator.py file, optionally go to src and run main.py

python3 standalone-creator.py OR python3 src/main.py

This will automatically create the project in the same foder it was runned, creating a main script, a compile script and a script for serial monitoring with minicom on /dev/ttyACM0, all being sh, additionaly it will do the first compiling, giving you the compile_commands.json file, important for autocompletion with lsp's

About

A Simple Python Script for creating Pi Pico C SDK projects

Resources

Stars

Watchers

Forks

Packages

No packages published