-
# WebRTC Stack Implementation for libp2p in Nim
This issue covers the current status of our WebRTC stack implementation in Nim for our libp2p project. Below is an overview of the protocols involved, …
-
Hi
In many doc pages, test commands are not correct, user can not verify its porting or patches for ex.
I tried to make few grep:
````
docs/api/security/Devicekey.md: mbed test -n features-…
-
$ mbed new kws_simple_test --mbedlib
[mbed] Working path "E:\AI\KWS\Git\ML-KWS-for-MCU\Deployment" (program)
[mbed] Creating new program "kws_simple_test" (git)
[mbed] Adding library "mbed" from "h…
-
In Mbed TLS 3.6 and in `development` at the time of writing, `PSA_ALG_PBKDF2_HMAC` is not in the default configuration, so we don't enable it in `depends.py` where we remove hashes. As a consequence, …
-
After the default install procedure:
python -m pip install mbed-tools
If you create a new mbed project whith 'mbed-tools configure' there are two major issues:
1/ Not the right mbed repo is che…
-
Hi
The tcp_echo_client test fails with the following error when trying to send a 4096 byte data packet:
`MBED: Failed to send 4096 bytes. err=Memory allocation failed`
The full serial console trace…
-
In CI, this test gets halfway through, then fails with:
```
[1663456332.04][CONN][RXD] >>> Running case #3: 'CDC RX single bytes concurrent'...
[1663456332.09][CONN][INF] found KV pair in stream: {…
-
Using master version:
https://github.com/maclobdell/simple_mbed_test_runner/blob/master/run_all_tests.py
Modified build options to use -DMBED_TICKELESS
I see (1) a greentea error and (2) runner e…
-
Hi
The tcp_echo_server test is currently coded to send/receive a max data buffer size of 1024 bytes, and so the test succeeds. However, if the data buffer size is increased to 2048 then the receive o…
-
I ran into 3 problems building on MinGW:
1) The 'mbed' libraries require libbcrypt and libws2_32 to link, at least when a static version of libmbedtls, et al, is used. Without those two libraries…