Mathias Giacomuzzi
98b247a963
remove the first join
2017-10-20 16:18:27 +01:00
Mathias Giacomuzzi
2b1597a007
add quotation marks for compiler path
2017-10-20 16:18:27 +01:00
adustm
7320e7411d
Allow exporters for NUCLEO_L486RG
2017-10-20 16:18:27 +01:00
David Walters
a5f691ddd4
Changed type => test_type
2017-10-20 16:18:27 +01:00
David Walters
9a5aa7237f
Minor copy edits, added comment
2017-10-20 16:18:26 +01:00
David Walters
d3af9964e1
Increased test coverage / mocking of external modules
2017-10-20 16:18:26 +01:00
David Walters
dcc4f1bd76
Removing unused imports/update copywright`
2017-10-20 16:18:26 +01:00
David Walters
41f761e474
Added safety check, added test converage for new function
2017-10-20 16:18:26 +01:00
David Walters
2a7bed252e
Added in safety check if details_txt is None
2017-10-20 16:18:26 +01:00
David Walters
3c65f323cd
Edited get_interface_version info for clarity
2017-10-20 16:18:26 +01:00
David Walters
c99e1e45e9
Fixed mount_point example usage
2017-10-20 16:18:26 +01:00
David Walters
f730fe8117
Removed get_mounted_details_txt from test_api.py Fixed minor typos in test_api.py Added get_interface_version to detect_targets
2017-10-20 16:18:26 +01:00
David Walters
11e688136c
Changed DAPLink version to interface version.
2017-10-20 16:18:26 +01:00
David Walters
8d71ca21c9
Added additional DAPLink version info for `mbed detect` command`
2017-10-20 16:18:26 +01:00
Shrikant Tudavekar
795c0f1255
Add retry to handle git clone failure
...
more info on https://github.com/ARMmbed/mbed-os/issues/5239
2017-10-06 14:12:48 +01:00
Martin Kojtal
1f5bc8eacc
examples: remove eddystone ble examples
...
They are not part of the releases
2017-10-06 14:12:48 +01:00
Mahadevan Mahesh
95b6acd095
Change LPC54608 to LPC546XX to include support for LPC54608/18/28
...
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>
2017-10-06 14:12:47 +01:00
Jimmy Brisson
4d20eb5998
Move IAR flag passing to constructor
2017-10-06 14:12:46 +01:00
Jimmy Brisson
d5893d1ef4
Check for flag passing in toolchain constructor
2017-10-06 14:12:46 +01:00
mbedNoobNinja
b0e7e6e2b2
"ds5_5 & e2studio export fix"
2017-10-06 14:12:46 +01:00
Sarah Marsh
e23567ece5
Turn off Odin testing by default
2017-10-06 14:12:45 +01:00
Sarah Marsh
36274a0307
Add new Odin configuraiton to remove emac device_has
2017-10-06 14:12:45 +01:00
Sarah Marsh
fddd81f96d
Use ethernet as default test configuration for Odin netsocket tests
2017-10-06 14:12:45 +01:00
Sarah Marsh
135061c051
Add copyright headers and use mbed error to skip tests without network config files
2017-10-06 14:12:45 +01:00
Sarah Marsh
174ed07013
Move test config keys out of targets.json
...
Change TestConfig class methods to module methods
2017-10-06 14:12:45 +01:00
Sarah Marsh
22138f31ee
Add ETHERNET and ODIN_WIFI to odin device has. Add odin WiFi test configuration
2017-10-06 14:12:45 +01:00
Sarah Marsh
c4d0357646
Use default mbed-os test configuration if no app_config is supplied
2017-10-06 14:12:45 +01:00
Sarah Marsh
47f02e7972
Use only one flag for test configuration file
...
Tools will figure out if user passed in a custom path (to indicate configration file for module) or whether they used a keyword (to indicate they'd like to use an mbed OS configuration)
2017-10-06 14:12:45 +01:00
Sarah Marsh
67589d53f3
Add option to add a configuration file for modules
2017-10-06 14:12:45 +01:00
Sarah Marsh
d7e380e4db
Allow tools to use networkinterface configs in tests
2017-10-06 14:12:45 +01:00
Jimmy Brisson
4f7ea717ff
Check for mbed 5 support on export
2017-10-06 14:12:44 +01:00
Phyo Kyaw
be7685e87d
e2 studio exporter update
2017-10-06 14:12:43 +01:00
Jimmy Brisson
ade705a8bc
Force preprocessing of asm for make_armc5
...
It seem to preprocess asm with the `.S` extension on linux, but the
windows build of Arm Compiler 5 seems to omit the preprocessing step
unless you have a `.sx` extension. Odd.
2017-09-25 11:34:37 -05:00
Jaakko Heikkilä
431fac4445
export: Add missing flags to Sw4STM32
...
Some of the optimization and warning flags, which were supported by the
gnuarmeclipse exporter, were missing from the sw4stm32.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
60b0eccf93
export: Corrections to Sw4STM32 after review
...
Add double quotes to linker command unconditionally.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
b45a5636f2
export: Fix invalid id's in Sw4STM32 project files
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
d4a9de15c3
export: Remove build directories from excluded paths
...
Directories Debug and Release must not be excluded. Otherwise, Eclipse is
not able to find binaries, which are stored to build directories.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
d916081b94
export: Add debug configuration to Sw4STM32
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
6e6919c3cd
export: Fix Windows problems with Sw4STM32
...
Quoting linker preprocessor command, if path contains parentheses. Using
relative path to shorten list of included directories. Using Eclipse
variables to get path to preprocessor.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
53f7dcc4f6
export: Remove preprocessed ld files after build
...
Sometimes Sw4STM32 exporter receives wrong linker script file. Because build
directories cannot be excluded from scanned resources, ld files are removed.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
f92955a3bf
export: Fix after testing Sw4STM32
...
Quotation marks in defines had to be replaced with html codes.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
d9b978f3f5
export: Invalid linker script path in Sw4STM32
...
Fixed invalid linker script path in project file.
Using 'defines' instead of 'symbols' in compiler options.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
deb9c1b3ea
export: Remove dublicate methods in Sw4STM32
...
Removed unused methods and methods with dublicate functionality.
Removed unused imports. Generating list of defines for assembler.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
7d2328564b
export: Sw4STM32 inherits GNUARMEclipse
...
Sw4STM32 is using methods from GNUARMEclipse class to handle flags.
Flags are also passed to cproject file.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
db376bf083
export: Change linker script name
...
SW4STM32 linker script name now contains target name.
Print formatting is using new Python style.
2017-09-24 21:34:29 +01:00
Jaakko Heikkilä
65c4a2204d
export: Fix sw4stm32 linker script problem
...
Added makefile.target, and rule for linker script pre-compilation.
2017-09-24 21:34:29 +01:00
Jarno Komula
3408e25714
Review changes + including config header from toolchain.get_config_header() instead of hardcoding it to project file.
2017-09-24 21:34:29 +01:00
Jarno Komula
c2eafc9d38
Better readability.
2017-09-24 21:34:29 +01:00
Jarno Komula
224ada2a51
Review corrections.
2017-09-24 21:34:29 +01:00
Jarno Komula
f870269075
Fixed sw4stm32 exporter
2017-09-24 21:34:29 +01:00