apache / nuttx

Apache NuttX is a mature, real-time embedded operating system (RTOS)
https://nuttx.apache.org/
Apache License 2.0
2.48k stars 1.05k forks source link

nrf52 serial: use DMA #2150

Open protobits opened 3 years ago

protobits commented 3 years ago

Serial implementation does not use DMA and this means it is quite interrupt intensive. This is problematic for time sensitive scenarios.

protobits commented 3 years ago

I created this just in case someone feels like doing so, otherwise it will sit in the very back of my backlog.