From fa942d532f326b3b8c5d4cb68439ad6669beb1e4 Mon Sep 17 00:00:00 2001 From: Ayush Singh Date: Mon, 23 Sep 2024 22:16:29 +0530 Subject: [PATCH] zephyr/boards: Add support for BeagleConnect Freedom. Enable the following capabilities: I2C, SPI, FLASH. Signed-off-by: Ayush Singh --- ports/zephyr/boards/beagleconnect_freedom.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ports/zephyr/boards/beagleconnect_freedom.conf diff --git a/ports/zephyr/boards/beagleconnect_freedom.conf b/ports/zephyr/boards/beagleconnect_freedom.conf new file mode 100644 index 0000000000000..14ce9c526e059 --- /dev/null +++ b/ports/zephyr/boards/beagleconnect_freedom.conf @@ -0,0 +1,7 @@ +# Hardware features +CONFIG_I2C=y +CONFIG_SPI=y + +# Flash drivers +CONFIG_FLASH=y +CONFIG_FLASH_MAP=y