<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/mods/pybadc.c, branch esp-extra-scripts</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=esp-extra-scripts'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-01-11T00:49:27+00:00</updated>
<entry>
<title>py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.</title>
<updated>2016-01-11T00:49:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2016-01-03T15:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5b3f0b7f39bd67cc9182993c288f09f67a0890df'/>
<id>urn:sha1:5b3f0b7f39bd67cc9182993c288f09f67a0890df</id>
<content type='text'>
The first argument to the type.make_new method is naturally a uPy type,
and all uses of this argument cast it directly to a pointer to a type
structure.  So it makes sense to just have it a pointer to a type from
the very beginning (and a const pointer at that).  This patch makes
such a change, and removes all unnecessary casting to/from mp_obj_t.
</content>
</entry>
<entry>
<title>all: Add py/mphal.h and use it in all ports.</title>
<updated>2015-10-31T16:14:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-10-30T23:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=731f359292c0e2630873df1a19c5baac7287024f'/>
<id>urn:sha1:731f359292c0e2630873df1a19c5baac7287024f</id>
<content type='text'>
py/mphal.h contains declarations for generic mp_hal_XXX functions, such
as stdio and delay/ticks, which ports should provide definitions for.  A
port will also provide mphalport.h with further HAL declarations.
</content>
</entry>
<entry>
<title>cc3200: Refactor network module to make the server a propper object.</title>
<updated>2015-10-19T19:17:15+00:00</updated>
<author>
<name>danicampora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-10-19T09:41:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2e0cd20a1d3c6ddfaf0bb6dafc823955858334a9'/>
<id>urn:sha1:2e0cd20a1d3c6ddfaf0bb6dafc823955858334a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Rename pyb module to machine.</title>
<updated>2015-09-27T14:50:27+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-27T11:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c92e6a45ebba4d41c2d0d891e07f94a81d2f601f'/>
<id>urn:sha1:c92e6a45ebba4d41c2d0d891e07f94a81d2f601f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New ADC API.</title>
<updated>2015-09-16T08:10:38+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-14T18:03:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=22b4c28f854bb2066a0d7471b50f9e00e1363239'/>
<id>urn:sha1:22b4c28f854bb2066a0d7471b50f9e00e1363239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Implement new Pin API.</title>
<updated>2015-09-10T05:59:03+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-18T12:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e3f8777ee8b50ef8ed45493812a6c0bf94ed38fa'/>
<id>urn:sha1:e3f8777ee8b50ef8ed45493812a6c0bf94ed38fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Make ADC API compatible with the pyboard.</title>
<updated>2015-08-10T21:42:05+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-10T14:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7027fd53438f36cdfc417df4b667575671a1c857'/>
<id>urn:sha1:7027fd53438f36cdfc417df4b667575671a1c857</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Rename pins from GPIO to just GP.</title>
<updated>2015-07-29T22:43:08+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-07-28T21:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=007878781c74e0e4213759d8ee07ee81b5342f5c'/>
<id>urn:sha1:007878781c74e0e4213759d8ee07ee81b5342f5c</id>
<content type='text'>
This is how the names will be printed on the sticker that goes on top
of the EMI shield. The shorter names also help saving a few bytes of
RAM and ROM.
</content>
</entry>
<entry>
<title>cc3200: Make API more similar to stmhal.</title>
<updated>2015-05-25T19:47:19+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-25T19:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2dd47239de4464900ca853d8e862d6768156e948'/>
<id>urn:sha1:2dd47239de4464900ca853d8e862d6768156e948</id>
<content type='text'>
In general the changes are:

1. Peripheral (UART, SPI, ADC, I2C, Timer) IDs start from 1, not zero.
2. Make I2C and SPI require the ID even when there's only one bus.
3. Make I2C and SPI accept 'mode' parameter even though only MASTER
   is supported.
</content>
</entry>
<entry>
<title>cc3200: Use the correct ADC channel index when creating the object.</title>
<updated>2015-05-25T19:14:46+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-24T19:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=5cd34aca27a9f2847a0441eac16fb8940a2a0fab'/>
<id>urn:sha1:5cd34aca27a9f2847a0441eac16fb8940a2a0fab</id>
<content type='text'>
</content>
</entry>
</feed>
