bcostm
2327be65a2
DISCO_L072CZ_LRWAN1: Add usb in build_travis.py
2017-07-03 11:46:51 +01:00
bcostm
a7c23f12b7
NUCLEO_F767ZI: Add missing IAR definitions
2017-07-03 11:46:49 +01:00
Jimmy Brisson
59839e03c7
Fill out remainder of LazyDict dict compatibility
2017-07-03 11:46:48 +01:00
Jimmy Brisson
11d0cd0e7a
Correct len and iter operators for LazyDict
2017-07-03 11:46:48 +01:00
Jimmy Brisson
abbf61adb7
Delay relative_to and win_to_unix operations over features
2017-07-03 11:46:48 +01:00
Jimmy Brisson
62d6d95e0f
Delay feature scan until it's rquired
2017-07-03 11:46:48 +01:00
Jimmy Brisson
8d78e7150e
Improve speed of .mbedignore processing
2017-07-03 11:46:47 +01:00
Andrew Leech
49f46086f8
Prevent modifying existing targets.
...
A warning will be printed if it is attempted.
2017-07-03 11:46:46 +01:00
Andrew Leech
5f529a6df7
Add basic unit tests for custom_targets.json handling
2017-07-03 11:46:46 +01:00
Jimmy Brisson
1e2b7bef45
Clear custom-targets uppon setting new taregts.json location
2017-07-03 11:46:46 +01:00
Andrew Leech
e940d204d7
Handle situation when options.source_dir is None
2017-07-03 11:46:45 +01:00
Andrew Leech
4606027784
Add custom_targets.json file contents to targets
...
Avoid duplication of update_target_data() code
Keep "custom_targets.json" filename definition in Targets()
2017-07-03 11:46:45 +01:00
Jimmy Brisson
f22dd38ad5
Find extra targets in all source folders
2017-07-03 11:46:45 +01:00
Andrew Leech
9c575cdd1f
Recursively merge extra_targets into targets
...
Recursively merge any target configs in extra_targets.json rather than completely replacing keys at the top level
2017-07-03 11:46:44 +01:00
Andrew Leech
95c681c951
Add extra_targets.json support to build tools
...
If the file extra_targets.json exists in the working directory load it over the top of the built in targets.json for defining new and overriding built in mbed target definitions.
2017-07-03 11:46:44 +01:00
arostm
90a68fb074
DISCO_F413ZH: Remove usb from build_travis.py
2017-07-03 11:46:43 +01:00
arostm
a7b41df447
DISCO_F413ZH: Typo correction in build_travis.py
2017-07-03 11:46:43 +01:00
arostm
e4e3d0f3a4
DISCO_F413ZH: delete RTOS in build_travis.py
2017-07-03 11:46:42 +01:00
arostm
5d04388686
DISCO_F413ZH: add IAR exporter
2017-07-03 11:46:42 +01:00
arostm
cc1386ae8e
DISCO_F413ZH: corrections
...
- leds definition
- add sw4stm32 exporter
- recomment mco debug
2017-07-03 11:46:39 +01:00
arostm
3a8612f656
DISCO_F413ZH: add terget.json, build_travis.py and test.py changes
2017-07-03 11:46:39 +01:00
amq
cc84e140d8
Fix unresolved include of mbed_config.h in Eclipse
2017-07-03 11:46:37 +01:00
sarahmarshy
6f149fa0f3
Turn off "browse information" in Uvision template
...
"Browse information," or the indexer for MDK, causes extremely long
build times when enabled.
2017-07-03 11:46:37 +01:00
bcostm
b7aa3334c5
DISCO_L475VG_IOT01A: remove rtos from build_travis.py
2017-06-20 17:13:46 +01:00
bcostm
c4bf5c215e
Remove fat, usb_host, USB_10, USB_11 in build_travis.py --> alignment with other targets after rebase
2017-06-20 17:13:44 +01:00
bcostm
15f20cb7ab
Add "01A" suffix in target name
2017-06-20 17:13:42 +01:00
bcostm
0de4feffb0
Add DISCO_L475VG_IOT in build, export and tests python files
2017-06-20 17:13:41 +01:00
Jimmy Brisson
38370530b8
Fix a bug in print_large_string
2017-06-20 17:13:39 +01:00
Jimmy Brisson
a68fa4ae98
Accept app config option for export
2017-06-20 17:13:38 +01:00
Brian Daniels
b8b416eb5a
Enable verbose builds when running example build tests
2017-06-20 17:13:31 +01:00
Jimmy Brisson
65db7d19eb
Export static files from mbed export
2017-06-20 17:13:30 +01:00
Jimmy Brisson
ceae03eccc
Filter supported devices with a post-bin whitelist in uvision
2017-06-20 17:13:30 +01:00
Jimmy Brisson
ee5006f672
Improve error messages for bootloader build errors
2017-06-11 09:48:46 +01:00
Sam Grove
de31126ba0
Add mbed-os-eample-cellular to release data
2017-06-11 09:48:38 +01:00
Martin Kojtal
aaa316aadf
tools: mbed sdk boot should be separate object file
...
This was probably deleted during the rebase, as mbed sdk boot needs to be
own object file due to using weak functions.
2017-06-11 09:48:37 +01:00
Jimmy Brisson
1b7af5fbb4
Correct FPU setting for Cortex-M7FD
...
They had floating point turned off before
2017-06-11 09:48:32 +01:00
Jimmy Brisson
68c58c32d7
Correct profile handling in GNUARMEclipse exporter
2017-06-11 09:48:32 +01:00
Jimmy Brisson
de72fd6973
Remove unsupported part from IAR
2017-06-11 09:48:31 +01:00
Jimmy Brisson
07276fb4d6
Remove incompatible post binary hook
2017-06-11 09:48:31 +01:00
Jimmy Brisson
42bfa06b48
Use absolute paths for bootloader binaries
2017-06-11 09:48:23 +01:00
Jimmy Brisson
121b7f1361
Fix typo in tools code to handle bootloader builds
...
fixes a regression
2017-06-11 09:48:16 +01:00
Sam Grove
236ce19779
Remove previous docs building method and replaced by `doxygen doxyfile_options`
2017-06-11 09:48:13 +01:00
Jimmy Brisson
5a0bd97927
Fix a typo in test code
...
I goofed on spelling (swapped two letters). Whoops.
2017-06-11 09:48:07 +01:00
Niklas Hauser
8fb74f42d2
uVisor: Wrap _memalign_r and _calloc_r
2017-06-04 14:41:59 +01:00
Yuguo Zou
88d4d1d0f8
exporter coding style fix
...
should use space instead of tab
2017-06-03 20:15:04 +01:00
Yuguo Zou
92ca664fda
Add support for mbed exporter
...
(uvision, gcc_arm, iar)
2017-06-03 20:15:04 +01:00
Yuguo Zou
0c046a4c38
improve coding style
2017-06-03 20:15:04 +01:00
Yuguo Zou
00ffb04f68
move target specific scripts to tools/targets/
2017-06-03 20:14:58 +01:00
Yuguo Zou
29e11a1cb9
move REALTEK_RTL8195AM.py, remove progen in targets.json
2017-06-03 20:14:54 +01:00
Yuguo Zou
02687b5ec5
A fix to enum issue
2017-06-03 20:14:54 +01:00