Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
18 lines (15 loc) · 1.07 KB

File metadata and controls

18 lines (15 loc) · 1.07 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

python

cpython

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.

pywindevices.sln

This file is the solution pulling the 3 device extension modules together to build for Windows 10 IoT Core UWP

wingpio

This folder contains a GPIO extension module to work in Windows 10 IoT Core UWP applications for communication with GPIO pins

wini2c

This folder contains an I2C extension module to work in Windows 10 IoT Core UWP applications for communication with I2C interfaces

winspi

This folder contains a SPI extension module to work in Windows 10 IoT Core UWP applications for communication with SPI interfaces

Morty Proxy This is a proxified and sanitized view of the page, visit original site.