Jimmy Brisson
|
def0a38c4b
|
Add message that informs the user which hex to flash
|
2016-11-07 15:54:44 -06:00 |
Sam Grove
|
03b8ae1811
|
Merge pull request #3200 from bridadan/exporter_build_subprocess_change
Using Popen for uVision and unifying the structure of the build function
|
2016-11-04 14:45:54 -05:00 |
Sam Grove
|
13676f064b
|
Merge pull request #3189 from theotherjimmy/make-use-path
[Exporters - Make-based] Force make exporter to search PATH for compilers
|
2016-11-04 14:45:02 -05:00 |
Sam Grove
|
4a45761c08
|
Merge pull request #3195 from theotherjimmy/quote-shell-make
[Exporters - Make-based] Quote the shell call in mkdir and rmdir
|
2016-11-04 14:43:22 -05:00 |
Brian Daniels
|
9d91566927
|
Using Popen for uvision and unifying the structure of the build function
across exporters
|
2016-11-04 11:14:32 -05:00 |
Jimmy Brisson
|
688d55bd93
|
Quote make invocation too
|
2016-11-04 10:08:24 -05:00 |
Sam Grove
|
f044786f22
|
Merge pull request #3187 from theotherjimmy/fix-eclipse-export
[Export-Make] Use internal class variable for resolving templates in makefiles
|
2016-11-03 18:48:13 -05:00 |
Jimmy Brisson
|
83fbbe8964
|
Quote the shell call in mkdir and rmdir
Allows the use of bash in windows
|
2016-11-03 15:38:55 -05:00 |
Jimmy Brisson
|
79bccc14a2
|
Force make exporter to search PATH for compilers
|
2016-11-02 17:16:35 -05:00 |
Jimmy Brisson
|
c2470e9710
|
Use internal class variable for resolving templates in makefiles
This allows other exporters to inherit from make and change the name of
the exporter without breaking.
|
2016-11-02 15:42:30 -05:00 |
Sarah Marsh
|
cc154a48cd
|
[Exporters] Build method documentation. Removal of unused Exception classes.
|
2016-11-01 15:03:31 -05:00 |
Sarah Marsh
|
b9bac0516b
|
[Exporter tests] changing variable names and respecting requirement kwargs
|
2016-11-01 15:03:31 -05:00 |
Sarah Marsh
|
986af0dd5e
|
New export-build tests.
Allows command line workflow of:
mbed import
mbed export
Also revises exporter supported target checks
|
2016-11-01 15:03:31 -05:00 |
Martin Kojtal
|
9fce16dddf
|
Merge pull request #3061 from theotherjimmy/makefile-lib-fix
Exporters: Use correct names for library files in makefile exporter
|
2016-10-20 11:02:24 +01:00 |
Jimmy Brisson
|
1a4dabd65d
|
Account for different linker flags across the compilers
|
2016-10-19 14:21:11 -05:00 |
Jimmy Brisson
|
18b34794be
|
Add quick print to the makefile when srec_cat is required
|
2016-10-18 10:58:51 -05:00 |
Jimmy Brisson
|
7a8917fcf8
|
Use correct names for library files
|
2016-10-18 10:30:46 -05:00 |
Sarah Marsh
|
b39fbd3273
|
Use single quotes to escape make commands
|
2016-09-21 11:30:58 -05:00 |
Jimmy Brisson
|
e507b9e1c6
|
export make - Surround all command line stuff with quotes.
Should eliminate any space-in-path issues
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
a3ee5edde5
|
Unifiy output style of makefile and tools
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
d9c8365828
|
Use cflags instead of symbols
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
6838aa9372
|
Clean code style of python code for generic make
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
920bb47ffd
|
Change make exporter support to match target.json
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
00d2a45b91
|
Generalize make exporters for all toolchains
|
2016-09-15 11:42:52 -05:00 |
Jimmy Brisson
|
17e096b369
|
Move make stuff to it's own folder; add a make_gcc_arm exporter
|
2016-09-15 11:42:52 -05:00 |