You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/25 16:00:50 UTC

[incubator-nuttx] branch master updated (6bc0794 -> 5500dcd)

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

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


    from 6bc0794  Add nsh console through telnet over Wi-Fi
     new 5b46534  Fix typo on esp32-devkitc
     new 5500dcd  Fix typo on HT16K33 name

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 boards/xtensa/esp32/common/include/esp32_ht16k33.h    | 2 +-
 boards/xtensa/esp32/esp32-devkitc/include/board.h     | 6 +++---
 boards/xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h | 6 +++---
 drivers/lcd/Kconfig                                   | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

[incubator-nuttx] 02/02: Fix typo on HT16K33 name

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5500dcdf643df713112774101c31dffcf287c839
Author: Alan C. Assis <ac...@gmail.com>
AuthorDate: Sun Jul 25 11:35:16 2021 -0300

    Fix typo on HT16K33 name
---
 boards/xtensa/esp32/common/include/esp32_ht16k33.h | 2 +-
 drivers/lcd/Kconfig                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/boards/xtensa/esp32/common/include/esp32_ht16k33.h b/boards/xtensa/esp32/common/include/esp32_ht16k33.h
index 9464ecc..877c9d4 100644
--- a/boards/xtensa/esp32/common/include/esp32_ht16k33.h
+++ b/boards/xtensa/esp32/common/include/esp32_ht16k33.h
@@ -63,7 +63,7 @@ extern "C"
  * Name: board_ht16k33_initialize
  *
  * Description:
- *   Initialize and register the HT16K32 LED Display.
+ *   Initialize and register the HT16K33 LED Display.
  *
  * Input Parameters:
  *   devno - The device number, used to build the device path as /dev/slcdN
diff --git a/drivers/lcd/Kconfig b/drivers/lcd/Kconfig
index 08f3a2e..5bc0063 100644
--- a/drivers/lcd/Kconfig
+++ b/drivers/lcd/Kconfig
@@ -1452,12 +1452,12 @@ config LCD_ST7032
 		the ground. So only I2C pins SDA and SCL are used by NuttX.
 
 config LCD_HT16K33
-	bool "Holtek HT16K32 4 Digits 14-Segment Display"
+	bool "Holtek HT16K33 4 Digits 14-Segment Display"
 	default n
 	depends on I2C
 	---help---
 		Enable support for Holtek HT16K33 (and Vinka VK16K33) 4 Digits
-		14-Segment module: 0.54" 14-segment LED HT16K32 Backpack.
+		14-Segment module: 0.54" 14-segment LED HT16K33 Backpack.
 
 if LCD_HT16K33
 config LCD_HT16K33_MULT_MODULE

[incubator-nuttx] 01/02: Fix typo on esp32-devkitc

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 5b465345c788ae066375bb491bb5f7c6808a19d4
Author: Alan C. Assis <ac...@gmail.com>
AuthorDate: Sun Jul 25 11:32:44 2021 -0300

    Fix typo on esp32-devkitc
---
 boards/xtensa/esp32/esp32-devkitc/include/board.h     | 6 +++---
 boards/xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/boards/xtensa/esp32/esp32-devkitc/include/board.h b/boards/xtensa/esp32/esp32-devkitc/include/board.h
index 2afaef9..6b645d9 100644
--- a/boards/xtensa/esp32/esp32-devkitc/include/board.h
+++ b/boards/xtensa/esp32/esp32-devkitc/include/board.h
@@ -18,8 +18,8 @@
  *
  ****************************************************************************/
 
-#ifndef __BOARDS_XTENSA_ESP32_ESP32_CORE_INCLUDE_BOARD_H
-#define __BOARDS_XTENSA_ESP32_ESP32_CORE_INCLUDE_BOARD_H
+#ifndef __BOARDS_XTENSA_ESP32_ESP32_DEVKITC_INCLUDE_BOARD_H
+#define __BOARDS_XTENSA_ESP32_ESP32_DEVKITC_INCLUDE_BOARD_H
 
 /****************************************************************************
  * Pre-processor Definitions
@@ -82,4 +82,4 @@
 #define BOARD_NGPIOIN     1 /* Amount of GPIO Input without Interruption */
 #define BOARD_NGPIOINT    1 /* Amount of GPIO Input w/ Interruption pins */
 
-#endif /* __BOARDS_XTENSA_ESP32_ESP32_CORE_INCLUDE_BOARD_H */
+#endif /* __BOARDS_XTENSA_ESP32_ESP32_DEVKITC_INCLUDE_BOARD_H */
diff --git a/boards/xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h b/boards/xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h
index 7f75261..01fb366 100644
--- a/boards/xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h
+++ b/boards/xtensa/esp32/esp32-devkitc/src/esp32-devkitc.h
@@ -18,8 +18,8 @@
  *
  ****************************************************************************/
 
-#ifndef __BOARDS_XTENSA_ESP32_ESP32_CORE_SRC_ESP32_CORE_H
-#define __BOARDS_XTENSA_ESP32_ESP32_CORE_SRC_ESP32_CORE_H
+#ifndef __BOARDS_XTENSA_ESP32_ESP32_DEVKITC_SRC_ESP32_DEVKITC_H
+#define __BOARDS_XTENSA_ESP32_ESP32_DEVKITC_SRC_ESP32_DEVKITC_H
 
 /****************************************************************************
  * Included Files
@@ -137,4 +137,4 @@ int esp32_gpio_init(void);
 #endif
 
 #endif /* __ASSEMBLY__ */
-#endif /* __BOARDS_XTENSA_ESP32_ESP32_CORE_SRC_ESP32_CORE_H */
+#endif /* __BOARDS_XTENSA_ESP32_ESP32_DEVKITC_SRC_ESP32_DEVKITC_H */