You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gu...@apache.org on 2021/09/13 21:20:26 UTC

[incubator-nuttx] branch master updated (83a9c2b -> fdcd122)

This is an automated email from the ASF dual-hosted git repository.

gustavonihei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 83a9c2b  xtensa/irq.h: Fixes the routine that clears the processor interrupt
     add 3183251  feature: driver: add interface for fb driver
     add fdcd122  feature: driver: add interface for lcd dev driver

No new revisions were added by this update.

Summary of changes:
 drivers/lcd/Kconfig         | 12 ++++++------
 drivers/lcd/lcd_dev.c       | 10 ++++++++++
 drivers/video/Kconfig       |  4 ++++
 drivers/video/fb.c          | 38 ++++++++++++++++++++++++++++++++++++++
 include/nuttx/lcd/lcd.h     |  8 ++++++++
 include/nuttx/lcd/lcd_dev.h |  3 +++
 include/nuttx/video/fb.h    | 42 +++++++++++++++++++++++++++++++++++++-----
 7 files changed, 106 insertions(+), 11 deletions(-)