-
I am using UART with NuttX on ESP32. I am looking for an interrupt that fires when a break is detected like it is done with [`UART_BREAK` event in ESP-IDF ](https://docs.espressif.com/projects/esp-idf…
-
The `C Coding Standard` states:
```
C Style Comments. C99/C11/C++ style comments (beginning with //) should not be used with NuttX. NuttX generally follows C89 and all code outside of architecture s…
-
Please add support for BL602/BL604 made by BouffaloLab
> The BL602 is a general purpose microcontroller based on the “SiFive E24 Core” RISC-V processor.
Notice that it's only _based on_ the SiFi…
-
In file included from chip/stm32_flash.c:38:
chip/stm32f20xxf40xx_flash.c:51:4: warning: #warning "Default Flash Configuration Used - See Override Flash Size Designator" [-Wcpp]
We need to add Fla…
-
```
Description: Implement missing file system features:
chmod() is probably not relevant since file modes are not
currently supported.
File privil…
-
Hi, i`ve already ported Nuttx(kernel build) to LoongArch referring to qemu-rv:virt.
I notice that qemu-rv:virt used semihosting to load nsh_main\`s code into memory from host file system.
But on…
-
The AVR Teensy 2.0 configuration (the only AVR target I have) does not seem functional. The two targets that supposedly should work are:
* hello -- `File "nuttx.hex". 30828 bytes, 96% used` Thi…
-
### Is your feature request related to a problem? Please describe.
[msvc build is broken](https://github.com/apache/nuttx/pull/14595#discussion_r1825967169). @xiaoxiang781216 has a suggestion:
- E…
-
### ADXL345 from keyestudio.
The code from the wiki work fine on Arduino UNO, but not with the M5Stamp. So the sensor is working.
I tried the example from :
- Adafruit: https://github.com/adaf…
-
Implement OCF(Open Connectivity Foundation)
- [ ] core
- [ ] initialize
- [ ] get_properties
- [ ] setup_properties
- [ ] free_ocf
- [ ] server
- [ ] initialize
- [ ] create_re…