Skip to content

Commit fa942d5

Browse files
Ayush1325dpgeorge
authored andcommitted
zephyr/boards: Add support for BeagleConnect Freedom.
Enable the following capabilities: I2C, SPI, FLASH. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
1 parent d92694c commit fa942d5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Hardware features
2+
CONFIG_I2C=y
3+
CONFIG_SPI=y
4+
5+
# Flash drivers
6+
CONFIG_FLASH=y
7+
CONFIG_FLASH_MAP=y

0 commit comments

Comments
 (0)