Pimoroni Pico Libraries and Examples
 
 
 
 
 
 
Go to file
Phil Howard 9a7687fd6c Add usermod.cmake files for building against upstream usermod micropython usermod branch
Only *one* usermod directory can be specified, so the build command becomes something like:

make USER_C_MODULES=/path/to/pimoroni-pico/micropython/modules/

The `usermod.cmake` in the "modules" dir will then include all of the modules. Comment lines our here to disable them.

No need to configure anythign in `mpconfigport.h` since the defines are set by the `usermod.cmake` files.
2021-01-20 16:03:02 +00:00
drivers Added outline of an mpy wrapper for pico_display 2021-01-20 15:59:48 +00:00
examples Added outline of an mpy wrapper for pico_display 2021-01-20 15:59:48 +00:00
libraries Added outline of an mpy wrapper for pico_display 2021-01-20 15:59:48 +00:00
micropython Add usermod.cmake files for building against upstream usermod micropython usermod branch 2021-01-20 16:03:02 +00:00
.gitignore Add heirarchical build to mimic pico-examples 2021-01-16 14:43:21 +00:00
CMakeLists.txt added copy step for embedded resources to limit symbol name length. wrapped add resource functionality into a cmake function for easy use. 2021-01-17 16:59:58 +00:00
LICENSE Initial commit 2021-01-15 14:24:32 +00:00
README.md Initial commit 2021-01-15 14:24:32 +00:00
pico_sdk_import.cmake Add heirarchical build to mimic pico-examples 2021-01-16 14:43:21 +00:00

README.md

pimoroni-pico