diff options
| author | Ayush Singh <ayush@beagleboard.org> | 2024-10-16 17:08:49 +0530 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-05-02 12:39:16 +1000 |
| commit | bee1fd5e7887d48ad2b217f5c4746f6b518f3fd8 (patch) | |
| tree | feb4d6a8f1c6999d19a31ea3d21a267cf14d3859 | |
| parent | ced7ebb873f923397aa5c9ddc7b286e32eb4e80a (diff) | |
zephyr/boards: Enable ADC on beagleconnect_freedom.
Enable Analog inputs. Requires Zephyr >= v3.8.0.
Signed-off-by: Ayush Singh <ayush@beagleboard.org>
| -rw-r--r-- | ports/zephyr/boards/beagleconnect_freedom.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/zephyr/boards/beagleconnect_freedom.conf b/ports/zephyr/boards/beagleconnect_freedom.conf index 1e3f6037b..8fe258320 100644 --- a/ports/zephyr/boards/beagleconnect_freedom.conf +++ b/ports/zephyr/boards/beagleconnect_freedom.conf @@ -1,4 +1,5 @@ # Hardware features +CONFIG_ADC=y CONFIG_PWM=y CONFIG_I2C=y CONFIG_SPI=y |
