Brian Daniels
|
5b36a4cfd0
|
Adding a proper exit return code on a toolchain failure
|
2016-04-12 18:32:33 -05:00 |
Bogdan Marinescu
|
7996649d96
|
Merge pull request #43 from screamerbg/master
Add reponse files for GCC, ARMCC and IAR linking
|
2016-04-12 14:17:30 +03:00 |
Mihail Stoyanov
|
76f6374f4a
|
Merge pull request #42 from meriac/mainline
Fix check on UVISOR_PRESENT=1 macro
|
2016-04-12 12:15:10 +01:00 |
Mihail Stoyanov
|
61298334c2
|
Introduce response file for linking with IAR toolchain
|
2016-04-12 12:11:22 +01:00 |
Mihail Stoyanov
|
40fc10401b
|
Merge https://github.com/screamerbg/mbed-os
|
2016-04-12 11:37:43 +01:00 |
Mihail Stoyanov
|
927caca09f
|
Introduce response files for ARMCC and GCC toolchains and also document code
|
2016-04-12 11:37:15 +01:00 |
Alessandro Angelino
|
ec0e403bf9
|
Fix check on UVISOR_PRESENT=1 macro
|
2016-04-12 11:11:02 +01:00 |
Martin Kojtal
|
75d04a3903
|
Add debug symbols to all builds (release/debug)
All toolchains affected. Fixes #39.
|
2016-04-12 09:35:55 +01:00 |
Bogdan Marinescu
|
55e68380cd
|
Merge pull request #32 from 0xc0170/fix_build_dir
Fix build dir for uvision and IAR
|
2016-04-08 10:05:59 +01:00 |
Martin Kojtal
|
5b8e65b80e
|
Exporters - uvision and iar appends its name to build dir
|
2016-04-07 18:54:58 +01:00 |
Martin Kojtal
|
adfcf2c689
|
Exporters - .build dir for progen as output dir
|
2016-04-07 18:47:49 +01:00 |
Marcus Shawcroft
|
e3afc94f65
|
Merge pull request #30 from screamerbg/master
Update GCC toolchain to support the new format for the first line of …
|
2016-04-07 18:00:57 +01:00 |
Mihail Stoyanov
|
fe75990e4c
|
Update GCC toolchain to support the new format for the first line of .d files
|
2016-04-07 17:49:05 +01:00 |
Bogdan Marinescu
|
f28588c3c2
|
Merge pull request #8 from mjs-arm/botch-fixing
Fix merge of support for --source for exporters
|
2016-04-07 09:16:56 +01:00 |
Bogdan Marinescu
|
0b593484db
|
Merge pull request #5 from 0xc0170/fix_project
Tools - project options.macros None fix
|
2016-04-07 09:14:52 +01:00 |
Marcus Shawcroft
|
810ecc5b21
|
Fix merge of support for --source for exporters
The original merge of this patch was botched, this patch re-instantes
the missing part.
|
2016-04-06 20:55:17 +01:00 |
Martin Kojtal
|
a058ab98a4
|
Tools - project options.macros None fix
Handle when options.macros is None, which results in Traceback
|
2016-04-06 19:07:23 +01:00 |
screamer
|
ab0fc59e52
|
Add support for project naming based on current directory Cleanup print output
|
2016-04-06 16:08:11 +01:00 |
screamer
|
228d83193c
|
Properly support relative and absolute paths for source and build dirs
|
2016-04-06 16:08:07 +01:00 |
screamer
|
5094b10964
|
Add exception for TESTS folders to be excluded from the builds
|
2016-04-06 16:08:02 +01:00 |
screamer
|
1b4d69aa8f
|
The build system respects -DUVISOR_PRESENT and dynamically disables floating point support
|
2016-04-06 16:04:35 +01:00 |
bridadan
|
ef4376740b
|
Allowing "--source" to be specified multiple times.
Allowing you to compose builds from separate directories.
|
2016-04-06 16:02:11 +01:00 |
Marcus Shawcroft
|
f040936ed7
|
Revert "Remove yaml exporter"
This reverts commit 4f7804b221 .
|
2016-04-05 23:50:48 +01:00 |
Bogdan Marinescu
|
a215fe48fd
|
Fixed build tools
|
2016-04-05 19:00:39 +03:00 |
Bogdan Marinescu
|
35e8c143cc
|
Removed non needed tools/data directory
|
2016-04-05 16:46:18 +01:00 |
Marcus Shawcroft
|
f2ddf68b80
|
Increase iteration count on toolchain wait loop
|
2016-04-05 16:40:50 +01:00 |
Marcus Shawcroft
|
d54b280afe
|
Support debug-info in build.
|
2016-04-05 16:40:16 +01:00 |
Marcus Shawcroft
|
1a7efa8787
|
Define __CMSIS_RTOS
|
2016-04-05 16:39:24 +01:00 |
Marcus Shawcroft
|
b0fa89205c
|
Define K64F_UV
|
2016-04-05 16:38:58 +01:00 |
Marcus Shawcroft
|
e74b59cc94
|
Adding --source and -D iptions on project.py
|
2016-04-05 16:38:34 +01:00 |
Marcus Shawcroft
|
dc7df8caeb
|
Switch MBED_BASE from .../mbed to .../sdk
|
2016-04-05 16:38:05 +01:00 |
Marcus Shawcroft
|
4f7804b221
|
Remove yaml exporter
|
2016-04-05 16:32:01 +01:00 |
Marcus Shawcroft
|
3b2b06197a
|
move workspace to tools
|
2016-04-05 16:30:51 +01:00 |
Bogdan Marinescu
|
dca69e022b
|
Preparing new layout - moved ./workspace_tools to ./tools
|
2016-04-05 16:26:31 +01:00 |