<feed xmlns='http://www.w3.org/2005/Atom'>
<title>feurig/libmaplemidi-cma/support/make/build-targets.mk, branch master</title>
<subtitle>C and C++ library for STM32 ARM Cortex-M3 development boards.</subtitle>
<id>https://git.suspectdevices.com/feurig/libmaplemidi-cma/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/'/>
<updated>2010-09-13T19:15:39+00:00</updated>
<entry>
<title>exposed build-targets.mk</title>
<updated>2010-09-13T19:15:39+00:00</updated>
<author>
<name>Marti Bolivar</name>
<email>mbolivar@mit.edu</email>
</author>
<published>2010-09-13T19:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=208e35e7d704467cb04b054e3fc32acf82be9e49'/>
<id>urn:sha1:208e35e7d704467cb04b054e3fc32acf82be9e49</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Portability fixes</title>
<updated>2010-09-01T02:05:39+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2010-09-01T02:05:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=0ccec95446d4c7f3ea47a46d267c791fb22bb8d4'/>
<id>urn:sha1:0ccec95446d4c7f3ea47a46d267c791fb22bb8d4</id>
<content type='text'>
Still not working but fixed a lot of merge errors
</content>
</entry>
<entry>
<title>MEMORY_TARGET not MAPLE_TARGET</title>
<updated>2010-08-25T22:21:51+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2010-08-25T22:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=0a6a19cf7625c0badb3bae30ad23605b39883357'/>
<id>urn:sha1:0a6a19cf7625c0badb3bae30ad23605b39883357</id>
<content type='text'>
</content>
</entry>
<entry>
<title>more codeblocks fixes; verbose build output</title>
<updated>2010-07-09T00:04:05+00:00</updated>
<author>
<name>bnewbold</name>
<email>bnewbold@robocracy.org</email>
</author>
<published>2010-07-09T00:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=e20771d28264125586c6cff7cc4a6b4d51e69110'/>
<id>urn:sha1:e20771d28264125586c6cff7cc4a6b4d51e69110</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make: Modularize makefiles, add dependency tracking, build-type tracking</title>
<updated>2010-06-26T01:23:04+00:00</updated>
<author>
<name>Perry Hung</name>
<email>iperry@alum.mit.edu</email>
</author>
<published>2010-06-24T15:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/feurig/libmaplemidi-cma/commit/?id=2c043efb66416f3d5cd85f0939054766082354de'/>
<id>urn:sha1:2c043efb66416f3d5cd85f0939054766082354de</id>
<content type='text'>
Major build system rewrite. New and exciting:

1. Proper dependency tracking. All source files including header files
should be properly tracked and recompiled as necessary when they are
changed.

2. Build-type tracking. If the target changes from 'ram' to 'flash,'
for example, the build system will force a rebuild rather than
incorrectly link modules to a different address.

3. New targets:
   The old 'ram,' 'flash,' and 'jtag' targets have been replaced with
the environment variable MAPLE_TARGET, which controls the link address.
Users can either export it to their environment, or pass MAPLE_TARGET on
the command-line. Once this is set, sketches can be compiled with 'make
sketch,' or simply 'make.'

Note: the default is MAPLE_TARGET='flash.'

The target 'install' now automagically uploads the sketch to the board
using the appropriate method.

The 'run' target has been renamed to 'debug.' It starts an openocd gdb
server.

4. Odds and ends:
  -Verbose and 'quiet' modes. Set V=1 for verbose compilation, the default
   is quiet.
  -Object file sizes and disassembly information is generated and placed
   in build/$(BOARD).sizes and build/$(BOARD).disas, respectively.
  -Parallel make with -j should speed things up if you have multiple
   cores.
</content>
</entry>
</feed>
