<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests, branch v1.6</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.6</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.6'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-01-30T00:06:04+00:00</updated>
<entry>
<title>tests: For pyboard, add test for I2C error handling and recovery.</title>
<updated>2016-01-30T00:06:04+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-30T00:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ef5f2669dcff068a0b7ed9cdb94acecc060440f6'/>
<id>urn:sha1:ef5f2669dcff068a0b7ed9cdb94acecc060440f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Update pyboard LED test.</title>
<updated>2016-01-29T23:12:59+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-29T23:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3cfb15cf4d1634d9aecc6a1cf49967974cc6eb57'/>
<id>urn:sha1:3cfb15cf4d1634d9aecc6a1cf49967974cc6eb57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py/inlineasm: Add ability to specify return type of asm_thumb funcs.</title>
<updated>2016-01-27T14:27:10+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-15T15:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8f54c08691faa3dd859852d211230fd7d9791abd'/>
<id>urn:sha1:8f54c08691faa3dd859852d211230fd7d9791abd</id>
<content type='text'>
Supported return types are: object, bool, int, uint.

For example:

@micropython.asm_thumb
def foo(r0, r1) -&gt; uint:
    add(r0, r0, r1)
</content>
</entry>
<entry>
<title>tests: For urandom test, use sys.exit() instead of sys.exit(1).</title>
<updated>2016-01-26T21:57:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-26T21:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ac11e89fa37e64874a83611fbd7e894cc1a5be22'/>
<id>urn:sha1:ac11e89fa37e64874a83611fbd7e894cc1a5be22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add some tests for urandom module.</title>
<updated>2016-01-26T15:27:00+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-24T18:35:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0ae97f531d700119a3b07026c9e77069710303a6'/>
<id>urn:sha1:0ae97f531d700119a3b07026c9e77069710303a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py: Add ustruct.pack_into and unpack_from</title>
<updated>2016-01-19T12:25:28+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-12-24T03:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a17755ee8ba2982505d349e0f06acdabe943d33e'/>
<id>urn:sha1:a17755ee8ba2982505d349e0f06acdabe943d33e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>builtin property: accept keyword arguments</title>
<updated>2016-01-14T19:15:18+00:00</updated>
<author>
<name>chrysn</name>
<email>chrysn@fsfe.org</email>
</author>
<published>2016-01-13T11:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f8ba2eca804ae167d6597cc89eb270ddd8e1ce23'/>
<id>urn:sha1:f8ba2eca804ae167d6597cc89eb270ddd8e1ce23</id>
<content type='text'>
this allows python code to use property(lambda:..., doc=...) idiom.

named versions for the fget, fset and fdel arguments are left out in the
interest of saving space; they are rarely used and easy to enable when
actually needed.

a test case is included.
</content>
</entry>
<entry>
<title>tests: Remove builtin_dict test</title>
<updated>2016-01-14T19:10:59+00:00</updated>
<author>
<name>stijn</name>
<email>stijn@ignitron.net</email>
</author>
<published>2016-01-14T08:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dea585f8ae71be75021e8a9513278c04e4d6a423'/>
<id>urn:sha1:dea585f8ae71be75021e8a9513278c04e4d6a423</id>
<content type='text'>
This is essentially a duplicate of obj_dict.py
</content>
</entry>
<entry>
<title>extmod: Fix uctypes size calculation for bitfields</title>
<updated>2016-01-10T21:31:26+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2016-01-03T18:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=66d0c1052a4623ef91afe4c7b883b7f37a68fa2b'/>
<id>urn:sha1:66d0c1052a4623ef91afe4c7b883b7f37a68fa2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Fix math_fun_special test so it passes with single prec float.</title>
<updated>2016-01-08T17:58:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-08T17:58:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3b936a5f4cea879bd793ef174622d56d19d01c11'/>
<id>urn:sha1:3b936a5f4cea879bd793ef174622d56d19d01c11</id>
<content type='text'>
</content>
</entry>
</feed>
