<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/stmhal/hal/src, branch reentrant-gc</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=reentrant-gc</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=reentrant-gc'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2014-10-04T00:54:02+00:00</updated>
<entry>
<title>stmhal: Adjust computation of SYSCLK to retain precision.</title>
<updated>2014-10-04T00:54:02+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-10-04T00:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=c568a2b44387bee14ea5f427a6e9b736eb1b5345'/>
<id>urn:sha1:c568a2b44387bee14ea5f427a6e9b736eb1b5345</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Change 64-bit arithmetic to 32-bit for SD card block addressing.</title>
<updated>2014-09-15T22:49:57+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-09-15T22:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=1d7fb82f0aec11331635532583617d773888b991'/>
<id>urn:sha1:1d7fb82f0aec11331635532583617d773888b991</id>
<content type='text'>
By measuring SD card addresses in blocks and not bytes, one can get away
with using 32-bit numbers.

This patch also uses proper atomic lock/unlock around SD card
read/write, adds SD.info() function, and gives error code for failed
read/writes.
</content>
</entry>
<entry>
<title>stmhal/hal/src/stm32f4xx_hal_sd.c: fix SDHC card capacity</title>
<updated>2014-09-15T21:34:07+00:00</updated>
<author>
<name>Felix Domke</name>
<email>tmbinc@elitedvb.net</email>
</author>
<published>2014-09-05T11:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=09de030651b95956eb9f899e850f24d0ce804460'/>
<id>urn:sha1:09de030651b95956eb9f899e850f24d0ce804460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.</title>
<updated>2014-08-25T17:12:44+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-08-25T17:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=34e43c7ee9700249dc6e5b333b7c264d45d6b530'/>
<id>urn:sha1:34e43c7ee9700249dc6e5b333b7c264d45d6b530</id>
<content type='text'>
SysTick IRQ now increases millisecond counter directly (ie without
calling HAL_IncTick).  Provide our own version of HAL_Delay that does a
wfi while waiting.  This more than halves power consumption when running
a loop containing a pyb.delay call.  It used to be like this, but new
version of HAL library regressed this feature.
</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: Add SPI class.</title>
<updated>2014-04-19T23:16:30+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2014-04-19T23:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=d689430e790bfbd40a4fc3139b118aee5576baf7'/>
<id>urn:sha1:d689430e790bfbd40a4fc3139b118aee5576baf7</id>
<content type='text'>
Also some updates to compile with latest changes to core py.
</content>
</entry>
<entry>
<title>stmhal - More systick cleanup. Fix HAL_Delay</title>
<updated>2014-03-13T23:17:01+00:00</updated>
<author>
<name>Dave Hylands</name>
<email>dhylands@gmail.com</email>
</author>
<published>2014-03-13T22:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=9db719bb57626d72ab84ab0ccd2294bf89158762'/>
<id>urn:sha1:9db719bb57626d72ab84ab0ccd2294bf89158762</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>
