-
**Is your feature request related to a problem? Please describe.**
I saw the Meadow F7v2 has 2 DACs. After purchasing Meadows and starting a project to control a 7 zone slab heating system for a very…
-
I am a newcomer to the RTOS world and I am learning how to use NuttX.
I am following some introductory articles to Nuttx written by Alan C. Assis (You can see [here](https://www.embeddedrelated.com…
-
Compilation failure may result due to missing header which defines the fd_set structure in [sim_hostusrsock.c](https://github.com/apache/nuttx/blob/master/arch/sim/src/sim/posix/sim_hostusrsock.c#L49-…
-
Create a driver for Rx redundancy check on CAN1.
Must be rising edge-triggered interrupt
Transceiver: TCAN1043HGDQ1
[Product page](https://www.ti.com/store/ti/en/p/product/?p=TCAN1043HGDQ1)
[Dat…
-
`Process.GetCurrentProcess` fails.
Code:
```
foreach (ProcessThread t in Process.GetCurrentProcess().Threads)
{
Resolver.Log.Info($"Thread: {t.Id}");
}
```
Output:
```
* Assertion at…
-
If you run the ./tools/configure.sh script without a ../apps folder or without setting APPDIR you get errors like below without any helpful reason what is going on. It took several minutes to figure i…
-
At first, thank you for reading this issue. I'm not quite sure if it occurred by NuttX scheduling. Perhaps applications cause this issue.
![dual_core](https://github.com/apache/nuttx/assets/4082103…
-
### Description / Steps to reproduce the issue
The [imxrt's kconfig](https://github.com/apache/nuttx/blob/master/arch/arm/src/imxrt/Kconfig) provides configs for I2C transaction timeouts:
- You can …
-
LiteX is using a custom UART that is not 16550 compatible. Driver are already there for the LiteX BIOS, some RTOS (Zephyr, NuttX) and initial Linux version. Regarding that, it seems better to focus on…
-
LiteX is using a custom Ethernet MAC from LiteEth and that is probably no compatible with any Linux Ethernet drivers. Driver are already there for the LiteX BIOS, some RTOS (NuttX) some TCP/IP stacks …