mirror of https://github.com/ARMmbed/mbed-os.git
Add missing defines for psoc6 boards.
parent
c40bc8b279
commit
e2a4a7303e
|
@ -7180,7 +7180,9 @@
|
|||
"macros": [
|
||||
"MBED_MPU_CUSTOM",
|
||||
"MBEDTLS_CONFIG_HW_SUPPORT",
|
||||
"LPTICKER_DELAY_TICKS=3"
|
||||
"LPTICKER_DELAY_TICKS=3",
|
||||
"CYBT_WAKE_ACTIVE_LOW=0",
|
||||
"CYBT_WAKE_ACTIVE_HIGH=1"
|
||||
],
|
||||
"default_toolchain": "GCC_ARM",
|
||||
"supported_toolchains": [
|
||||
|
|
Loading…
Reference in New Issue