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