add locks

This commit is contained in:
Manuel
2025-10-31 23:30:01 +01:00
parent 356cb0fdd0
commit 4ceebf6997
2 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ board_build.partition = default_16MB.csv
board_check = false
upload_protocol = esptool
build_type = debug
build_flags = -g -O0
build_flags = -g -O0 -fno-strict-aliasing
${esp32_base.build_flags}
-I variants/esp32s3/t5s3_epaper
-D T5_S3_EPAPER_PRO
@@ -13,6 +13,8 @@ build_flags = -g -O0
-D TOUCH_THRESHOLD_X=50
-D TOUCH_THRESHOLD_Y=30
-D TIME_LONG_PRESS=500
-D CONFIG_DISABLE_HAL_LOCKS=1 ; we use SPILock instead
-D EINK_LIMIT_GHOSTING_PX
; -D GPS_POWER_TOGGLE
build_src_filter =