<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/support, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2015-06-14T03:28:01+00:00</updated>
<entry>
<title>stm32f2-f4: fix doxygen evil_mangler</title>
<updated>2015-06-14T03:28:01+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-06-14T01:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=1653aa5b2d360f91a44813483c4641d8c949835c'/>
<id>urn:sha1:1653aa5b2d360f91a44813483c4641d8c949835c</id>
<content type='text'>
Now detects "stm32f2-f4" as a valid series, and rewrites it to
"stm32f2_f4" as a namespace.

Documentation will need to be refactored to point at this new namespace.
</content>
</entry>
<entry>
<title>stm32f4: 32bit-float-friendly GCC flags</title>
<updated>2015-03-03T08:15:30+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-03-03T08:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3246f26bfa100e3d2e1d9a0c761774b9c6fed35a'/>
<id>urn:sha1:3246f26bfa100e3d2e1d9a0c761774b9c6fed35a</id>
<content type='text'>
This commit makes 'float' (32-bit) the default for floating point
constants in the source code, instead of the defaults 'double' (64-bit).

Floating point performance is very sensitive to the float vs. double
distinction on 32-bit processors, especially Cortex-M4s with a VFP unit
for floats but not doubles.

In the future it may be wise to make this change for non-hard-fp chips
(aka, all the other STM32s) as well, for behavioral consistancy. The
warning flag ensures that the frequently used parts of the code base
will be less ambiguous, but doesn't cover series-specific code.
</content>
</entry>
<entry>
<title>stm32f4: series-specific linker flags</title>
<updated>2015-03-03T08:14:43+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-03-03T07:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=c5d73925fcc06ec03fe21b290e2783e3e07ba9f1'/>
<id>urn:sha1:c5d73925fcc06ec03fe21b290e2783e3e07ba9f1</id>
<content type='text'>
Also refactors STM32F2-F4 linker files into sub-series directories.
</content>
</entry>
<entry>
<title>board support: stm32f401c_discovery -&gt; st_stm32f401cdiscovery</title>
<updated>2015-03-02T05:42:26+00:00</updated>
<author>
<name>bryan newbold</name>
<email>bnewbold@leaflabs.com</email>
</author>
<published>2014-04-25T18:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=4cb5b2ceb9f540db0d0a18c1fb503d6303f1dd91'/>
<id>urn:sha1:4cb5b2ceb9f540db0d0a18c1fb503d6303f1dd91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm32f4: add sram_64k_flash_128k linker script</title>
<updated>2015-03-02T05:42:26+00:00</updated>
<author>
<name>bryan newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-10-06T22:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=5bbdf71551efaf7a1da72d76509795ed304538a8'/>
<id>urn:sha1:5bbdf71551efaf7a1da72d76509795ed304538a8</id>
<content type='text'>
This supports, eg, the STM32F401xB chip family.
</content>
</entry>
<entry>
<title>stm32f401c_discovery.mk: fix typo and use short MCU name convention</title>
<updated>2015-03-01T22:51:12+00:00</updated>
<author>
<name>bryan newbold</name>
<email>bnewbold@leaflabs.com</email>
</author>
<published>2014-04-25T18:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=ea278f5b4364e3124b50ca9fa1f98711764f33e4'/>
<id>urn:sha1:ea278f5b4364e3124b50ca9fa1f98711764f33e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stm32f4: add support for stm32f401CDiscovery board</title>
<updated>2015-03-01T22:50:20+00:00</updated>
<author>
<name>Perry Hung</name>
<email>perry@leaflabs.com</email>
</author>
<published>2014-04-09T22:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=21caaeb51a7be06b8a5b5b5ece7896e62722ad44'/>
<id>urn:sha1:21caaeb51a7be06b8a5b5b5ece7896e62722ad44</id>
<content type='text'>
Add support for stm32f401CDiscovery board running an STM32F401VGT6
</content>
</entry>
<entry>
<title>board support: opencm904 -&gt; robotis_opencm904</title>
<updated>2015-03-01T07:47:30+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-03-01T07:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=c9151c2d8960809b34b42e9b3e0f8d918e27afe4'/>
<id>urn:sha1:c9151c2d8960809b34b42e9b3e0f8d918e27afe4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>board support: cm900 -&gt; robotis_cm900</title>
<updated>2015-03-01T07:45:52+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-03-01T07:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=a1f09df5fb39bd1d53f06b45b06c0d26ef0a182c'/>
<id>urn:sha1:a1f09df5fb39bd1d53f06b45b06c0d26ef0a182c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>board support: nucleo -&gt; st_nucleo_f103rb</title>
<updated>2015-03-01T07:41:35+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-03-01T07:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=dba64f7f00469da2cd5ee82f44c25fb8a069e6aa'/>
<id>urn:sha1:dba64f7f00469da2cd5ee82f44c25fb8a069e6aa</id>
<content type='text'>
Also correct attribution in Wirish board.h
</content>
</entry>
</feed>
