mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
zephyr/boards: Add support for BeagleConnect Freedom.
Enable the following capabilities: I2C, SPI, FLASH. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
committed by
Damien George
parent
d92694c3e8
commit
fa942d532f
7
ports/zephyr/boards/beagleconnect_freedom.conf
Normal file
7
ports/zephyr/boards/beagleconnect_freedom.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
# Hardware features
|
||||
CONFIG_I2C=y
|
||||
CONFIG_SPI=y
|
||||
|
||||
# Flash drivers
|
||||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
Reference in New Issue
Block a user