Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
fe6366b8045a7fdb626f4263d17305b89eb3e47f
/
.
/
boards
/
adafruit
/
qt_py_esp32s3
/
revision.cmake
blob: 26aeb65f775effd9fde4a8f6ed9339b0b842a44c [
file
] [
log
] [
blame
]
if
(
DEFINED BOARD_REVISION AND NOT BOARD_REVISION STREQUAL
"psram"
)
message
(
FATAL_ERROR
"Invalid board revision, ${BOARD_REVISION}, valid revisions are: <none> (for non-PSRAM version), psram"
)
endif
()