<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/windows, branch reentrant-gc</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=reentrant-gc</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=reentrant-gc'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-10-13T11:12:32+00:00</updated>
<entry>
<title>windows: Enable moduzlib instead of modzlibd.</title>
<updated>2014-10-13T11:12:32+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-13T11:12:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e6c5a63fabf3c7195638140496de76522e1a8208'/>
<id>urn:sha1:e6c5a63fabf3c7195638140496de76522e1a8208</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows: mingw32 gcc doesn't define endianness macros, so just assume little.</title>
<updated>2014-10-06T20:18:59+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2014-10-06T20:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5d328cbeb901c31763f044a078ae3f5ed31acee8'/>
<id>urn:sha1:5d328cbeb901c31763f044a078ae3f5ed31acee8</id>
<content type='text'>
Specifically, at least Ubuntu's i586-mingw32msvc-gcc doesn't supply
__LITTLE_ENDIAN__ and friends. And as it's safe enough to assume that
Windows is only little-endian, then it's defined unconditionally,
instead of duplicating detection logic in py/mpconfig.h (or adding
windows-specific defines to it).
</content>
</entry>
<entry>
<title>Enable unicode for Windows port so unicode tests give correct uPy output</title>
<updated>2014-10-04T07:16:20+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-10-04T06:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2f9c9445af51229becf7410a5c102a2ca27c182'/>
<id>urn:sha1:a2f9c9445af51229becf7410a5c102a2ca27c182</id>
<content type='text'>
</content>
</entry>
<entry>
<title>windows: Enable input(), sys.maxsize(), ujson module, emergency exception buf, os module</title>
<updated>2014-09-22T09:10:27+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-09-22T09:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8c41920a906eaf6cea739f6edf826f6619d5cb24'/>
<id>urn:sha1:8c41920a906eaf6cea739f6edf826f6619d5cb24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>msvc: Exclude modtermios, include extmod and fix compilation error</title>
<updated>2014-09-02T07:00:20+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-09-01T08:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=759138caee65a58ecf1f02ca7c57bc9ba3d3c5f5'/>
<id>urn:sha1:759138caee65a58ecf1f02ca7c57bc9ba3d3c5f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Fix bug where GC collected native/viper/asm function data.</title>
<updated>2014-08-24T15:28:17+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-24T15:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3c658a4e755a75e495303957208486e583ddb270'/>
<id>urn:sha1:3c658a4e755a75e495303957208486e583ddb270</id>
<content type='text'>
Because (for Thumb) a function pointer has the LSB set, pointers to
dynamic functions in RAM (eg native, viper or asm functions) were not
being traced by the GC.  This patch is a comprehensive fix for this.

Addresses issue #820.
</content>
</entry>
<entry>
<title>msvc: Use built-in alignof</title>
<updated>2014-08-13T08:19:56+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-08-13T08:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8cce8b7c4c561ffeb0548bb0e0df1e9d659d9d68'/>
<id>urn:sha1:8cce8b7c4c561ffeb0548bb0e0df1e9d659d9d68</id>
<content type='text'>
This also fixes a 'unnamed type definition in parentheses' warning on the
alignof implementation define in binary.c
</content>
</entry>
<entry>
<title>Rename machine_(u)int_t to mp_(u)int_t.</title>
<updated>2014-07-03T12:25:24+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-07-03T12:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=40f3c026823f8951a2fa04e9c7fc93c75bc27bec'/>
<id>urn:sha1:40f3c026823f8951a2fa04e9c7fc93c75bc27bec</id>
<content type='text'>
See discussion in issue #50.
</content>
</entry>
<entry>
<title>windows: Sync mpconfigport.h with the unix' version</title>
<updated>2014-06-29T07:40:20+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-06-28T19:04:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ec6fa8732b3b30e14e505d9ee004bde260d48255'/>
<id>urn:sha1:ec6fa8732b3b30e14e505d9ee004bde260d48255</id>
<content type='text'>
- rearrange/add definitions that were not there so it's easier to compare both
- use MICROPY_PY_SYS_PLATFORM in main.c since it's available anyway
- define EWOULDBLOCK, it is missing from ingw32
</content>
</entry>
<entry>
<title>windows: Enable GC and implement bss start and end symbols</title>
<updated>2014-06-22T09:31:16+00:00</updated>
<author>
<name>stijn</name>
<email>stinos@zoho.com</email>
</author>
<published>2014-06-12T15:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8abcf666cb638152634790a882875f52f7f0432b'/>
<id>urn:sha1:8abcf666cb638152634790a882875f52f7f0432b</id>
<content type='text'>
The pointers to the bss section are acquired in init.c()
by inspecting the PE header. Works for msvc and mingw.
</content>
</entry>
</feed>
