<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stmhal/cmsis/devinc, branch travis-esp8266</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-esp8266</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=travis-esp8266'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2016-04-16T20:41:52+00:00</updated>
<entry>
<title>stmhal: L4: Add CMSIS files to support STM32L476.</title>
<updated>2016-04-16T20:41:52+00:00</updated>
<author>
<name>Tobias Badertscher</name>
<email>python@baerospace.ch</email>
</author>
<published>2016-03-09T10:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=2ba6677775b8704723435dc07e7b619f4c85c43d'/>
<id>urn:sha1:2ba6677775b8704723435dc07e7b619f4c85c43d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe.</title>
<updated>2015-08-07T07:46:43+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-08-07T07:43:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4836bcc957e970c93c02bfd465a35dba5da157ee'/>
<id>urn:sha1:4836bcc957e970c93c02bfd465a35dba5da157ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0.</title>
<updated>2015-07-29T23:38:18+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2015-07-28T00:20:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=7c934ae5019d285b58cec3d1edcbc44d90fa6295'/>
<id>urn:sha1:7c934ae5019d285b58cec3d1edcbc44d90fa6295</id>
<content type='text'>
All files were converted to linux line endings.
All trailing whitespace was removed using:
for f in f7/inc/* f7/src/*; do sed --in-place 's/[[:space:]]\+$//' $f; done
All non-ascii chars in comments were replaced with ascii equivalents or
removed.
</content>
</entry>
<entry>
<title>stmhal: Add CMSIS device header files for STM32F2xx series.</title>
<updated>2015-07-20T11:33:05+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2015-07-17T16:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=f576057274abb2a73e2407a34366e78a1f2ef4f2'/>
<id>urn:sha1:f576057274abb2a73e2407a34366e78a1f2ef4f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Update STM32Cube F4 HAL driver to V1.3.0.</title>
<updated>2014-08-06T21:33:31+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-06T21:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=3ef911345c94a6d612ab50c1e912e81cb2cc3f71'/>
<id>urn:sha1:3ef911345c94a6d612ab50c1e912e81cb2cc3f71</id>
<content type='text'>
This patch updates ST's HAL to the latest version, V1.3.0, dated 19 June
2014.  Files were copied verbatim from the ST package.  Only change was
to suppress compiler warning of unused variables in 4 places.

A lot of the changes from ST are cosmetic: comments and white space.
Some small code changes here and there, and addition of F411 header.

Main code change is how SysTick interrupt is set: it now has a
configuration variable to set the priority, so we no longer need to work
around this (originall in system_stm32f4xx.c).
</content>
</entry>
<entry>
<title>stmhal: Remove non-ascii character from include file.</title>
<updated>2014-04-18T15:17:40+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-18T15:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=906d383850971f9f034cae346bac50cc5c90d369'/>
<id>urn:sha1:906d383850971f9f034cae346bac50cc5c90d369</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Initial checkin with STM HAL</title>
<updated>2014-03-12T06:55:41+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-03-12T06:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=dd38d907244bc0e483c3d760f2ba464a394ec229'/>
<id>urn:sha1:dd38d907244bc0e483c3d760f2ba464a394ec229</id>
<content type='text'>
This compiles and links, but hasn't been tested on a board
yet and even if it was run, it doesn't currently do anything.
</content>
</entry>
</feed>
