Commit Graph

21539 Commits (80b261c3fd63f5316145c0069e2382a53e01781f)

Author SHA1 Message Date
offirko 80b261c3fd Start test by formatting SD Card, otherwise FATFS mount might fail Fix Jira: IOTSTOR-752 2019-01-25 14:29:59 +00:00
deepikabhavnani 9a8d748fd3 Corrected the targets value in json file as CI uses real board names 2019-01-25 14:29:59 +00:00
Ron Eldor b261a6d839 Rename the platform context varaiable
Rename the generic name `ctx` of `mbedtls_platform_context`
in `platform_alt.c` to a specific name `plat_ctx`, to avoid conflicts
when used as external in crypto modules.
2019-01-25 14:29:59 +00:00
Ron Eldor a1588b3de7 Rename the platform specific crypto_platform
To avoid collisions between the psa `crypto_platform.h` file and the
platform specific `crypto_platform.h` file, for the init \ terminate
functions, rename the latter to `crypto_device_platform`.
2019-01-25 14:29:59 +00:00
jeromecoutant 473df45693 NUCLEO_H743ZI: CAN support 2019-01-25 14:29:59 +00:00
jeromecoutant 235d3b88d7 STM32: FDCAN support for H7 family 2019-01-25 14:29:59 +00:00
Cai 757a7c6f04 fix bug for RDA UNO_91H:calling us ticker functions without init. solution: init us ticker when init TRNG. 2019-01-25 14:29:59 +00:00
Senthil Ramakrishnan 75808f7a34 Print crash report reboot messages only for non-release builds 2019-01-25 14:29:59 +00:00
Senthil Ramakrishnan 4c39d868fe Add debug prints to triage the test timeouts 2019-01-25 14:29:59 +00:00
Senthil Ramakrishnan 4eec1c618a Increase the timeout for the host side script and the test 2019-01-25 14:29:59 +00:00
Senthil Ramakrishnan fe32af1d2f Remove printf completely and fix the optimization check 2019-01-25 14:29:59 +00:00
j3hill 72209e851e NRF5x: QSPI SFDP read implementation 2019-01-25 14:29:59 +00:00
j3hill 5f4fbdbfd4 NRF5x: min read/write implementation 2019-01-25 14:29:59 +00:00
Sana Masood b1d8ee5790 mbed-host-tests minimum requirement set 2019-01-25 14:29:59 +00:00
Veijo Pesonen 32f3b09904 ESP8266: provides blocking/non-blocking connect
Implements NetworkInterface::set_blocking() and implements the
functionality to distinguish between the two in connect()
2019-01-25 14:29:59 +00:00
Veijo Pesonen 8927bf7862 ESP8266: turns connect fully to non-blocking mode
Blocking mode connect is not supported anymore when this patch is
applied
2019-01-25 14:29:59 +00:00
Veijo Pesonen 247866a8d2 ESP8266: makes connect() connection status aware 2019-01-25 14:29:59 +00:00
Leszek Rusinowicz b5720fd2b7 Any RX event should end read operation. 2019-01-25 14:29:59 +00:00
Leszek Rusinowicz 75fbc5817e Fixes for PSoC6 serial interface, asynchronous mode. 2019-01-25 14:29:59 +00:00
Yossi Levy 0332f8443a Adding a test if device key buffer has changed after calling to entropy func. this should enable as to eliminate some rare cases when the trng fail but still return success. 2019-01-25 14:29:59 +00:00
Deepika c5747c44fa DSP_PRESENT flag is needed for Armv8m devices having DSP enabled 2019-01-25 14:29:59 +00:00
Deepika 7dc93e0820 Set DSP and floating point flags for ASM files 2019-01-25 14:29:59 +00:00
Philipp Steiner c17d4f04c5 Update Comments 2019-01-25 14:29:59 +00:00
Philipp Steiner afd7f4133a Add SPIF_ULBPR command also to QSPIFBlockDevice and SPIFReducedBlockDevice 2019-01-25 14:29:59 +00:00
Philipp Steiner 331c66d4fb Add SPIF_ULBPR command and replace wrong command to clear all write-protection bits in the Block-Protection register. 2019-01-25 14:29:59 +00:00
Volodymyr Medvid 09c8b99ec9 Fix links to documentation on https://os.mbed.com 2019-01-25 14:29:59 +00:00
Mahesh Mahadevan 02df4cb4f1 LPC546XX, LPC54114: Add README and LICENSE files for the power libraries
This is a fix for Issue#9254

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2019-01-25 14:29:59 +00:00
Yossi Levy 492e3ebd96 Fixing a bug in FileSystemStore to get the folder path from kv_config in FILESYSTEM and default configuration 2019-01-25 14:29:59 +00:00
Qinghao Shi 7864012ef4 Examples: enabled some examples build for FVP_MPS2_M3 target 2019-01-25 14:29:59 +00:00
kevin.ong 50e2e05442 stm32: fix indent style 2019-01-25 14:29:59 +00:00
kevin.ong f0006adb41 stm32: fix typo 2019-01-25 14:29:59 +00:00
kevin.ong 0e69cd95de stm32: fix some F0 target compile error 2019-01-25 14:29:59 +00:00
kevin.ong 56e488a2fd stm32: F1/F2/F4/L1 set to not supported HW CRC
Currently, mbed supported input data format fix on bytes, so those
devices are not supported at default.
2019-01-25 14:29:59 +00:00
kevin.ong 38e1152eea stm32: fix F1/F2/F4/L1 compile fail after enable CRC
Those series have not CRC_POLYLENGTH_32B definition
2019-01-25 14:29:59 +00:00
kevin.ong 536b7a645a stm32: remove empty line 2019-01-25 14:29:59 +00:00
kevin.ong 6688b55a58 stm32: Improve the CRC function to support fully accumulate
Tested on DISCO_L476VG and NUCLEO_L476RG
2019-01-25 14:29:59 +00:00
David Saada 6c5ab0c842 Put LittleFS emulated BD module under .mbedignore 2019-01-25 14:29:59 +00:00
Aleksi Klasila b68628aae6 Add Travis include mbed.h check 2019-01-25 14:29:59 +00:00
Cruz Monrreal II 89bc39e6cf Added pyocd requirement. Dependency tree: icetea > mbed_flasher > pyocd 2019-01-25 14:29:59 +00:00
Cruz Monrreal II 6750550051 Updated requirements.txt to be more module-version resilliant. Moved modules tied to specific versions higher, and modules with no restrictions lower. 2019-01-25 14:29:59 +00:00
Cruz Monrreal II adc768b197 Added warning suppression to python api_tests. Apparently local laptop isn't fast enough for test generation, but CI is 2019-01-25 14:29:59 +00:00
Cruz Monrreal II 74187e7f30 Shuffled around version checks to be more useful in case of failure 2019-01-25 14:29:59 +00:00
Cruz Monrreal II 89ffe622a9 Added specific versions of Travis-only modules Use requirements.txt to install specific versions of Travis CI python modules. 2019-01-25 14:29:59 +00:00
Filip Jagodzinski 7643868afd ROTS: SysTimer: Fix test timing issues
Use a busy loop with non-blocking Semaphore::wait(0) calls instead of a
single Semaphore::wait(osWaitForever) to improve time measurement
accuracy. Looping in Semaphore::wait(0) prevents the board from entering
sleep or deepsleep modes while waiting for the semaphore. By skipping
the overhead wakeup time, we get more accurate timings.
2019-01-25 14:29:59 +00:00
Seppo Takalo 37ab6ecce2 Allow NSAPI_ERROR_UNSUPPORTED from Socket::setsockopt() 2019-01-25 14:29:59 +00:00
paul-szczepanek-arm fa930586a7 error when there is no handler 2019-01-25 14:29:59 +00:00
paul-szczepanek-arm 5077d6faaf add missing null checks 2019-01-25 14:29:59 +00:00
jeromecoutant 9a04abbb23 Netsocket DNS test: increase timeout value 2019-01-25 14:29:59 +00:00
paul-szczepanek-arm 4aca75aecb fix truncation 2019-01-25 14:29:59 +00:00
Fahim Alavi 7aa3f4855e PB_1 is not connected to D4 in R412M above 2019-01-25 14:29:59 +00:00