<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/Makefile, branch legacy</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/librambutan/atom?h=legacy</id>
<link rel='self' href='https://git.bnewbold.net/librambutan/atom?h=legacy'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/'/>
<updated>2015-05-28T03:52:04Z</updated>
<entry>
<title>Generate .hex files as well.</title>
<updated>2015-05-28T03:52:04Z</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=91abbf1635da21efc95ff67b13018ce97315bff0'/>
<id>urn:sha1:91abbf1635da21efc95ff67b13018ce97315bff0</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>
<entry>
<title>Merge branch 'wip-family-support'</title>
<updated>2012-06-26T22:32:57Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-26T22:24:49Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=f005bd3a5c087e3d5559f2858a1e7898a4f92a8d'/>
<id>urn:sha1:f005bd3a5c087e3d5559f2858a1e7898a4f92a8d</id>
<content type='text'>
Merge the long-lived (too long; future changes like these will need to
proceed more incrementally) development branch of libmaple, containing
experimental STM32F2 and STM32F1 value line support, into master.

This required many changes to the structure of the library. The most
important structural reorganizations occurred in:

- 954f9e5: moves public headers to include directories
- 3efa313: uses "series" instead of "family"
- c0d60e3: adds board files to the build system, to make it easier to
  add new boards
- 096d86c: adds build logic for targeting different STM32 series
  (e.g. STM32F1, STM32F2)

This last commit in particular (096d86c) is the basis for the
repartitioning of libmaple into portable sections, which work on all
supported MCUs, and nonportable sections, which are segregated into
separate directories and contain all series-specific code. Moving
existing STM32F1-only code into libmaple/stm32f1 and wirish/stm32f1,
along with adding equivalents under .../stm32f2 directories, was the
principal project of this branch.

Important API changes occur in several places. Existing code is still
expected to work on STM32F1 targets, but there have been many
deprecations. A detailed changelog explaining the situation needs to
be prepared.

F2 and F1 value line support is not complete; the merge is proceeding
prematurely in this respect. We've been getting more libmaple patches
from the community lately, and I'm worried that the merge conflicts
with the old tree structure will become painful to manage.

Conflicts:
	Makefile

Resolved Makefile conflicts manually; this required propagating
-Xlinker usage into support/make/target-config.mk.

Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>Bring back the libraries.</title>
<updated>2012-06-26T20:57:11Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-26T20:57:11Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=0d7471bb40f3ad048c624700dc5d1b1d776feb43'/>
<id>urn:sha1:0d7471bb40f3ad048c624700dc5d1b1d776feb43</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
</feed>
