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/nuttx.git
commit 1825c4eb8b611b3b5eb972ebd02fd44ee177b17c Author: Henry Rovner <[email protected]> AuthorDate: Thu Jul 4 14:39:16 2024 -0700 Add ox64:adc config to documentation --- Documentation/platforms/risc-v/bl808/boards/ox64/index.rst | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/Documentation/platforms/risc-v/bl808/boards/ox64/index.rst b/Documentation/platforms/risc-v/bl808/boards/ox64/index.rst index d293af3e92..9313dd2cbf 100644 --- a/Documentation/platforms/risc-v/bl808/boards/ox64/index.rst +++ b/Documentation/platforms/risc-v/bl808/boards/ox64/index.rst @@ -137,13 +137,9 @@ This configuration is focused on low level, command-line driver testing. Built-in applications are supported, but none are enabled. Serial Console is enabled on UART3 at 2 Mbps. -Peripheral Support -================== - -NuttX for Ox64 supports these peripherals: +adc +--- -======================== ======= ===== -Peripheral Support NOTES -======================== ======= ===== -UART Yes -======================== ======= ===== +This configuration enables support for the general purpose ADC and the adc example app. +By default, the ADC will scan external channels 3, 4, 6, 7 and 9 (GPIO pins 11, 6, 12, +13 and 18). Serial Console is enabled on UART3 at 2 Mbps.
