<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/drivers, branch 3.0.0-alpha2</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha2</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=3.0.0-alpha2'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-10-16T04:34:08+00:00</updated>
<entry>
<title>drivers/wiznet5k: Get low-level W5500 driver working.</title>
<updated>2017-10-16T04:34:08+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-10-16T04:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c0ea91bc898139aca3ad3e21fc33ff9f0e817952'/>
<id>urn:sha1:c0ea91bc898139aca3ad3e21fc33ff9f0e817952</id>
<content type='text'>
This patch implements the basic SPI read/write functions for the W5500
chip.  It also allows _WIZCHIP_ to be configured externally to select the
specific Wiznet chip.
</content>
</entry>
<entry>
<title>drivers/wiznet5k: Improve the performance of socket ops with threading.</title>
<updated>2017-10-16T02:32:34+00:00</updated>
<author>
<name>Li Weiwei</name>
<email>liweiwei@yeweitech.com</email>
</author>
<published>2017-10-10T06:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=73e387cff6a3e31a9ea0c300d92a1a4a62d791ef'/>
<id>urn:sha1:73e387cff6a3e31a9ea0c300d92a1a4a62d791ef</id>
<content type='text'>
Use MICROPY_THREAD_YIELD() instead of HAL_Delay in busy waiting to improve
the performance of connect, send, recv, sento and recvfrom.
</content>
</entry>
<entry>
<title>drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.</title>
<updated>2017-10-06T01:48:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-10-06T01:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ca2427c31399834bcc7df6177b3314aa7242046e'/>
<id>urn:sha1:ca2427c31399834bcc7df6177b3314aa7242046e</id>
<content type='text'>
The poweroff() and poweron() methods are used to do soft power control of
the display, and this patch makes these methods work the same for both I2C
and SPI interfaces.
</content>
</entry>
<entry>
<title>drivers/display/ssd1306: Implement SSD1306_I2C poweron method.</title>
<updated>2017-10-06T01:47:22+00:00</updated>
<author>
<name>Tiago Queiroz</name>
<email>contato@tiago.eti.br</email>
</author>
<published>2017-02-05T01:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7df4083ac6344944e895b5911d59b64b68c8c134'/>
<id>urn:sha1:7df4083ac6344944e895b5911d59b64b68c8c134</id>
<content type='text'>
After a poweroff(), the poweron() method does a soft power-on and any
previous state of the display persists.
</content>
</entry>
<entry>
<title>all: Remove inclusion of internal py header files.</title>
<updated>2017-10-04T01:37:50+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-10-04T01:37:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a3dc1b1957d2c96d7c60c2c629c95077b03488a1'/>
<id>urn:sha1:a3dc1b1957d2c96d7c60c2c629c95077b03488a1</id>
<content type='text'>
Header files that are considered internal to the py core and should not
normally be included directly are:
    py/nlr.h - internal nlr configuration and declarations
    py/bc0.h - contains bytecode macro definitions
    py/runtime0.h - contains basic runtime enums

Instead, the top-level header files to include are one of:
    py/obj.h - includes runtime0.h and defines everything to use the
        mp_obj_t type
    py/runtime.h - includes mpstate.h and hence nlr.h, obj.h, runtime0.h,
        and defines everything to use the general runtime support functions

Additional, specific headers (eg py/objlist.h) can be included if needed.
</content>
</entry>
<entry>
<title>drivers/nrf24l01: Make nRF24L01 test script more portable.</title>
<updated>2017-10-03T09:00:31+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-10-03T08:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=54acd0b0f050a99e9a5472b8d54cc729a60c3bc8'/>
<id>urn:sha1:54acd0b0f050a99e9a5472b8d54cc729a60c3bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>drivers/display/ssd1306.py: Improve performance of graphics methods.</title>
<updated>2017-09-25T06:13:32+00:00</updated>
<author>
<name>Peter Hinch</name>
<email>peter@hinch.me.uk</email>
</author>
<published>2017-09-15T13:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8fa03fee77ff5ac49a0daa544951468f4c193b68'/>
<id>urn:sha1:8fa03fee77ff5ac49a0daa544951468f4c193b68</id>
<content type='text'>
It removes the need for a wrapper Python function to dispatch to the
framebuf method which makes each function call a bit faster, roughly 2.5x.
This patch also adds the rest of the framebuf methods to the SSD class.
</content>
</entry>
<entry>
<title>drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI.</title>
<updated>2017-08-29T01:37:18+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-08-29T01:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=613510bce83b8318bd21bcd17f247ba30e0d7cea'/>
<id>urn:sha1:613510bce83b8318bd21bcd17f247ba30e0d7cea</id>
<content type='text'>
The SPI flash driver now supports using an arbitrary SPI object to
communicate with the flash chip, and in particular can use a hardware SPI
peripheral.
</content>
</entry>
<entry>
<title>all: Raise exceptions via mp_raise_XXX</title>
<updated>2017-08-13T12:52:33+00:00</updated>
<author>
<name>Javier Candeira</name>
<email>javier@candeira.com</email>
</author>
<published>2017-08-09T04:40:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=35a1fea90b2cae9d5cc8e9eab62ba4c67e8786db'/>
<id>urn:sha1:35a1fea90b2cae9d5cc8e9eab62ba4c67e8786db</id>
<content type='text'>
  - Changed: ValueError, TypeError, NotImplementedError
  - OSError invocations unchanged, because the corresponding utility
    function takes ints, not strings like the long form invocation.
  - OverflowError, IndexError and RuntimeError etc. not changed for now
    until we decide whether to add new utility functions.
</content>
</entry>
<entry>
<title>all: Use the name MicroPython consistently in comments</title>
<updated>2017-07-31T08:35:40+00:00</updated>
<author>
<name>Alexander Steffen</name>
<email>devel.20.webmeister@spamgourmet.com</email>
</author>
<published>2017-06-30T07:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=55f33240f3d7051d4213629e92437a36f1fac50e'/>
<id>urn:sha1:55f33240f3d7051d4213629e92437a36f1fac50e</id>
<content type='text'>
There were several different spellings of MicroPython present in comments,
when there should be only one.
</content>
</entry>
</feed>
