<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/nlrx86.c, branch 3.0.0-beta.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-beta.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-beta.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-10-04T01:37:50+00:00</updated>
<entry>
<title>all: Remove inclusion of internal py header files.</title>
<updated>2017-10-04T01:37:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-10-04T01:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a3dc1b1957d2c96d7c60c2c629c95077b03488a1'/>
<id>urn:sha1:a3dc1b1957d2c96d7c60c2c629c95077b03488a1</id>
<content type='text'>
Header files that are considered internal to the py core and should not
normally be included directly are:
    py/nlr.h - internal nlr configuration and declarations
    py/bc0.h - contains bytecode macro definitions
    py/runtime0.h - contains basic runtime enums

Instead, the top-level header files to include are one of:
    py/obj.h - includes runtime0.h and defines everything to use the
        mp_obj_t type
    py/runtime.h - includes mpstate.h and hence nlr.h, obj.h, runtime0.h,
        and defines everything to use the general runtime support functions

Additional, specific headers (eg py/objlist.h) can be included if needed.
</content>
</entry>
<entry>
<title>py/nlrx86: Fix building for Android/x86.</title>
<updated>2017-09-12T05:55:14+00:00</updated>
<author>
<name>ASM</name>
<email>cpp.create@gmail.com</email>
</author>
<published>2017-09-08T12:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=52620c6b0e8a601e49866d0db37abbe217b16a0d'/>
<id>urn:sha1:52620c6b0e8a601e49866d0db37abbe217b16a0d</id>
<content type='text'>
Tested using Clang on self-hosted Termux environment https://termux.com/.
</content>
</entry>
<entry>
<title>py/nlrx86,x64: Replace #define of defined() with portable macro usage.</title>
<updated>2017-08-29T02:52:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-08-29T02:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=be8e5744e64aec10a3499fd6ea034bbf4be0c871'/>
<id>urn:sha1:be8e5744e64aec10a3499fd6ea034bbf4be0c871</id>
<content type='text'>
Using gcc -Wpedantic will warn that #define of defined() is non-portable
and this patch fixes this.
</content>
</entry>
<entry>
<title>py/nlrx86: Better check for Zephyr (requires 1.7).</title>
<updated>2017-03-25T21:33:23+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-03-25T21:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=99866a00a0172f3aba1e49c9c15f0afcf166a3e8'/>
<id>urn:sha1:99866a00a0172f3aba1e49c9c15f0afcf166a3e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/nlrx86: Add workaround for Zephyr.</title>
<updated>2017-03-07T15:48:09+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-03-07T15:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fd49ff991769a29b2dcc0f8ed88143487f2bd131'/>
<id>urn:sha1:fd49ff991769a29b2dcc0f8ed88143487f2bd131</id>
<content type='text'>
Actually, this removes -fno-omit-frame-pointer workaround for Zephyr.
</content>
</entry>
<entry>
<title>py/nlrx86: Convert from assembler to C file with inline asm.</title>
<updated>2017-03-06T06:13:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-03-01T12:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f0dddb688d67995bbd737164dd4b9548698cf09f'/>
<id>urn:sha1:f0dddb688d67995bbd737164dd4b9548698cf09f</id>
<content type='text'>
</content>
</entry>
</feed>
