:orphan: .. title:: CONFIG_BOARD_BLACKPILL_F401CE .. kconfig:: CONFIG_BOARD_BLACKPILL_F401CE CONFIG_BOARD_BLACKPILL_F401CE ############################# *WeAct Studio Black Pill V3.0+ Board* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_STM32F401XE ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/blackpill_f401ce/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_BLACKPILL_F401CE bool "WeAct Studio Black Pill V3.0+ Board" depends on SOC_STM32F401XE && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*