From 1825c4eb8b611b3b5eb972ebd02fd44ee177b17c Mon Sep 17 00:00:00 2001 From: Henry Rovner Date: Thu, 4 Jul 2024 14:39:16 -0700 Subject: [PATCH] Add ox64:adc config to 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 d293af3e92023..9313dd2cbff29 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.