-
When using clang to compile the simulator tests, the rsa tests fail.
```
$ CC=clang cargo test --features sig-rsa
...
test norevert ... FAILED
...
```
The pass if optimization is disabled i…
-
mbed-drivers serial interrupt test is failing
st-nucleo-f401re-gcc - the host test does not even read the preamble, returns error.
```
HOST: Reset target...
HOST: Detecting test case properties...…
-
In `psa_key_derivation_set_maximum_capacity`, we correctly declare that the TLS1.2 PRF key derivation algorithm (`PSA_ALG_TLS12_PRF`) has unlimited capacity. We [used to declare a more limited capacit…
-
Dependency on #4.
Currently, if you try to build something like test_Sensor.cpp, with the following command:
```bash
g++ -Wall -Wextra -o ${BUILD_ROOT}${FILE} -I ${SRC_ROOT} ${file} ${SRC_ROOT}${…
-
Create a unit test function that runs both a TLS client and a TLS server, performs a handshake, and exchanges some data (one `write` and one `read` from each side).
This function should take the fo…
-
After running the mbed-hal-rtc-reset test, something really bad happens to the DAPLink debugger and/or the Redlink debug tool on this target. The board is unable to be programmed anymore, and is tota…
-
#### Arduino Mbed OS RP2040 for Raspberry Pi Pico - Version 3.5.4
In exploring the use of *analogWrite()* and *digitalWrite()* on the Raspberry Pi Pico using Arduino, I have discovered some strange…
-
The test was ported from mbed, where floats are enabled for libraries, which is not a case for our current gcc targets, thus this test fail for gcc, but not for armcc. We should remove floats testing …
-
I just noticed that MBED_CONF_APP_DIO_X have been added to be used for PWM tests and others.
MBED_CONF_APP_DIO_2 means D2, it makes no sense to re-redefine MBED_CONF_APP_DIO_2 to something else I t…
-
As part of https://github.com/ARMmbed/mbed-os/issues/6545 investigations we come to the conclusion that we have a test gap - the TLS connections are not tested with UDP (with the exception of Mbed Clo…