From f0d7b30daef4443558fd9fef0fc7163346a7751a Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Wed, 29 May 2024 15:13:12 +0200 Subject: [PATCH] hjust_nxt-dual board_config: disable FLASH_BASED_PARAMS because there's no memory allocated with APP_RESERVATION_SIZE I adepted to the nxt-v1 board which seems similar and has flash based params disabled. The reason I'm doing this change is becuase CI is failing with a combination of the hkust board support: #22961 f7bc13dab0d7f5c32a104e7206036d435c4293d3 and an additional check for the exact issue introduced with: #22829 528ad1e87d4aba286be9a5133ba775e922d2005b --- boards/hkust/nxt-dual/src/board_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/hkust/nxt-dual/src/board_config.h b/boards/hkust/nxt-dual/src/board_config.h index 2b8aba1296..c63a1d7e30 100644 --- a/boards/hkust/nxt-dual/src/board_config.h +++ b/boards/hkust/nxt-dual/src/board_config.h @@ -53,7 +53,7 @@ * Definitions ****************************************************************************************************/ -#define FLASH_BASED_PARAMS +// #define FLASH_BASED_PARAMS /* LEDs are driven with push open drain to support Anode to 5V or 3.3V */