<feed xmlns='http://www.w3.org/2005/Atom'>
<title>librambutan/support/make, 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:13Z</updated>
<entry>
<title>Adding support for NUCLEO-F103RB</title>
<updated>2015-05-28T03:52:13Z</updated>
<author>
<name>Grégoire Passault</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-11-27T03:58:20Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=dc29856361aa8568d947db65aa90253c036540ae'/>
<id>urn:sha1:dc29856361aa8568d947db65aa90253c036540ae</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>Adding support for cm900 and opencm904 boards (robotis)</title>
<updated>2014-02-20T21:39:04Z</updated>
<author>
<name>Gregwar</name>
<email>g.passault@gmail.com</email>
</author>
<published>2014-02-20T21:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=dee88e422839ee0b2c5c17841feabc41fcc6b8ed'/>
<id>urn:sha1:dee88e422839ee0b2c5c17841feabc41fcc6b8ed</id>
<content type='text'>
Signed-off-by: Grégoire Passault &lt;g.passault@gmail.com&gt;
</content>
</entry>
<entry>
<title>build-rules.mk: allow user to override dfu-util path.</title>
<updated>2013-07-19T16:49:24Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2013-07-19T16:49:24Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=024dbd042d50d8b937e881e75bbefad43c5d60f7'/>
<id>urn:sha1:024dbd042d50d8b937e881e75bbefad43c5d60f7</id>
<content type='text'>
Signed-off-by: Marti Bolivar &lt;mbolivar@leaflabs.com&gt;
</content>
</entry>
<entry>
<title>build-rules.mk: Add CROSS_COMPILE env var support</title>
<updated>2013-06-04T12:17:43Z</updated>
<author>
<name>Daniel Nyström</name>
<email>daniel@nystrom.st</email>
</author>
<published>2013-05-27T13:19:59Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=41e92d43d3f2bcce87bda65656cd139437d95b05'/>
<id>urn:sha1:41e92d43d3f2bcce87bda65656cd139437d95b05</id>
<content type='text'>
Since toolchains other then older Code Sourcery (Mentor Graphics)
might not use the arm-none-eabi triplet, make it possible to use
any triplet by just setting the CROSS_COMPILE environment variable
accordingly.

Signed-off-by: Daniel Nyström &lt;daniel@nystrom.st&gt;
</content>
</entry>
<entry>
<title>Add fix to support Summon/Linaro GCC ARM embedded toolchain.</title>
<updated>2013-01-05T19:25:14Z</updated>
<author>
<name>Dmitry Prokhorov</name>
<email>dipspb@gmail.com</email>
</author>
<published>2013-01-05T15:23:30Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=be005eb7acc1fa08aa92b47d905e5a8ec38f5d6e'/>
<id>urn:sha1:be005eb7acc1fa08aa92b47d905e5a8ec38f5d6e</id>
<content type='text'>
Signed-off-by: Dmitry Prokhorov &lt;dipspb@gmail.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>Fix botched TARGET_LDFLAGS.</title>
<updated>2012-06-27T03:16:45Z</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@leaflabs.com</email>
</author>
<published>2012-06-27T03:16:29Z</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/librambutan/commit/?id=addaa701812ec0e4b26f956be177845b67399d1a'/>
<id>urn:sha1:addaa701812ec0e4b26f956be177845b67399d1a</id>
<content type='text'>
Works with officially supported CodeSourcery toolchain. May need
tweaks for users with a more modern arm-none-eabi-g++.

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>
</feed>
