This is an automated email from the ASF dual-hosted git repository. davids5 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 6b7180f tools/Config.mk: Replace tab with space add e2fd1fd LED: Support for WS2812 led controller (aka Adafruit NeoPixel) No new revisions were added by this update. Summary of changes: drivers/leds/Kconfig | 15 + drivers/leds/Make.defs | 6 + drivers/leds/ws2812.c | 464 +++++++++++++++++++++ .../nuttx/leds/ws2812.h | 37 +- 4 files changed, 502 insertions(+), 20 deletions(-) create mode 100644 drivers/leds/ws2812.c copy boards/arm/stm32/common/include/stm32_nrf24l01.h => include/nuttx/leds/ws2812.h (70%)