Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
afc65525c0d50380a82d7979a1a1c97434f59c09
/
.
/
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
()