Skip to content

Commit

Permalink
zephyr/boards: Add support for BeagleConnect Freedom.
Browse files Browse the repository at this point in the history
Enable the following capabilities: I2C, SPI, FLASH.

Signed-off-by: Ayush Singh <[email protected]>
  • Loading branch information
Ayush1325 authored and dpgeorge committed Oct 15, 2024
1 parent d92694c commit fa942d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ports/zephyr/boards/beagleconnect_freedom.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Hardware features
CONFIG_I2C=y
CONFIG_SPI=y

# Flash drivers
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y

0 comments on commit fa942d5

Please sign in to comment.