<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stmhal, branch iabdalkader-cc3k-update</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=iabdalkader-cc3k-update</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=iabdalkader-cc3k-update'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-09-01T23:05:13+00:00</updated>
<entry>
<title>cc3k: Change configurability of the CC3000 module.</title>
<updated>2014-09-01T23:05:13+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-01T23:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=a2ee194612fee8b6c0924f999acf8c41f4207e8d'/>
<id>urn:sha1:a2ee194612fee8b6c0924f999acf8c41f4207e8d</id>
<content type='text'>
Optional compiling of the CC3K module is moved from mpconfigboard.h.
To enable compiling of the module, set the MICROPY_PY_CC3K variable,
either on the command line (make MICROPY_PY_CC3K=1) on in the
mpconfigport.mk file.   It is enabled by default.

Setting of the SPI and pins for the CC3K module is now done dynamically
by the arguments to wlan.init().
</content>
</entry>
<entry>
<title>Merge branch 'master' into iabdalkader-cc3k-update</title>
<updated>2014-09-01T22:04:08+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-01T22:04:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=6f70542d82c529173161275b0a21f090fecfddb2'/>
<id>urn:sha1:6f70542d82c529173161275b0a21f090fecfddb2</id>
<content type='text'>
Conflicts:
	stmhal/mpconfigport.h
	stmhal/pybwlan.c
</content>
</entry>
<entry>
<title>stmhal, modwiznet5k: Add very minimal documentation.</title>
<updated>2014-09-01T21:58:22+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-01T21:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bad2df3e95cd5719099319d71590a79bf6bc4493'/>
<id>urn:sha1:bad2df3e95cd5719099319d71590a79bf6bc4493</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.</title>
<updated>2014-09-01T21:52:38+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-01T21:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=bcf041f1a33d20a12b1cfbfe434c0b2c69f0e5b3'/>
<id>urn:sha1:bcf041f1a33d20a12b1cfbfe434c0b2c69f0e5b3</id>
<content type='text'>
Allows to create socket objects that support TCP and UDP in server and
client mode.  Interface is very close to standard Python socket class,
except bind and accept do not work the same (due to hardware not
supporting them in the usual way).

Not compiled by default.  To compile this module, use:
make MICROPY_PY_WIZNET5K=1
</content>
</entry>
<entry>
<title>Change some parts of the core API to use mp_uint_t instead of uint/int.</title>
<updated>2014-08-29T23:35:11+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-29T23:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=ecc88e949ca5e307d22da4605a40d39ea2df9e3b'/>
<id>urn:sha1:ecc88e949ca5e307d22da4605a40d39ea2df9e3b</id>
<content type='text'>
Addressing issue #50, still some way to go yet.
</content>
</entry>
<entry>
<title>lib: Add lib and libm, moving current files from stmhal.</title>
<updated>2014-08-29T21:42:26+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-29T21:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8707ea34218a0aae071d4fb8d25e23273c828ea1'/>
<id>urn:sha1:8707ea34218a0aae071d4fb8d25e23273c828ea1</id>
<content type='text'>
Top-level lib directory is for standard C libraries that we want to
provide our own versions of (for efficiency and stand-alone reasons).
It currently has libm in it for math functions.

Also add atanf and atan2f, which addresses issue #837.
</content>
</entry>
<entry>
<title>Merge pull request #824 from dhylands/sdcard-power</title>
<updated>2014-08-26T21:58:54+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-26T21:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f05b87bd639ef7dbe14d40c912a802c50a762553'/>
<id>urn:sha1:f05b87bd639ef7dbe14d40c912a802c50a762553</id>
<content type='text'>
Fix sdcard_power_on to not do anything if the card is already powered on...</content>
</entry>
<entry>
<title>stmhal, STM32F4DISC: Small changes to ST accel driver.</title>
<updated>2014-08-26T21:41:27+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-26T21:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3b72da674e75863f6e06e987062103dd02d1b6ff'/>
<id>urn:sha1:3b72da674e75863f6e06e987062103dd02d1b6ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal, staccel.py: Style cleanup.</title>
<updated>2014-08-26T16:30:48+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-26T16:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=e00fb08f99f85deb5632d075b50cc7242740dd1d'/>
<id>urn:sha1:e00fb08f99f85deb5632d075b50cc7242740dd1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added LIS302DL ID check</title>
<updated>2014-08-26T16:23:00+00:00</updated>
<author>
<name>David Siorpaes</name>
<email>david.siorpaes@st.com</email>
</author>
<published>2014-08-26T16:23:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f4ce26de5c81d6285a26ac172123398bab314e7e'/>
<id>urn:sha1:f4ce26de5c81d6285a26ac172123398bab314e7e</id>
<content type='text'>
</content>
</entry>
</feed>
