<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/pyb, branch v1.8.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-06-03T14:13:39+00:00</updated>
<entry>
<title>tests/pyb/rtc: Make RTC test on pyboard more reliable by calling init().</title>
<updated>2016-06-03T14:13:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-06-03T14:13:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=97ce5d1d77fab41c00d9f852c5ce37bc1808181c'/>
<id>urn:sha1:97ce5d1d77fab41c00d9f852c5ce37bc1808181c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Convert to use internal errno symbols; enable uerrno module.</title>
<updated>2016-05-10T22:30:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-05-10T22:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5ab98d5c41bffa799a551a2731d904cab346898e'/>
<id>urn:sha1:5ab98d5c41bffa799a551a2731d904cab346898e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal/can: Allow to get existing CAN obj if constructed without args.</title>
<updated>2016-05-08T11:47:33+00:00</updated>
<author>
<name>Henrik Sölver</name>
<email>henrik.solver@gmail.com</email>
</author>
<published>2016-05-06T17:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c4587e24262c943adc75ae12b68bbeafe5b67642'/>
<id>urn:sha1:c4587e24262c943adc75ae12b68bbeafe5b67642</id>
<content type='text'>
Initialisation of CAN objects should now behave as other peripheral
objects.

Fixes issue #2001.
</content>
</entry>
<entry>
<title>tests/pyb: Add simple test for stm module on pyboard.</title>
<updated>2016-02-10T17:06:07+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-02-10T17:06:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f7e5e677df120122eeaac18b81d3fccfe0965180'/>
<id>urn:sha1:f7e5e677df120122eeaac18b81d3fccfe0965180</id>
<content type='text'>
</content>
</entry>
<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>stmhal: Make uart.write() function correctly for timeout=0.</title>
<updated>2015-11-30T17:29:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-11-30T17:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0d9b450701d064efcf57b86c1b7fbe3931179959'/>
<id>urn:sha1:0d9b450701d064efcf57b86c1b7fbe3931179959</id>
<content type='text'>
In non-blocking mode (timeout=0), uart.write() can now transmit all of its
data without raising an exception.  uart.read() also works correctly in
this mode.

As part of this patch, timout_char now has a minimum value which is long
enough to transfer 1 character.

Addresses issue #1533.
</content>
</entry>
<entry>
<title>stmhal: uart.any() function now returns number of bytes available.</title>
<updated>2015-11-30T13:07:20+00:00</updated>
<author>
<name>Ryan Shaw</name>
<email>ryannathans@hotmail.com</email>
</author>
<published>2015-11-27T15:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f99491cbf743d51fd2aa7332c0e03da64448d60a'/>
<id>urn:sha1:f99491cbf743d51fd2aa7332c0e03da64448d60a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal/can: Fix a bug in filter handling.</title>
<updated>2015-11-02T23:09:49+00:00</updated>
<author>
<name>Henrik Sölver</name>
<email>henrik.solver@gmail.com</email>
</author>
<published>2015-11-01T22:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=35e7d9c0f114ea078d0a19c7f9743fdc4c7e8a3b'/>
<id>urn:sha1:35e7d9c0f114ea078d0a19c7f9743fdc4c7e8a3b</id>
<content type='text'>
Reported here: http://forum.micropython.org/viewtopic.php?f=2&amp;t=845
</content>
</entry>
<entry>
<title>tests: In pyb RTC tests, check wakeup register values.</title>
<updated>2015-10-09T22:06:05+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2015-10-09T06:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0e87bc7be69c60581324e23163f14a269d33fcc7'/>
<id>urn:sha1:0e87bc7be69c60581324e23163f14a269d33fcc7</id>
<content type='text'>
</content>
</entry>
</feed>
