Tyler Bennett

Results 5 issues of Tyler Bennett

### Description / Steps to reproduce the issue I am running into issues when loading and debugging the basic H5 NSH configuration when the flash banks are swapped on the...

Type: Bug
OS: Linux
Arch: arm
Area: Drivers

### Is your feature request related to a problem? Please describe. I am working on adding support for DMA on the STM32H5 architecture. The H5 uses the GPDMA peripheral, which...

Type: Enhancement

### Description I am hoping to get some clarification on when it is appropriate to use each of the sleep/delay functions provided in NuttX. - `up_delay`, `up_udelay` and `up_mdelay` -...

Community: Question

This commit adds support for the KTD2052 LED driver chip. ## Summary Driver implementation necessary to interface with KTD2052 LED driver chips. Originally authored by @ArrestedLightning : https://github.com/ArrestedLightning/nuttx/tree/ktd2052 ## Impact...

Area: Drivers
Size: L

### Description For arch configuration, is it acceptable to use separate Kconfig files for logical blocks of the configuration? I am not proposing rework of already implemented Kconfig files, but...

Community: Question