pico-project-generator icon indicating copy to clipboard operation
pico-project-generator copied to clipboard

Tool to automatically generate a Pico C SDK Project

Results 33 pico-project-generator issues
Sort by recently updated
recently updated
newest added

With the Pi Pico, it'd be nice to be able to generate projects with the correct board flag to build for the Pi Pico. This adds a new command line...

This PR adds the ability for integration tests to be run so that as we improve the project generator, we can guarantee the expected behavior without having to run it...

This PR attempts to refactor the entire script into 2 units: "picogenlib" which is a mini library that actually *generates* the project and the user-facing "cli" and "gui" files. The...

Hey there, Just started using this. I noticed that files writes were not using a contextmanager and then fell down the rabbit hole of cleaning up some other things. Nothing...

Running pico_project.py in WSL fails because there's no GUI and therefore no tkinter module. This could be fixed perhaps by only importing tkinter if pico_project.py is run with the GUI...

Added setup.py for setuptools installation support using Pip Changed pico_generator to include a main() function for script execution when installed GIF and TSV copied to installation directory Changed pico_generator to...

question

When asking the Pico Project Generator to create output for Visual Studio Code, the generator assumes, the location of these tools is /usr/bin/...... This is statically defined in the Python...

macOS 10.14.6, Python 3.8.5 When the GUI has finished creating a new project, something happens to cause the user to be logged out of macOS. I found these stray lines...

I have set: PICO_BOARD_HEADER_DIRS so that builds will now find my own RP2040 based boards. It'd be nice if the pico-project-generator would scan the listed directory and add the boards...