<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/py/asmxtensa.h, branch v1.9.1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.9.1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-02-07T23:48:51+00:00</updated>
<entry>
<title>py/asmxtensa.h: Explicitly cast args to 32-bits so left-shift is legal.</title>
<updated>2017-02-07T23:48:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-07T23:48:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a25aa2bcc3348349d8b1deb8fcdd80b3f10d0550'/>
<id>urn:sha1:a25aa2bcc3348349d8b1deb8fcdd80b3f10d0550</id>
<content type='text'>
For archs that have 16-bit pointers, the asmxtensa.h file can give compiler
warnings about left-shift being greater than the width of the type (due to
the inline functions in this header file).  Explicitly casting the
constants to uint32_t stops these warnings.
</content>
</entry>
<entry>
<title>py/asmxtensa: Add low-level Xtensa assembler.</title>
<updated>2016-12-09T05:51:49+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-12-09T05:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=fcac4b07f1154ae5a354de3cd1fe5297edb75bff'/>
<id>urn:sha1:fcac4b07f1154ae5a354de3cd1fe5297edb75bff</id>
<content type='text'>
</content>
</entry>
</feed>
