diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 4c3e93a6ac..0eec8d12af 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -4688,6 +4688,10 @@ build CONFIG_STMPE11_MULTIPLE : Can be defined to support multiple STMPE11 devices on board. +
  • + CONFIG_STMPE11_ACTIVELOW: + Interrupt is generated by an active low signal. +
  • CONFIG_STMPE11_NPOLLWAITERS: Maximum number of threads that can be waiting on poll() (ignored if @@ -4707,12 +4711,20 @@ build
  • CONFIG_STMPE11_GPIOINT_DISABLE: - Disable driver GPIO interrupt functionlality (ignored if GPIO + Disable driver GPIO interrupt functionality (ignored if GPIO functionality is disabled).
  • +
  • + CONFIG_STMPE11_SWAPXY: + Reverse the meaning of X and Y to handle different LCD orientations. +
  • CONFIG_STMPE11_TEMP_DISABLE: - Disable driver temperature sensor functionlaity. + Disable driver temperature sensor functionality. +
  • +
  • + CONFIG_STMPE11_REGDEBUG: + Enabled very low register-level debug output. Requires CONFIG_DEBUG.