<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/esp8266/esp_mphal.c, branch 6.0.x</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.x'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2017-09-06T03:40:51+00:00</updated>
<entry>
<title>ports: Make new ports/ sub-directory and move all ports there.</title>
<updated>2017-09-06T03:40:51+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-09-06T03:40:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=01dd7804b87d60b2deab16712eccb3b97351a9b7'/>
<id>urn:sha1:01dd7804b87d60b2deab16712eccb3b97351a9b7</id>
<content type='text'>
This is to keep the top-level directory clean, to make it clear what is
core and what is a port, and to allow the repository to grow with new ports
in a sustainable way.
</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>
<entry>
<title>esp8266: Move mp_hal_pin_open_drain from esp_mphal.c to machine_pin.c.</title>
<updated>2017-06-22T06:39:09+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-06-22T06:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=46b849ab49b88ef1516b9c3b07859f54ed347676'/>
<id>urn:sha1:46b849ab49b88ef1516b9c3b07859f54ed347676</id>
<content type='text'>
It belongs with the other pin config functions in machine_pin.c.  Also,
esp_mphal.c is put in iRAM so this change saves about 300 bytes of iRAM
(and mp_hal_pin_open_drain is not a time critical function so doesn't
need to be in iRAM).
</content>
</entry>
<entry>
<title>esp8266: Enable micropython.schedule() with locking in pin callback.</title>
<updated>2017-03-20T04:20:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2017-02-15T06:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1b7d67266df7dd0853698726e98d63b4aeebe205'/>
<id>urn:sha1:1b7d67266df7dd0853698726e98d63b4aeebe205</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lib/interrupt_char: Factor out typical Ctrl+C handling from esp8266 port.</title>
<updated>2016-09-29T17:15:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-29T17:13:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6ab2c5e6cc6359c3419a9d8ee61b4e586864d048'/>
<id>urn:sha1:6ab2c5e6cc6359c3419a9d8ee61b4e586864d048</id>
<content type='text'>
Utility functions for keyboard interrupt handling, to be reused across
(baremetal) ports.
</content>
</entry>
<entry>
<title>esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms.</title>
<updated>2016-09-20T04:28:17+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-09-20T04:28:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34e01984368ff2c689808ef8de182d838cd96725'/>
<id>urn:sha1:34e01984368ff2c689808ef8de182d838cd96725</id>
<content type='text'>
So now ticks_ms can count up to the full 30 bits.  Fixes issue #2412.
</content>
</entry>
<entry>
<title>esp8266/esp_mphal: Add tentative change to mp_hal_stdin_rx_chr() to wait IRQ.</title>
<updated>2016-09-18T21:23:38+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-18T21:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4b3f1d712b845a44a0d2680197cfb6c3fe4478bd'/>
<id>urn:sha1:4b3f1d712b845a44a0d2680197cfb6c3fe4478bd</id>
<content type='text'>
Instead of busy-looping waiting for UART input. Not enabled by default,
needs more testing.
</content>
</entry>
<entry>
<title>esp8266/modmachinewdt: Add .deinit() method.</title>
<updated>2016-09-03T17:45:11+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-09-03T17:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=015774a04faa50708ce3692dc3748989e19e98e9'/>
<id>urn:sha1:015774a04faa50708ce3692dc3748989e19e98e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>esp8266/esp_mphal: No longer disable watchdog on startup.</title>
<updated>2016-08-20T13:33:04+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-08-20T13:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f2a21a2489325df88acf14a20a286932ed32d500'/>
<id>urn:sha1:f2a21a2489325df88acf14a20a286932ed32d500</id>
<content type='text'>
Disabling it was an omission from early development stages.
</content>
</entry>
<entry>
<title>esp8266/esp_mphal: Implement libc's errno.</title>
<updated>2016-07-30T23:30:05+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2016-07-30T23:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=64ad838fde7ab4333fadc804a0339a074d041767'/>
<id>urn:sha1:64ad838fde7ab4333fadc804a0339a074d041767</id>
<content type='text'>
Using __errno() function, and redirect it to use mp_stream_errno from
stream module. This is pre-requisite for integrating with 3rd-party libs,
like BerkeleyDB.
</content>
</entry>
</feed>
