Commit Graph

1479 Commits (c4220ece9b34a601c30c90dba9e1b26186a85cd6)

Author SHA1 Message Date
jeromecoutant 5382081206 NUCLEO_L496ZG_P support 2017-11-17 14:55:46 +00:00
Martin Kojtal 2f36cd78d6 test: realtek net config default to none
Changing this to none as result of build failures. Wifi needs own configuration
per an enviroment. By setting this to none, net tests are skipped for Realtek
platform.
2017-11-17 14:55:45 +00:00
Senthil Ramakrishnan d116c9d031 RealTek WiFi test configuration 2017-11-17 14:55:45 +00:00
Shrikant Tudavekar 8c386421fb Collect build artifacts disable cleanup
In preparation to exporter tests
2017-11-03 13:02:57 +00:00
Pierre-Marie Ancele dbe34f005c add target definition for sw4stm32 exporter 2017-11-03 13:02:55 +00:00
adustm 9d143dc415 Add STM32L496VG to be able to exprot a program in IAR 2017-11-03 13:02:55 +00:00
Pierre-Marie Ancele 992f6e964a build_travis.py Fix indentation 2017-11-03 13:02:53 +00:00
Pierre-Marie Ancele 3812e0965b NUCLEO_L496ZG update build_travis.py 2017-11-03 13:02:52 +00:00
Ganesh Ramachandran 12eb3856f6 added IAR export for TMPM066 2017-11-03 12:59:07 +00:00
Jimmy Brisson 883cb92ab9 Remove include from assember in makefile exporter
The build system does not do this, so this is a consistency fix
2017-11-03 12:59:06 +00:00
Anna Bridge 63dc29d816 Combine string constants passed to 'join' function 2017-11-03 12:59:06 +00:00
adbridge 8d9e052697 Improve domain handling and status checking of updated examples.
All the examples cloned from Mercurial should use the new
os.mbed.com domain. Thus update corrects that.

A new option has been added to the update.py script , -s which shows
the status of any PRs raised against the examples that are tagged with
the current release label.
2017-11-03 12:59:06 +00:00
Piotr Grygorczuk 3724b25626 mbed LPC1768 & Xpresso LPC1769 unified
Target of LPC1769 links to mbed LPC1768.
The PinNames.h has conditional compile for the pin names.
LWIP lpc17xx emac driver modified to allow LPC1769 target
2017-11-03 12:59:05 +00:00
Jimmy Brisson b3368e97cc Check for core support in ARM toolchain 2017-11-03 12:59:04 +00:00
Jimmy Brisson 3387ddcd3e Test the supported check in the ARM toolchains
They fail right now, Cores are not checked
2017-11-03 12:59:04 +00:00
Jimmy Brisson ce58c04433 Check for uARM support when compiling with uARM 2017-11-03 12:59:03 +00:00
Tony Wu 3cf6a09a67 rtl8195am - use TOOLCHAIN_PATHS to locate toolchain
Use TOOLCHAIN_PATHS to locate toolchain binaries for users might set
compiler paths, through mbed_settings.py, env vars, or system path.

Signed-off-by: Tony Wu <tonywu@realtek.com>
2017-10-20 16:18:30 +01:00
Roberto Spelta 6015ae04e0 added IAR export for STM32L476JG 2017-10-20 16:18:30 +01:00
Jimmy Brisson e56bb681b6 Remove debug print from memap IAR impl 2017-10-20 16:18:29 +01:00
Christopher Haster 3ab2f85262 Fix behaviour of empty .mbedignore
Should ignore nothing, currently ignores everything
An empty .mbedignore is easy to create when tinkering with a local repo
2017-10-20 16:18:29 +01:00
Kevin Gilbert 10b7613b03 Remove -p as an argument flag for profile 2017-10-20 16:18:28 +01:00
Kevin Gilbert 3c3e2800b8 Add profile argument to mbed-os example build tools to allow non-default build profiles to be passed in 2017-10-20 16:18:28 +01:00
adbridge 4892b5476e Move to using command strings rather than command lists.
Previously the script used
cmd =['git','checkout', branch]
syntax. This does not work well cross platform. The solution it to
actually use strings. E.g.
cmd = "git checkout " + branch
2017-10-20 16:18:28 +01:00
adbridge 4c40c248c0 Fix the prepare_branch function
Currently when checking if the destination branch already exists the
command 'git branch' is used. This only returns local branches. What is
actually required is the list of remote branches. This can be obtained
by the command 'git branch -r' and filtering the result.
2017-10-20 16:18:28 +01:00
Vincent Coubard 76deb7ee21 Sleep: Disallow sleep for targets turning of the systick clock at sleep entry.
When the RTOS is present and the tickless mode is not implemented, it is
expected that the next tick issued by the Systick timer will wake up the MCU.
However nothing prevents an implementation of the ARM architecture to gate the
systick clock signal upon sleep entry.

Therefore on those targets sleep shall be prohibited if the RTOS is present and the
tickless mode is not implemented.

To ease life of porters , a new option has been added in the device add list:
STCLK_OF_DURING_SLEEP. This option expose that the target turn of the systick
clock during sleep.

Targets which exhibit such behavior shall add this define in their device_has list.
2017-10-20 16:18:28 +01:00
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