<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/pyb/rtc.py, branch 6.2.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.2.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2021-03-15T13:57:36+00:00</updated>
<entry>
<title>run code formatting script</title>
<updated>2021-03-15T13:57:36+00:00</updated>
<author>
<name>microDev</name>
<email>70126934+microDev1@users.noreply.github.com</email>
</author>
<published>2021-03-15T13:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a52eb88031620a81521b937f2a0651dbac2bb350'/>
<id>urn:sha1:a52eb88031620a81521b937f2a0651dbac2bb350</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>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>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>
<entry>
<title>sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.</title>
<updated>2015-05-11T22:48:39+00:00</updated>
<author>
<name>blmorris</name>
<email>bryan.morrissey@gmail.com</email>
</author>
<published>2015-05-07T17:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5df81de7afbf4e9f24413ba957f4a7cce89fa1e0'/>
<id>urn:sha1:5df81de7afbf4e9f24413ba957f4a7cce89fa1e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Wait for just over 1 sec when testing RTC.</title>
<updated>2014-08-16T12:39:14+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-16T12:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d779b9642ff9bd7f576a8718d3abedd532634388'/>
<id>urn:sha1:d779b9642ff9bd7f576a8718d3abedd532634388</id>
<content type='text'>
Waiting for 1000ms between seconds of RTC is sometimes too quick.
Waiting for 1001ms is enough for the RTC to pass 1 second.
</content>
</entry>
<entry>
<title>stmhal: Fix setting of RTC: was BCD now BIN encoded.</title>
<updated>2014-05-10T10:56:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-10T10:56:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=04b7cc4df0a4fe7a6d5ec1e756baac2424b26922'/>
<id>urn:sha1:04b7cc4df0a4fe7a6d5ec1e756baac2424b26922</id>
<content type='text'>
Addresses issue #592.
</content>
</entry>
<entry>
<title>tests, pyb: Add 'import pyb' when needed.</title>
<updated>2014-05-04T11:40:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-04T11:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=cda363a036f550707ed48d94e1be3ad54dda90b6'/>
<id>urn:sha1:cda363a036f550707ed48d94e1be3ad54dda90b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Add a suite of tests specifically for the pyboard.</title>
<updated>2014-05-03T15:43:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-05-03T15:43:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=41f768f3f336678ad7735c24f6f2e7814acd1988'/>
<id>urn:sha1:41f768f3f336678ad7735c24f6f2e7814acd1988</id>
<content type='text'>
In tests/pyb is now a suite of tests that tests the pyb module on the
pyboard.  They include expected output files because we can't run
CPython on the pyboard to compare against.

run-tests script has now been updated to allow pyboard tests to be run.
Just pass the option --pyboard.  This runs all basic, float and pyb
tests.  Note that float/math-fun.py currently fails because not all math
functions are implemented in stmhal/.
</content>
</entry>
</feed>
