We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed48d3f commit fa6051bCopy full SHA for fa6051b
ports/zephyr/boards/beagleconnect_freedom.conf
@@ -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
tools/ci.sh
@@ -759,6 +759,7 @@ function ci_zephyr_build {
759
docker exec zephyr-ci west build -p auto -b frdm_k64f
760
docker exec zephyr-ci west build -p auto -b mimxrt1050_evk
761
docker exec zephyr-ci west build -p auto -b nucleo_wb55rg # for bluetooth
762
+ docker exec zephyr-ci west build -p auto -b beagleconnect_freedom
763
}
764
765
function ci_zephyr_run_tests {
0 commit comments