You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by da...@apache.org on 2021/10/18 19:30:52 UTC

[incubator-nuttx] branch master updated (9a0146f -> 177acf5)

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 9a0146f  add include battery_ioctl.h
     add b1d5eff  Userled driver: Add option to check actual pin state with getall
     add 177acf5  S32K1XX boards: Implement userled_getall function

No new revisions were added by this update.

Summary of changes:
 .../arm/s32k1xx/s32k118evb/src/s32k1xx_userleds.c  | 19 ++++++++++++++++++
 .../arm/s32k1xx/s32k144evb/src/s32k1xx_userleds.c  | 19 ++++++++++++++++++
 .../arm/s32k1xx/s32k146evb/src/s32k1xx_userleds.c  | 19 ++++++++++++++++++
 .../arm/s32k1xx/s32k148evb/src/s32k1xx_userleds.c  | 19 ++++++++++++++++++
 .../arm/s32k1xx/ucans32k146/src/s32k1xx_userleds.c | 19 ++++++++++++++++++
 drivers/leds/Kconfig                               | 10 ++++++++++
 drivers/leds/userled_lower.c                       | 23 ++++++++++++++++++++++
 drivers/leds/userled_upper.c                       |  8 +++++++-
 include/nuttx/board.h                              | 22 +++++++++++++++++++++
 include/nuttx/leds/userled.h                       |  7 +++++++
 10 files changed, 164 insertions(+), 1 deletion(-)