-
I try to use function uv_udp_send from UDP support but I have a problem and always receive -1.
https://github.com/Samsung/libtuv/blob/74281413e95d50c2d06ce616ef81da70625c27fe/src/unix/udp.c#L300
…
-
Everytime bmp280 run for the first time after reset the board it is reporting incorrect value.
Near to the sea level it should return near to 1013 hPa, but:
```
nsh> bmp280 …
-
**Describe the bug**
When debugging `read()` without SD card I realized that on NuttX we are doing reads from the SD card multiple times a second. Presumably this should be done only when needed, e.g…
-
Here is an example:
Our current Toolchain File overwrite the ARCHIVE command
https://github.com/apache/nuttx/blob/992719730f355ed3132c3204153f919822870074/arch/arm/src/cmake/Toolchain.cmake#L92-L9…
-
When we are trying to build elf along with exceptions (stm32f4discovery elf config with uClib++ and exceptions enabled), some extra sections are getting created (without following the linker script). …
-
-
Hi, i was running nuttx flat build on LoongArch 3A5000 CPU(not qemu). I\`ve ported this version earlier.
It\`s strange that `NuttShell (NSH) NuttX-12.0.0` could not be printed from uart. So i checked…
-
### Failed to generate all binary outputs.
Caused by:
Validation error(s):
### Validating other build tools ...
Unable to locate build tool "Pixhawk Toolchain C Compiler": echo
Unable to locate …
-
I am using NuttX 12.2.1 on an stm32 nucleo f103rb with a SIM7600G-H to try to use an AT command (via the LTE library).
This is how I am using the AT command:
int customhello_main(int argc, char *…
-
Hello,
I would like to write a service driver for an LCD display. My hardware is designed so that most of the GPIOs are internal. However, due to many other peripheral devices, additional GPIO expand…