This folder contains a modified version of CPython which supports running in a Windows 10 UWP application.
Specifically, this supports running in Python in a background application on Windows 10 IoT Core and also contains some module extensions which also support Windows 10 IoT Core.
- Before performing any builds, ensure to run cpython\PCBuild\get_externals -c from command line first
- For UWP specific builds, open cpython\Tools\pyuwp\pyuwp.sln.
- For all CPython projects, open cpython\PCBuild\pcbuild.sln.
This file is the solution pulling the 3 device extension modules together to build for Windows 10 IoT Core UWP
This folder contains a GPIO extension module to work in Windows 10 IoT Core UWP applications for communication with GPIO pins
This folder contains an I2C extension module to work in Windows 10 IoT Core UWP applications for communication with I2C interfaces
This folder contains a SPI extension module to work in Windows 10 IoT Core UWP applications for communication with SPI interfaces