<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/Makefile, branch newprint</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=newprint</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=newprint'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2015-03-03T08:14:43Z</updated>
<entry>
<title>stm32f4: series-specific linker flags</title>
<updated>2015-03-03T08:14:43Z</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2015-03-03T07:54:43Z</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>buildsys: allow out-of-tree board files</title>
<updated>2015-03-01T07:19:34Z</updated>
<author>
<name>bryan newbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2014-10-06T06:09:54Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=8e441906ff4ac7a328481a7602cb851958a88d06'/>
<id>urn:sha1:8e441906ff4ac7a328481a7602cb851958a88d06</id>
<content type='text'>
This allows custom hardware boards (using existing chipset support) to
be targeted without patches to the libmaple repository.

See also commit in firmware-template repo.
</content>
</entry>
<entry>
<title>Generate .hex files as well.</title>
<updated>2015-03-01T07:14:25Z</updated>
<author>
<name>Grégoire Passault</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-11-27T03:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=8e213031af85fdf544b957cec18406f51eb2a077'/>
<id>urn:sha1:8e213031af85fdf544b957cec18406f51eb2a077</id>
<content type='text'>
Signed-off-by: Grégoire Passault &lt;g.passault@gmail.com&gt;
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Adding ROBOTIS "make install" and reset hook</title>
<updated>2014-04-24T08:15:23Z</updated>
<author>
<name>Gregwar</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-04-24T08:15:05Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=731e2ab24755b3706daf7d64eaa53f2ec0512277'/>
<id>urn:sha1:731e2ab24755b3706daf7d64eaa53f2ec0512277</id>
<content type='text'>
Signed-off-by: Grégoire Passault &lt;g.passault@gmail.com&gt;
</content>
</entry>
<entry>
<title>Adding BOOTLOADER option to support Robotis bootloader different ROM</title>
<updated>2014-04-23T20:22:41Z</updated>
<author>
<name>Gregwar</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-04-23T14:45:23Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=3c8ded4743c09a7b0c7737392d4e4c15e6959852'/>
<id>urn:sha1:3c8ded4743c09a7b0c7737392d4e4c15e6959852</id>
<content type='text'>
Signed-off-by: Grégoire Passault &lt;g.passault@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixups for Wire library builds.</title>
<updated>2012-08-31T20:12:14Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-31T20:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=7ccd7afce2a158eb852b5f7c61cd51e8febe56a9'/>
<id>urn:sha1:7ccd7afce2a158eb852b5f7c61cd51e8febe56a9</id>
<content type='text'>
Add libraries directory to global include path, so Wire sub-headers
can be included in a directory-independent way.

Tweak Wire global declaration and definition so it builds.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Makefile: Don't assume Cortex M3.</title>
<updated>2012-08-05T18:40:03Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-05T18:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=7f964c5fc1eae683aa161a59be6565ba03eb10a3'/>
<id>urn:sha1:7f964c5fc1eae683aa161a59be6565ba03eb10a3</id>
<content type='text'>
Instead, derive -march and -mcpu from the target MCU in
target-config.mk. Also (on STM32F4) add the necessary floating point
flags. The CodeSourcery toolchains don't support these, so we'll need
to prepare alternative toolchains when F4 support is official.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Add support for ARM's GCC ARM embedded toolchain.</title>
<updated>2012-08-05T17:27:13Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-05T17:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=d8830b1448809b84ed95047a90a6793d59527ca0'/>
<id>urn:sha1:d8830b1448809b84ed95047a90a6793d59527ca0</id>
<content type='text'>
Based on patches provided by Hanspeter Portner:

http://forums.leaflabs.com/topic.php?id=1717#post-11812
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Makefile: move flag settings after build-rules and -templates.</title>
<updated>2012-08-05T16:59:36Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-08-05T16:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=5b66935b6ec54d16b3536cf13d8fca53358d8777'/>
<id>urn:sha1:5b66935b6ec54d16b3536cf13d8fca53358d8777</id>
<content type='text'>
We'll need to mess with the linker flags to add support for ARM
toolchains other than CodeSourcery's. Since the toolchain is
determined in build-rules.mk, decisions that depend on it have to
happen after it's included.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>LD: Don't --print-gc-sections.</title>
<updated>2012-06-27T03:17:20Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-27T03:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=1ea491a3ed723b9895d2827deb235fdace870ea4'/>
<id>urn:sha1:1ea491a3ed723b9895d2827deb235fdace870ea4</id>
<content type='text'>
That's too noisy.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
</feed>
