<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/ports/windows/mpconfigport.h, branch main</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2019-10-13T15:09:43+00:00</updated>
<entry>
<title>remove ports/windows</title>
<updated>2019-10-13T15:09:43+00:00</updated>
<author>
<name>Dan Halbert</name>
<email>halbert@halwitz.org</email>
</author>
<published>2019-10-13T15:09:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0bed5f490ad7aa8429a9b2ad46288ab0c0bee134'/>
<id>urn:sha1:0bed5f490ad7aa8429a9b2ad46288ab0c0bee134</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ports: Enable ucollections.deque on relevant ports.</title>
<updated>2018-02-21T11:55:13+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-02-21T11:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=82828340a0e8dfd946bafac01d38e59ff63ebe3b'/>
<id>urn:sha1:82828340a0e8dfd946bafac01d38e59ff63ebe3b</id>
<content type='text'>
These ports are all capable of running uasyncio.
</content>
</entry>
<entry>
<title>windows/mpconfigport: Enable some features, including the Python stack</title>
<updated>2017-12-29T11:14:16+00:00</updated>
<author>
<name>stijn</name>
<email>stijn@ignitron.net</email>
</author>
<published>2017-12-14T10:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8041de59fed09e3185aaf01bb2faf1f733747dc8'/>
<id>urn:sha1:8041de59fed09e3185aaf01bb2faf1f733747dc8</id>
<content type='text'>
Add some features which are already enabled in the unix port and
default to using the Python stack for scoped allocations: this can be
more performant in cases the heap is heavily used because for example
the memory needed for storing *args and **kwargs doesn't require
scanning the heap to find a free block.
</content>
</entry>
<entry>
<title>windows/mpconfigport: Provide off_t definition for MSVC port</title>
<updated>2017-12-29T11:14:16+00:00</updated>
<author>
<name>stijn</name>
<email>stijn@ignitron.net</email>
</author>
<published>2017-12-14T09:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6fc58db5d8ea52e10b54b08e82fc2351d9f5caf0'/>
<id>urn:sha1:6fc58db5d8ea52e10b54b08e82fc2351d9f5caf0</id>
<content type='text'>
For MSVC off_t is defined in sys/types.h but according to the comment
earlier in mpconfigport.h this cannot be included directly.
So just make off_t the same as mp_off_t.
This fixes the build for MSVC with MICROPY_STREAMS_POSIX_API
enabled because stream.h uses off_t.
</content>
</entry>
<entry>
<title>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>urn:sha1:01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</content>
</entry>
</feed>
