nuttx
nuttx copied to clipboard
Apache NuttX is a mature, real-time embedded operating system (RTOS)
## Summary Some domains have a lot of IPv6 addresses. Because of that, it is not possible to get the IPv4 address with getaddrinfo. This change separate IPv4 and IPv6...
## Summary remove notify_wait in remoteproc ops, rptun implements notify_wait through rpmsg_notify_wait_cb. ## Impact rptun related drivers ## Testing test in sim:rpserver, sim:rpproxy
## Summary If the type of tcb is TSTATE_TASK_ASSIGNED, removing it using nxsched_remove_not_running and then putting it back into the queue may result in a context switch. ## Impact ##...
## Summary modified reason:tcp_shutdown_monitor releases the callback related to the TCP connection. the callback is to be executed nextly by devif_dev_event, therefore devif_dev_event have no access to it ## Impact...
## Summary ## Impact ## Testing
## Summary 1. Completing the code differences of Xiaomi vela's CAN modules in recent years. 2. add tx_confirm function in upperCAN driver1. 3. nuttx/can: add can controller state setting and...
We will use the PB0 pin and the Timer 3 Channel 3 to generate this pulse ./tools/configure.sh stm32f411-minimum:pwm make menuconfig ->System Type -> STM32 Peripheral Support -> TIM3[*] ->System Type...
## Summary Drop driver dependency on `__builtin` functions ## Impact Improve portability ## Testing Pass CI
### 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 specify in terms of seconds and milliseconds ([IMXRT_LPI2C_TIMEOSEC](https://github.com/apache/nuttx/blob/master/arch/arm/src/imxrt/Kconfig#L2662C8-L2662C28) and [IMXRT_LPI2C_TIMEOMS](https://github.com/apache/nuttx/blob/master/arch/arm/src/imxrt/Kconfig#L2667C8-L2667C27)),...
This is a feature request, is this already planned? When are we going to get support for BLE on esp32 s3?