<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/support/make, 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-03-03T08:15:30+00:00</updated>
<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>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>
<entry>
<title>board support: rename VLDiscovery -&gt; st_stm32vldiscovery</title>
<updated>2015-03-01T07:37:24+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-03-01T07:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=01e033bc302d8d82763e52b44394d42e41e47236'/>
<id>urn:sha1:01e033bc302d8d82763e52b44394d42e41e47236</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding support for NUCLEO-F103RB</title>
<updated>2015-03-01T07:14:52+00:00</updated>
<author>
<name>Grégoire Passault</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-11-27T03:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=f23af97214dc8664a1bc83951a65040e121a7364'/>
<id>urn:sha1:f23af97214dc8664a1bc83951a65040e121a7364</id>
<content type='text'>
Signed-off-by: Grégoire Passault &lt;g.passault@gmail.com&gt;
</content>
</entry>
</feed>
