-
In my case, I am trying to debug some OV5640 camera code I am trying to make work on the GIGA and thought it would be
easier if I could debug the code using the Arduino IDE debugger.
Took me a while…
-
I am checking [Mbed Memory Bank Information](https://github.com/mbed-ce/mbed-os/wiki/Mbed-Memory-Bank-Information) for MCUboot enabled application. This needs relocating application to non-default add…
ccli8 updated
1 month ago
-
I started some tests with the serial USB (OTG) on the STM32u575 to get a virtual com port on a Windows PC.
After fixing some issues with the clock config file (because it was never used and tested …
-
We are looking at porting an existing project that uses cellular over to mbed-ce but there seems to be a compile error and I cant figure out why given the types seem to match.
https://github.com/mb…
-
Click to expand!
### Issue Type
Build/Install
### Source
source
### Tensorflow Version
tf2.9
### Custom Code
No
### OS Platform and Distribution
ubuntu20
### Mobile…
-
Remove the DHE-RSA key exchange.
This completes the removal of finite-field Diffie-Hellman from TLS 1.2. Note that it remains available in TLS 1.3.
* Prerequisites:
* https://github.com/Mbe…
-
```
~/Development/Arduino/hardware/test/mbed_opta/libraries/SocketWrapper/src/utility/http_parser/http_parser.c: In function 'http_parser_execute':
~/Development/Arduino/hardware/test/mbed_opta/libr…
-
Before we move files to the framework repository, or when we first move a file of a given type to the framework repository, we should adapt checker scripts to check files in the framework repository.
…
-
```
~/Development/Arduino/hardware/test/mbed_opta/libraries/SocketWrapper/src/MbedUdp.cpp:77:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = …
-
Depends on: https://github.com/Mbed-TLS/mbedtls/pull/9720
As of 9720, component in tf-psa-crypto that use out-of-tree CMake build have to manage the build directory themselves:
```
TF_PSA_CRY…