<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/docs/library, branch v1.8.5</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=v1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-10-07T02:16:54+00:00</updated>
<entry>
<title>docs/uos: Add uos.statvfs() documentation.</title>
<updated>2016-10-07T02:16:54+00:00</updated>
<author>
<name>Alex March</name>
<email>alex.march.dev@gmail.com</email>
</author>
<published>2016-09-27T09:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=00c1fc6d77ede97f8bd9b486b0eed7afb2a3a9e0'/>
<id>urn:sha1:00c1fc6d77ede97f8bd9b486b0eed7afb2a3a9e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal/usb: Add support to receive USB HID messages from host.</title>
<updated>2016-10-04T04:38:01+00:00</updated>
<author>
<name>Philip Potter</name>
<email>philip.g.potter@gmail.com</email>
</author>
<published>2016-08-29T21:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eb239b839855de4f7fbf241635b702773f421b60'/>
<id>urn:sha1:eb239b839855de4f7fbf241635b702773f421b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.</title>
<updated>2016-09-28T04:45:29+00:00</updated>
<author>
<name>Radomir Dopieralski</name>
<email>openstack@sheep.art.pl</email>
</author>
<published>2016-09-19T18:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=219245e10fa01ab81a7dd10b64fffd07e2ec1a49'/>
<id>urn:sha1:219245e10fa01ab81a7dd10b64fffd07e2ec1a49</id>
<content type='text'>
The memory read/write I2C functions now take an optional keyword-only
parameter that specifies the number of bits in the memory address.
Only mem-addrs that are a multiple of 8-bits are supported (otherwise
the behaviour is undefined).

Due to the integer type used for the address, for values larger than 32
bits, only 32 bits of address will be sent, and the rest will be padded
with 0s. Right now no exception is raised when that happens. For values
smaller than 8, no address is sent. Also no exception then.

Tested with a VL6180 sensor, which has 16-bit register addresses.

Due to code refactoring, this patch reduces stmhal and esp8266 builds
by about 50 bytes.
</content>
</entry>
<entry>
<title>docs/library/machine: Update description of disable/enable IRQ funcs.</title>
<updated>2016-09-23T03:15:58+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-23T03:15:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=eeb9d99333fceaf924f7e367325c584d0a07cb48'/>
<id>urn:sha1:eeb9d99333fceaf924f7e367325c584d0a07cb48</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library/pyb.SPI: init(): Describe "bits" argument.</title>
<updated>2016-09-18T18:41:21+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-18T18:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4ab3eef8d77c436e1ba27d6690cb9b505dd1c8ad'/>
<id>urn:sha1:4ab3eef8d77c436e1ba27d6690cb9b505dd1c8ad</id>
<content type='text'>
Based on https://github.com/micropython/micropython/pull/2210 .
</content>
</entry>
<entry>
<title>stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.</title>
<updated>2016-09-08T02:50:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-08T02:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f3b5480be7243684e31e4631e3da49c725fa7234'/>
<id>urn:sha1:f3b5480be7243684e31e4631e3da49c725fa7234</id>
<content type='text'>
machine.POWER_ON is renamed to machine.PWRON_RESET to match other
reset-cause constants that all end in _RESET.  The cc3200 port keeps a
legacy definition of POWER_ON for backwards compatibility.
</content>
</entry>
<entry>
<title>docs/library/machine.WDT: Add that WDT is available on pyboard.</title>
<updated>2016-09-06T04:20:52+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-06T04:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4a9542c0c0319ac268d227ea8daf4c36ac7e870d'/>
<id>urn:sha1:4a9542c0c0319ac268d227ea8daf4c36ac7e870d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library: Add reference for pyb.usb_mode and pyb.USB_HID.</title>
<updated>2016-08-29T05:17:20+00:00</updated>
<author>
<name>Philip Potter</name>
<email>philip.g.potter@gmail.com</email>
</author>
<published>2016-08-28T17:05:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=0f8b1ba8a2c3588f319f6b426aa07e97d2e17b24'/>
<id>urn:sha1:0f8b1ba8a2c3588f319f6b426aa07e97d2e17b24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/library/machine.WDT: Add note that WDT is only available on WiPy.</title>
<updated>2016-08-17T04:22:39+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-08-17T04:22:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64c5a9435c3b100fdc50daafebf8550ab5f40780'/>
<id>urn:sha1:64c5a9435c3b100fdc50daafebf8550ab5f40780</id>
<content type='text'>
</content>
</entry>
<entry>
<title>docs/uio: Mention seek()/flush() support for io.BytesIO.</title>
<updated>2016-08-08T22:52:56+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-08T22:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5c73de033752b090f9fc2e2f265e804eec106321'/>
<id>urn:sha1:5c73de033752b090f9fc2e2f265e804eec106321</id>
<content type='text'>
</content>
</entry>
</feed>
