<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/pyb, branch 0.9.4</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.9.4</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-01-04T06:53:41+00:00</updated>
<entry>
<title>tests/pyb/uart: Update test to match recent change to UART timeout_char.</title>
<updated>2017-01-04T06:53:41+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-01-04T06:53:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=54ea10a76ae0b5406a558a87c346224f57500cfb'/>
<id>urn:sha1:54ea10a76ae0b5406a558a87c346224f57500cfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.</title>
<updated>2016-11-11T06:36:19+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-11-11T06:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c4e58eaa9820f5e63d9d94cec5ffb403c1dffbe7'/>
<id>urn:sha1:c4e58eaa9820f5e63d9d94cec5ffb403c1dffbe7</id>
<content type='text'>
New keyword option in constructor and init() method is "dma=&lt;bool&gt;".
DMA is now disabled by default for I2C transfers because it currently does
not handle I2C bus errors very well (eg if slave device doesn't ACK or
NACK correctly during a transfer).
</content>
</entry>
<entry>
<title>tests/pyb: Update exp file for previously updated extint test.</title>
<updated>2016-09-09T09:37:45+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-09T09:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=b236b1974bf7da5ee833e4752d81103a348a7421'/>
<id>urn:sha1:b236b1974bf7da5ee833e4752d81103a348a7421</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/pyb: Add test for ExtInt when doing swint while disabled.</title>
<updated>2016-09-09T09:36:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-09T09:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2f02960607b75e74a757ded1e2472a5fb8585d4f'/>
<id>urn:sha1:2f02960607b75e74a757ded1e2472a5fb8585d4f</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
