Skip to content

windows

Elvin Slavik edited this page Jan 2, 2023 · 2 revisions

Windows

Most of the development and debugging of usqlite is first done on Windows using Visual Studio 2022 before cross compilation for other hardware such as the Raspberry Pi Pico.

usqlite.props is included in the source code as a convenience for inclusion in the Visual Studio project file micropython.vcxproj.

To include usqlite.props, edit micropython.vcxproj in a text editor and add the following along side the other <Import.../> elements:

<Import Project="$(PyBaseDir)\..\modules\usqlite\usqlite.props"/>
Clone this wiki locally