Martin Kojtal
dc733d8883
Merge pull request #12477 from fkjagodzinski/hal-gpio-get_capabilities
...
HAL: Add a get_capabilities() function to GPIO API
2020-02-24 07:47:39 +00:00
Martin Kojtal
9cb8a12cc2
fix SPDX identifier typos
2020-02-21 07:01:55 +00:00
Martin Kojtal
e20e7b8066
tests: fix SPDX identifiers
2020-02-21 07:01:01 +00:00
Martin Kojtal
6e64fe3800
test: fix SPDX identifier
2020-02-21 07:00:59 +00:00
Filip Jagodzinski
ce65a80f82
Tests: GPIO: Use the get_capabilities()
...
Make use of the gpio_get_capabilities() function to skip unsupported
input pull modes when testing with the FPGA-CI-test-shield.
2020-02-19 18:35:19 +01:00
Martin Kojtal
a8188bfd4d
Merge pull request #12166 from hugueskamba/hk-baremetal-NRF52840_DK-fix
...
NRF52840_DK: Fix baremetal linker error
2020-02-14 08:21:27 +00:00
Martin Kojtal
ba2a1bc120
Merge pull request #12403 from OpenNuvoton/nuvoton_fpga-ci_i2c
...
FPGA: Enlarge timeout with mbed_hal_fpga_ci_test_shield-i2c
2020-02-13 09:22:42 +00:00
Martin Kojtal
f502b4166e
Merge pull request #12378 from jamesbeyond/test_update
...
TEST: Refactor mbedmicro tests to use utest framework
2020-02-13 08:16:13 +00:00
Hugues Kamba
65fbee1d33
NRF52840_DK: Fix baremetal linker error
...
Compile in the inclusion of cryptocell310 only if the library is included
in the build
2020-02-10 15:18:46 +00:00
Martin Kojtal
a8e87236de
Merge pull request #12368 from mprse/NRF_Serial_Fpga_fix
...
Fix NRF52840_DK UART driver and adapt FPGA test
2020-02-10 14:26:31 +00:00
Martin Kojtal
deb4995dae
Merge pull request #12150 from Patater/update-tls-crypto-20191220
...
Update Mbed TLS and Mbed Crypto to latest as of 2019-12-20
2020-02-10 13:04:12 +00:00
Chun-Chieh Li
68f9196b44
FPGA: Enlarge timeout with mbed_hal_fpga_ci_test_shield-i2c
...
Meet timeout error on some slow target. Enlarge the timeout configuration.
2020-02-10 17:39:54 +08:00
Przemyslaw Stekiel
8fda5a453a
Use dedicated macros to skip test cases instead target macro.
2020-02-06 12:53:41 +01:00
Qinghao Shi
4bd91ce890
TEST: update license
2020-02-06 10:54:29 +00:00
Qinghao Shi
c37df2efca
TEST: Refactor mbedmicro tests to use utest framework
2020-02-06 10:05:04 +00:00
Martin Kojtal
e3ad1cae55
Merge pull request #12334 from AriParkkila/cell-c030-r412m
...
Update cellular drivers/tests for UBLOX_C030_R412M
2020-02-05 12:50:11 +00:00
Przemyslaw Stekiel
22acc795c9
fpga_ci_test_shield-uart: Disable test cases not supported on NRF52840_DK target
...
According to the documentation, `NRF52840_DK` does not support odd parity and 2 stop bits. Skip these test case using #if !defined(TARGET_NRF52840) directive.
This is temporary solution. In the future we shell consider adding `uart_get_capabilities()` function.
-
2020-02-05 08:47:10 +01:00
Martin Kojtal
5165559a2c
Merge pull request #12142 from kjbracey-arm/thread_rm510
...
Thread: remove methods deprecated in 5.10
2020-02-03 15:09:34 +00:00
Martin Kojtal
f7c58221be
Merge pull request #12333 from tymoteuszblochmobica/udpfix
...
UDP echotests fix in case of no memory or device busy.
2020-02-03 12:35:58 +00:00
Kevin Bracey
268096dd79
Merge pull request #12296 from jeromecoutant/PR_FPGA_FORCE
...
FPGA_CI_TEST_SHIELD : force all peripheral to be tested
2020-01-31 15:00:20 +02:00
Kevin Bracey
ba5dd4d8c1
Merge pull request #12153 from mprse/spi_fpga_test_extend
...
Hackathon: Increase coverage of the SPI master FPGA test
2020-01-31 15:00:02 +02:00
Kevin Bracey
e01aeccc55
Merge pull request #12308 from michalpasztamobica/multihoming_tests_trace_header
...
Tests: add missing mbed_trace.h multihoming header
2020-01-31 14:59:35 +02:00
Tymoteusz Bloch
a185d6c277
UDP echotests hold in case of no memory or device busy status.
...
This gives possibility of freeing memory and mesh device recover from busy state.
2020-01-30 15:26:52 +01:00
Ari Parkkila
4da93bf979
Add UBLOX_C030_R412M in CellularInterface.json
2020-01-30 04:30:54 -08:00
jeromecoutant
84b48410f0
STM32: enable QSPI test with MX25LM51245G octo SPI
2020-01-29 16:18:38 +01:00
Ari Parkkila
cd6d9e6e8c
Enable SYNCHRONOUS_DNS_CACHE just for NSAPI_PPP_AVAILABLE
2020-01-29 03:19:21 -08:00
Ari Parkkila
72281a57b3
Fix UDPSOCKET_ECHOTEST to handle oversized packets
2020-01-29 03:06:55 -08:00
Przemyslaw Stekiel
4b6c844be9
Extend FPGA-Test-Shield SPI master test
...
Increase coverage of the SPI master FPGA test:
- check supported frequencies (based on the device capabilities),
- add support for manual CS handling and test cases,
- add test cases for rx/tx buffers with different length (based on the device capabilities),
- add test case for one symbol transmission,
- add test cases for different symbol sizes (based on the device capabilities).
2020-01-29 08:23:49 +01:00
Tymoteusz Bloch
17c5f3ecd7
Greentea DNS tests workaround due to NSAPI DNS bug/deadlock with Nanostack.
...
Tests sequence swaped:
ASYNCHRONOUS_DNS_TIMEOUTS
ASYNCHRONOUS_DNS_INVALID_HOST
This is temporary solution to prevent Jenkins fail until root cause will be fixed.
2020-01-24 13:26:29 +01:00
Michal Paszta
39fd30e46f
Tests: add missing mbed_trace.h multihoming header
2020-01-24 09:21:07 +02:00
Anna Bridge
ee1d998d43
Merge pull request #12278 from rajkan01/feature_rename_default_lib
...
Rename "default_lib" to "c_lib".
2020-01-21 16:39:11 +00:00
Anna Bridge
40a0b28068
Merge pull request #12225 from evedon/ed-heap-stack-test
...
Fix baremetal heap and stack initialisation
2020-01-21 16:27:37 +00:00
jeromecoutant
0a1875924b
FPGA_CI_TEST_SHIELD : force all peripheral to be tested
2020-01-21 17:17:55 +01:00
Anna Bridge
80fe861f1d
Merge pull request #12035 from kjbracey-arm/callback_prep
...
Preparation for Callback changes
2020-01-21 11:50:43 +00:00
Evelyne Donnaes
3e3af70afc
Fixed baremetal heap and stack initialisation.
...
Enabled heap_and_stack test for baremetal.
Added a test to check that global variables are initialised.
In mbed_sdk_boot:
- Added initialisation for mbed_stack_isr_start/size and mbed_heap_start/size for all toolchains.
- ARM toolchain:
- Added call to mbed_toolchain_init() to initialise global variables.
- Moved microlib initialisation code from mbed_retarget.cpp to mbed_sdk_boot.c.
- IAR toolchain: there is no equivalent to a software init hook that can be called. __low_level_init() was used but since this function is called before RAM initialisation, it cannot be used to initialize global variables. Defined a new __mbed_init() function called from IAR startup file instead.
2020-01-21 10:13:16 +00:00
Rajkumar Kanagaraj
8a0fdd24d9
Rename "default_lib" to "c_lib".
2020-01-17 08:05:48 -08:00
Ari Parkkila
031d90a3ce
Fix UDP socket test cases
...
Fix UDP socket test cases to check more strictly on failure,
and lower trace levels to not print errors on successful cases.
2020-01-17 01:24:51 -08:00
Martin Kojtal
31988d85fe
Merge pull request #12139 from fkjagodzinski/hal-reset_reason-get_capabilities
...
HAL: Add a get_capabilities() function to ResetReason API
2020-01-16 14:44:31 +00:00
Martin Kojtal
18c941cc84
Merge pull request #12207 from hugueskamba/hk-add-buffered_serial
...
Add BufferedSerial class to replace UARTSerial
2020-01-16 10:06:22 +00:00
Filip Jagodzinski
e8bbbaf1fb
Test: LP_Ticker: Increase the UART flush wait
2020-01-15 13:34:50 +01:00
Filip Jagodzinski
fa7eb7d888
Test: Sleep: Increase the UART flush wait
2020-01-15 13:34:45 +01:00
Filip Jagodzinski
7f1ed02291
Test: ResetReason: Increase the UART flush wait
2020-01-15 13:34:42 +01:00
Filip Jagodzinski
7d575af4b9
Test: Watchdog: Increase the UART flush wait
2020-01-15 13:34:28 +01:00
Martin Kojtal
40b6f12dfd
Merge pull request #12239 from tymoteuszblochmobica/testfix
...
Fix DNS multiple query hints to perform both IP4 and IP6 tests
2020-01-15 13:02:43 +01:00
Martin Kojtal
f4842c7c6d
Merge pull request #12157 from michalpasztamobica/esp8266_send_retry
...
ESP8266: Avoid duplicate data sends
2020-01-15 12:57:12 +01:00
Martin Kojtal
4922d10d9f
Merge pull request #11433 from fkjagodzinski/fpga-watchdog_timing
...
FPGA CI shield: Add a watchdog timing test
2020-01-15 12:56:23 +01:00
Hugues Kamba
18f677e91c
Implement the BufferedSerial class to replace UARTSerial
...
`BufferedSerial` is `UARTSerial` renamed to convey the original purpose
of the class.
2020-01-13 13:20:57 +00:00
Tymoteusz Bloch
d30dba29ec
Fix DNS multiple query hints to perform both IP4 and IP6 tests
2020-01-10 17:54:39 +01:00
Evelyne Donnaes
8a4bba33bd
Fixed baremetal build failures
2020-01-10 13:20:59 +00:00
Kevin Bracey
33d9abe762
Merge callback tests
2020-01-09 14:52:50 +02:00