Martin Kojtal
|
88c398b52a
|
Merge pull request #4377 from theotherjimmy/disable-cortex-A
Disable Cortex-A in tooling for better error messages
|
2017-05-31 07:50:21 +01:00 |
Jimmy Brisson
|
f5859b308b
|
Disable Cortex-A in tooling to provide better error messages
Disable Cortex-A in compile supported matrix
Disable Cortex-A in export supported matrix
|
2017-05-30 14:32:06 -05:00 |
Anna Bridge
|
ddc015fb6e
|
Merge pull request #4303 from nvlsianpu/nrf52840_iar
enable iar exporter for nRF52840
|
2017-05-30 16:45:25 +01:00 |
Sam Grove
|
704ffd7010
|
Merge pull request #4331 from theotherjimmy/depend-on-profile
Have objects depend on their respective compiler invocations
|
2017-05-26 17:06:23 -05:00 |
Sam Grove
|
d11289b576
|
Merge pull request #4165 from adustm/can_init
fix #3863 Add an mbed API that allows the init of the CAN at the bus frequency
|
2017-05-26 10:45:19 -05:00 |
Sam Grove
|
2e5ba49b59
|
Merge pull request #4395 from theotherjimmy/fix-uvision-support
Allow generic core exports to UVision
|
2017-05-26 10:20:33 -05:00 |
Jimmy Brisson
|
598cbdf023
|
Merge pull request #4381 from janjongboom/vscode-intellisense-engine
Fix vscode intellisense engine to 'Tag Parser'
|
2017-05-25 15:06:54 -05:00 |
Jimmy Brisson
|
4d1a4a41fa
|
Fix Uvision supported check
Should now allow for generic targets
|
2017-05-25 15:01:20 -05:00 |
Brian Daniels
|
3966139cd7
|
Allowing examples to specify which repo source to use for testing.
They can pick from either the mbed developer site or the GitHub
repository.
|
2017-05-24 11:10:49 -05:00 |
Jan Jongboom
|
1b0d7ee120
|
Fix vscode intellisense engine to 'Tag Parser'
|
2017-05-24 10:56:45 +01:00 |
Vincent Coubard
|
897667deaa
|
makefile exporter: Escape double quote in toolchain flags.
Without this fix macro defined as -DFOO="BAR" won't be correctly
interpreted by the compiler.
|
2017-05-23 14:08:24 +01:00 |
Vincent Coubard
|
deaabf3123
|
uvision exporter: Escape double quote in flags.
Without this fix macro defined as -DFOO="BAR" won't be correctly handled
by uvision.
|
2017-05-23 14:04:05 +01:00 |
Jimmy Brisson
|
7b04a52a46
|
Mock the function I just added in testing
|
2017-05-19 16:30:49 -05:00 |
Jimmy Brisson
|
3123a1d394
|
Switch dependencies to their respective CIL flags
|
2017-05-19 16:30:49 -05:00 |
Jimmy Brisson
|
5152c1c7ac
|
Make object files depend on compiler flags
|
2017-05-19 16:29:55 -05:00 |
Sam Grove
|
94b67de439
|
Merge pull request #4202 from theotherjimmy/rom-size-injection
Add support for Unmanaged Bootloader
|
2017-05-18 09:34:13 -05:00 |
Sam Grove
|
943ef8648b
|
Merge pull request #4325 from theotherjimmy/fix-unicode
Decode STDERR from compiler
|
2017-05-18 09:26:06 -05:00 |
Andrzej Puzdrowski
|
83c4b585c1
|
nRF52840_xxAA: enable iar exporter. nRF5x-MDK-IAR 8.11.1 or newer is required.
|
2017-05-17 11:45:57 +02:00 |
Jimmy Brisson
|
4ed87e2f3c
|
Decode STDERR from compiler
|
2017-05-15 14:13:50 -05:00 |
Russ Butler
|
0a3b2561bc
|
Merge pull request #4316 from c1728p9/remove_cortex_a
Remove Cortex A boards as Cortex-A it is not supported in CMSIS5/RTX2
|
2017-05-15 11:55:36 -05:00 |
Martin Kojtal
|
12e6f8a1a8
|
Merge pull request #4293 from theotherjimmy/dedupe-iar-flags
Revome duplicate optimization flags in IAR export
|
2017-05-15 16:20:12 +01:00 |
Martin Kojtal
|
7a656302b2
|
Merge pull request #4286 from theotherjimmy/fix-coide-missing-template
Remove unsupported Coide exports
|
2017-05-15 16:16:10 +01:00 |
adustm
|
f9b94d5f6c
|
Add NUCLEO_F303ZE in MBED_A30 test list
|
2017-05-15 14:27:22 +02:00 |
jeromecoutant
|
f027cf429b
|
Add new CAN API test MBED_A30
|
2017-05-15 14:27:22 +02:00 |
Bartek Szatkowski
|
e535493a01
|
Remove Cortex A boards as Cortex-A it is not supported in CMSIS5/RTX2
|
2017-05-12 17:14:04 -05:00 |
Martin Kojtal
|
4b9b7188b8
|
tools: fix objects names that we need because of weak linkage
Fixing retarget and board object files, plus adding new one mbed_main.
|
2017-05-12 14:51:51 -05:00 |
Martin Kojtal
|
2977d0c387
|
tools: remove usb host from mbed 2 scripts
usb host has dependency on rtos1 that is no longer in the
code base.
|
2017-05-12 14:51:49 -05:00 |
Martin Kojtal
|
8c4258ceb5
|
tools: remove all rtos1 references
These references are removed from mbed 2 scripts, including travis script.
|
2017-05-12 14:51:47 -05:00 |
Jimmy Brisson
|
2821fd548f
|
Mock config in toolchain tests
|
2017-05-12 14:04:08 -05:00 |
Bartek Szatkowski
|
2ddf4b33cb
|
CMSIS5: Remove ARM7 support and targets
|
2017-05-12 13:48:43 -05:00 |
Martin Kojtal
|
d4cd403039
|
tools: remove net libraries
Remove any reference to net libraries that are unsupported. As we removed net libraries, these are no longer in the codebase.
|
2017-05-11 17:51:01 -05:00 |
Jimmy Brisson
|
58167a2071
|
All C files depend on mbed_app.json
|
2017-05-11 14:20:09 -05:00 |
Jimmy Brisson
|
59e32b2fc6
|
Merge pull request #4289 from netzimme/master
LPC4088: add "LPC4088Code.binary_hook" to the white list of the embit…
|
2017-05-10 15:56:24 -05:00 |
Jimmy Brisson
|
6b8dd7b880
|
Revome duplicate optimization flags in IAR export
|
2017-05-09 14:20:48 -05:00 |
Daniel Zimmermann
|
8e02855101
|
LPC4088: add LPC4088Code.binary_hook to the white list of the embitz, gnuarmeclipse and makefile exporter.
|
2017-05-09 11:59:03 -05:00 |
Jimmy Brisson
|
d04d588106
|
Merge pull request #4276 from nvlsianpu/patch-1
avoid 03/05 intel-hex records for nordic devices
|
2017-05-08 16:05:24 -05:00 |
Jimmy Brisson
|
c782054eb5
|
Remove unsupported Coide exports
They simply would error with "template not found". Instead, lets just
disable them.
|
2017-05-08 14:03:27 -05:00 |
Jimmy Brisson
|
bbde3797cb
|
Make binary depend on config directly
|
2017-05-08 13:33:37 -05:00 |
Jimmy Brisson
|
fd26d5b5a7
|
Allow app config to override start and size
|
2017-05-08 13:25:28 -05:00 |
Jimmy Brisson
|
c1cbd26f1d
|
Merge pull request #4256 from arostm/dev_disco_lora
DISCO_L072CZ_LRWAN1: add a new platform
|
2017-05-08 11:15:00 -05:00 |
Andrzej Puzdrowski
|
c64d2f4411
|
avoid 03/05 intel-hex records for nordics devices
use Intelhex::write_hex_file instead of IntelHex::tofile
|
2017-05-05 13:27:29 +02:00 |
arostm
|
1cea7ee7fb
|
DISCO_L072CZ_LRWAN1: delete tests mbed os2 result
|
2017-05-03 09:14:04 +02:00 |
Jimmy Brisson
|
7e03d8f1b4
|
Merge pull request #4110 from theotherjimmy/build-metadata
Add --build-data switch to mbed compile and test
|
2017-05-02 11:35:47 -05:00 |
Jimmy Brisson
|
7f0ed3b40b
|
Merge pull request #4136 from theotherjimmy/bootlader-exists
Error when bootloader is specified but does not exist
|
2017-05-02 11:34:30 -05:00 |
Jimmy Brisson
|
03806a8045
|
Merge pull request #4224 from theotherjimmy/mbed-new-export
Add `mbed new .` output to export
|
2017-05-02 11:28:09 -05:00 |
Alexis ROCHE
|
71492e5473
|
DISCO_L072CZ_LRWAN1: add IAR export
|
2017-05-02 12:53:25 +02:00 |
Alexis ROCHE
|
a59c4ff8a7
|
DISCO_L072CZ_LRWAN1: add LRWAN1 to the name
|
2017-05-02 12:53:25 +02:00 |
Alexis ROCHE
|
19109d9404
|
DISCO_L072CZ: Modifications and verifications to build
|
2017-05-02 11:50:24 +02:00 |
Martin Kojtal
|
a8da481ce3
|
Config: config header file should contain new line
|
2017-04-28 10:41:23 +01:00 |
Jimmy Brisson
|
43bd303db3
|
Add `mbed new .` output to export
|
2017-04-26 09:52:07 -05:00 |