@@ -441,7 +441,7 @@ Some TPM 2.0 modules have extra I/O functionalities and additional GPIO that the
441441
442442Currently, the GPIO control examples support ST33 and NPCT75x TPM 2.0 modules.
443443
444- There are four examples available: ` gpio/gpio_config ` for ST33 and ` gpio/gpio_nuvoton ` for NPCT75x .
444+ There are four examples available. Configuration using ` gpio/gpio_config ` .
445445
446446Every example has a help option ` -h ` . Please consult with ` gpio_config -h ` about the various GPIO modes.
447447
@@ -495,12 +495,12 @@ NV Index for GPIO access created
495495
496496### GPIO Config (NPCT75xx)
497497
498- NPCT75x supports 3 output modes (no input modes), information from ` gpio/gpio_nuvoton ` below:
498+ NPCT75x supports 3 output modes (no input modes), information from ` gpio/gpio_config ` below:
499499
500500```
501- $ ./examples/gpio/gpio_nuvoton -h
501+ $ ./examples/gpio/gpio_config -h
502502Expected usage:
503- ./examples/gpio/gpio_nuvoton [num] [mode]
503+ ./examples/gpio/gpio_config [num] [mode]
504504* num is a GPIO number between 3 and 4 (default 3)
505505* mode is either push-pull, open-drain or open-drain with pull-up
506506 1. pushpull - output in push pull configuration
@@ -526,7 +526,7 @@ NV Index for GPIO access created
526526
527527Switching a GPIO configuration is seamless.
528528* For ST33 ` gpio/gpio_config ` takes care of deleting existing NV Index, so a new GPIO configuration can be chosen.
529- * For NPCT75xx ` gpio/gpio_nuvoton ` can reconfigure any GPIO without deleting the created NV index.
529+ * For NPCT75xx ` gpio/gpio_config ` can reconfigure any GPIO without deleting the created NV index.
530530
531531```
532532$ ./examples/gpio/gpio_set 0 -high
0 commit comments