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/12/09 18:00:43 UTC

[incubator-nuttx] branch master updated: timer-gpout example renamed to timer-gpio

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


The following commit(s) were added to refs/heads/master by this push:
     new bcf9b4e  timer-gpout example renamed to timer-gpio
bcf9b4e is described below

commit bcf9b4e5cd502e7270339c4c4f64f355f0c17870
Author: Jari van Ewijk <ja...@nxp.com>
AuthorDate: Thu Dec 9 17:14:08 2021 +0100

    timer-gpout example renamed to timer-gpio
---
 boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig b/boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig
index 71a9668..c22ec7f 100644
--- a/boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig
+++ b/boards/xtensa/esp32s2/esp32s2-saola-1/configs/timer/defconfig
@@ -28,7 +28,7 @@ CONFIG_ESP32S2_TIMER2=y
 CONFIG_ESP32S2_TIMER3=y
 CONFIG_ESP32S2_UART0=y
 CONFIG_EXAMPLES_TIMER=y
-CONFIG_EXAMPLES_TIMER_GPOUT=y
+CONFIG_EXAMPLES_TIMER_GPIO=y
 CONFIG_FS_PROCFS=y
 CONFIG_HAVE_CXX=y
 CONFIG_HAVE_CXXINITIALIZE=y