mirror of
https://github.com/Fishwaldo/OBLFR.git
synced 2025-03-16 03:41:44 +00:00
* Initial Work on setting custom BSP for ox64 * add M1S Dock BSP * Add Apache 2.0 License file * refactor to support bl702 and BL616 Chips * Update SDK Variable name * Ensure we get the BOARD from our proj.conf when recompiling * Till bl_mcu_sdk merge https://github.com/bouffalolab/bl_mcu_sdk/pull/82 lets just let Make warn about overriding targets * change PINE64_SDK_PATH to OBLFR_SDK_PATH
28 lines
718 B
Text
28 lines
718 B
Text
config BOARD_M0SENSE
|
|
bool
|
|
default y if BFLB_BOARD = "m0sense"
|
|
|
|
comment "M0Sense Options"
|
|
|
|
menu "Pinmux Configuration"
|
|
config PINMUX_ENABLE_LED1
|
|
bool "Enable LED1 Pinmux (Red)"
|
|
default y
|
|
help
|
|
Enable LED1 Pinmux
|
|
config PINMUX_ENABLE_LED2
|
|
bool "Enable LED2 Pinmux (Green) - Currently Broken"
|
|
default n
|
|
help
|
|
Enable LED2 Pinmux. Currently Broken. Need to investigate.
|
|
config PINMUX_ENABLE_LED3
|
|
bool "Enable LED3 Pinmux (Blue)"
|
|
default y
|
|
help
|
|
Enable LED3 Pinmux
|
|
config PINMUX_ENABLE_BTN1
|
|
bool "Enable Boot Button"
|
|
default y
|
|
help
|
|
Enable Boot Button
|
|
endmenu
|