<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/pyb, branch 2.2.0rc1</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.0rc1</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=2.2.0rc1'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-06-10T17:34:38+00:00</updated>
<entry>
<title>tests: Convert remaining "sys.exit()" to "raise SystemExit".</title>
<updated>2017-06-10T17:34:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2017-06-10T17:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=85d809d1f4e35a511e0a56b3411126e05a31c01b'/>
<id>urn:sha1:85d809d1f4e35a511e0a56b3411126e05a31c01b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>various: Spelling fixes</title>
<updated>2017-05-29T08:36:05+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-05-29T07:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca16c3821053e5bf2b87aeb10007f73f31dc1eac'/>
<id>urn:sha1:ca16c3821053e5bf2b87aeb10007f73f31dc1eac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/pyb: Adjust tests so they can run on PYB and PYBLITE.</title>
<updated>2017-02-06T02:50:34+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-06T02:48:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d3bb3e38df3fcb2b980d37e06fde7eac9e689f6a'/>
<id>urn:sha1:d3bb3e38df3fcb2b980d37e06fde7eac9e689f6a</id>
<content type='text'>
A few tests still fail on PYBLITE, and that's due to differences in the
available peripheral block numbers on the different MCUs (eg I2C(2)
exists on one, but it's I2C(3) on the other).
</content>
</entry>
<entry>
<title>stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour.</title>
<updated>2017-02-06T02:22:17+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-06T02:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=27c149efe030b6fd24c0cc1475ea509da1a72821'/>
<id>urn:sha1:27c149efe030b6fd24c0cc1475ea509da1a72821</id>
<content type='text'>
This new function controls what happens on a hard-fault:
- debugging disabled: board will do a reset
- debugging enabled: board will print registers and stack and flash LEDs

The default is disabled, ie to do a reset.  This is different to previous
behaviour which flashed the LEDs and waited indefinitely.
</content>
</entry>
<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>
</feed>
