<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/cc3200/mods/pybspi.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: 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/mods: Use mp_obj_get_array_fixed_n() where applicable.</title>
<updated>2015-09-27T07:28:27+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-27T07:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a7261ae059f171e9677a86c59c7f7ed9e24b7ace'/>
<id>urn:sha1:a7261ae059f171e9677a86c59c7f7ed9e24b7ace</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New SD and RTC API plus os and time modules' extensions.</title>
<updated>2015-09-21T20:30:32+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-16T12:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dffa9f6da65cd03e834b2ed3914f40428f72e49f'/>
<id>urn:sha1:dffa9f6da65cd03e834b2ed3914f40428f72e49f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: New SPI API.</title>
<updated>2015-09-16T08:10:33+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-09-13T19:44:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=aba75e12330d8e80b2d909ace0a419de85774317'/>
<id>urn:sha1:aba75e12330d8e80b2d909ace0a419de85774317</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Rename SPI nss param to cs.</title>
<updated>2015-08-16T18:17:55+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-11T12:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34c290b678f6ba3a903754aad16758a007286b46'/>
<id>urn:sha1:34c290b678f6ba3a903754aad16758a007286b46</id>
<content type='text'>
The nss param in the pyboard has a different meaning that doesn't
apply to the WiPy.
</content>
</entry>
<entry>
<title>cc3200: Make I2C and SPI API the same as in stmhal.</title>
<updated>2015-08-02T18:22:15+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-08-02T18:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c6926c374dc0408d7ef8fa6385207430c122e6cf'/>
<id>urn:sha1:c6926c374dc0408d7ef8fa6385207430c122e6cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Simplify SPI polarity and phase checks in constructor.</title>
<updated>2015-05-27T07:45:32+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-27T07:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c754d8011d0673e15e902227fb82d935f0f31f0f'/>
<id>urn:sha1:c754d8011d0673e15e902227fb82d935f0f31f0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cc3200: Fix I2C and SPI module references.</title>
<updated>2015-05-27T07:45:27+00:00</updated>
<author>
<name>Daniel Campora</name>
<email>daniel@wipy.io</email>
</author>
<published>2015-05-26T15:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9414f92fa9675cf2ba27b7700173c690bf7c1f37'/>
<id>urn:sha1:9414f92fa9675cf2ba27b7700173c690bf7c1f37</id>
<content type='text'>
</content>
</entry>
</feed>
