Documentation: Add entry for ESP32-[C3|C6|H2]'s buttons defconfig
This commit adds an entry on Documentation regarding ESP32-C3, ESP32-C6 and ESP32-H2 boards that implement the `buttons` defconfig Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
This commit is contained in:
parent
6db437e2de
commit
5e9e237868
4 changed files with 60 additions and 0 deletions
|
|
@ -153,6 +153,21 @@ You can check that the sensor is working by using the ``bmp180`` application::
|
||||||
Pressure value = 91526
|
Pressure value = 91526
|
||||||
Pressure value = 91525
|
Pressure value = 91525
|
||||||
|
|
||||||
|
buttons
|
||||||
|
-------
|
||||||
|
|
||||||
|
This configuration shows the use of the buttons subsystem. It can be used by executing
|
||||||
|
the ``buttons`` application and pressing the ``BOOT`` button on the board::
|
||||||
|
|
||||||
|
nsh> buttons
|
||||||
|
buttons_main: Starting the button_daemon
|
||||||
|
buttons_main: button_daemon started
|
||||||
|
button_daemon: Running
|
||||||
|
button_daemon: Opening /dev/buttons
|
||||||
|
button_daemon: Supported BUTTONs 0x01
|
||||||
|
nsh> Sample = 1
|
||||||
|
Sample = 0
|
||||||
|
|
||||||
coremark
|
coremark
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,21 @@ You can check that the sensor is working by using the ``bmp180`` application::
|
||||||
Pressure value = 91526
|
Pressure value = 91526
|
||||||
Pressure value = 91525
|
Pressure value = 91525
|
||||||
|
|
||||||
|
buttons
|
||||||
|
-------
|
||||||
|
|
||||||
|
This configuration shows the use of the buttons subsystem. It can be used by executing
|
||||||
|
the ``buttons`` application and pressing the ``BOOT`` button on the board::
|
||||||
|
|
||||||
|
nsh> buttons
|
||||||
|
buttons_main: Starting the button_daemon
|
||||||
|
buttons_main: button_daemon started
|
||||||
|
button_daemon: Running
|
||||||
|
button_daemon: Opening /dev/buttons
|
||||||
|
button_daemon: Supported BUTTONs 0x01
|
||||||
|
nsh> Sample = 1
|
||||||
|
Sample = 0
|
||||||
|
|
||||||
capture
|
capture
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,21 @@ You can check that the sensor is working by using the ``bmp180`` application::
|
||||||
Pressure value = 91526
|
Pressure value = 91526
|
||||||
Pressure value = 91525
|
Pressure value = 91525
|
||||||
|
|
||||||
|
buttons
|
||||||
|
-------
|
||||||
|
|
||||||
|
This configuration shows the use of the buttons subsystem. It can be used by executing
|
||||||
|
the ``buttons`` application and pressing the ``BOOT`` button on the board::
|
||||||
|
|
||||||
|
nsh> buttons
|
||||||
|
buttons_main: Starting the button_daemon
|
||||||
|
buttons_main: button_daemon started
|
||||||
|
button_daemon: Running
|
||||||
|
button_daemon: Opening /dev/buttons
|
||||||
|
button_daemon: Supported BUTTONs 0x01
|
||||||
|
nsh> Sample = 1
|
||||||
|
Sample = 0
|
||||||
|
|
||||||
coremark
|
coremark
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,21 @@ You can check that the sensor is working by using the ``bmp180`` application::
|
||||||
Pressure value = 91526
|
Pressure value = 91526
|
||||||
Pressure value = 91525
|
Pressure value = 91525
|
||||||
|
|
||||||
|
buttons
|
||||||
|
-------
|
||||||
|
|
||||||
|
This configuration shows the use of the buttons subsystem. It can be used by executing
|
||||||
|
the ``buttons`` application and pressing the ``BOOT`` button on the board::
|
||||||
|
|
||||||
|
nsh> buttons
|
||||||
|
buttons_main: Starting the button_daemon
|
||||||
|
buttons_main: button_daemon started
|
||||||
|
button_daemon: Running
|
||||||
|
button_daemon: Opening /dev/buttons
|
||||||
|
button_daemon: Supported BUTTONs 0x01
|
||||||
|
nsh> Sample = 1
|
||||||
|
Sample = 0
|
||||||
|
|
||||||
coremark
|
coremark
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue