-
### Description / Steps to reproduce the issue
Hello All,
I am porting MFRC522 rfid card reader to esp32 c6. During port test I am facing issue related SPI message read.
1 - Add breakpoint in…
-
- [x] Support multi port for device
- [x] Support multi port for host
- [x] Support msc with multi lun
- [x] Support adb device
- [ ] Support mtp host
- [ ] Support mtp device
- [x] Support blue…
-
## Describe the bug
I meet the same problem as #14888 in ubuntu22.04
When running the Ubuntu setup script (Tools/setup/ubuntu.sh) on Ubuntu 22.04, the script stops running at this line:
https://gi…
-
Hello there,
I\`m trying to port NuttX to LoongArch, which is used in 64-bit microcontroller.
Currently i`m a student and hope to learn some OS knowledge during porting.
Is it a good choice to t…
-
Branch https://github.com/ros2/ros2_embedded_nuttx/tree/ccm pretends to use CCM memory following http://www.nuttx.org/doku.php?id=wiki:howtos:stm32-ccm-alloc however when reseting the board:
```
AB�D…
-
Hi!
I am trying to craft a environment for my embedded board.
Trying to use ufmt uwrite! with alloc::string::String but getting such errors:
```
error[E0599]: the method `do_as_formatter` exists f…
-
```
Description: Implement missing file system features:
chmod() is probably not relevant since file modes are not
currently supported.
File privil…
-
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…
-
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…
-
# **platform: windows10+msys2+kconfig-frontends-win32-3.12.1.zip(kconfig-mconf.exe)**
1. ./tools/configure.sh -L | less
2. ./tools/configure.sh -l stm32f4discovery:nsh
3. make menuconfig
```
CP…