Fotis Panagiotopoulos
Fotis Panagiotopoulos
**Describe the bug** I am trying to create a new OTA package through the Rest API, as part of our CD pipeline. I can successfully create the package with a...
In simulator, when `CONFIG_SIM_WALLTIME_SIGNAL` is enabled, any call to `usleep()` blocks indefinitely and never returns. I have confirmed that the "tick" signal is delivered correctly and that `g_system_timer` is advancing....
## Summary The PR #5368 removed the memory checks from the idle thread, due to issues with priority inheritance. This is an attempt to restore these checks, this time running...
## Summary Currently the heap regions are hardcoded. The code makes assumptions on how the memory regions should be mapped, and calculates the boundaries according to the MCU's available memory....
If a user enables 2FA, login is impossible. The user enters the correct credentials, but when they tap "Log In" nothing happens.
**Describe the bug** I need to integrate Thingsboard to a 3rd software. For this reason I am using the `External - rest api call` node in the rule chain. I...
A while back I studied the implementation of `CONFIG_NET_ALLOC_CONNS`, and I saw some things that seemed strange to me. I would like to discuss my thoughts, being motivated by #6956....
There are some cases that `open()` is called with wrong arguments. Here are some examples that I managed to find: In NSH, [here](https://github.com/apache/nuttx-apps/blob/master/nshlib/nsh_script.c#L54) a file is opened without oflags (e.g....
The various apps make use of `strdup()` and `asprintf()`. These calls are not always checked for success. All apps shall be scanned for all uses of `strdup()` and `asprintf()`. Error...
**Describe the bug** I just cloned this repo and tried a build: ```sh mvn clean install -DskipTests ``` The build fails for the HTTP transport service. Here is the output:...