Skip to content
Elvin Slavik edited this page Nov 27, 2021 · 5 revisions

Raspberry Pi Pico

The typical method of compiling usqlite for the Raspberry Pi Pico is to use the USER_C_MODULES parameter with make.

See also MicroPython RP2 port

e.g. Compiling on a Linux system targeting the Raspberry Pi Pico with a project root folder in the home directory named pico

cd ~/pico/micropython/ports/rp2
make submodules
make clean
make USER_C_MODULES=~/pico/modules/micropython.cmake
Clone this wiki locally