From ac6fc769010b3ae8ca8b3465e9fbf3907412959c Mon Sep 17 00:00:00 2001 From: Mathias Brossard Date: Mon, 30 Jan 2023 23:48:50 -0600 Subject: [PATCH] lpc11u35 savings: reduce user configuration size This allows lpc11u35_musca_a_if, lpc11u35_musca_b_eflash_if, lpc11u35_musca_b_if to work with GCC. Due to the change of location, configuration will be reset to defaults for all lpc11u35 boards. --- projects.yaml | 3 --- source/hic_hal/nxp/lpc11u35/daplink_addr.h | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/projects.yaml b/projects.yaml index 8c921eff45..033eded9fe 100644 --- a/projects.yaml +++ b/projects.yaml @@ -430,17 +430,14 @@ projects: - *module_if - *module_hic_lpc11u35 - records/board/musca_a.yaml - - records/tools/gcc_arm_lto.yaml lpc11u35_musca_b_eflash_if: - *module_if - *module_hic_lpc11u35 - records/board/musca_b_eflash.yaml - - records/tools/gcc_arm_lto.yaml lpc11u35_musca_b_if: - *module_if - *module_hic_lpc11u35 - records/board/musca_b.yaml - - records/tools/gcc_arm_lto.yaml lpc11u35_nz32_sc151_if: - *module_if - *module_hic_lpc11u35 diff --git a/source/hic_hal/nxp/lpc11u35/daplink_addr.h b/source/hic_hal/nxp/lpc11u35/daplink_addr.h index 63a0a59581..85b8cee9a6 100644 --- a/source/hic_hal/nxp/lpc11u35/daplink_addr.h +++ b/source/hic_hal/nxp/lpc11u35/daplink_addr.h @@ -39,10 +39,10 @@ #define DAPLINK_ROM_BL_SIZE 0x00000000 #define DAPLINK_ROM_IF_START 0x00000000 -#define DAPLINK_ROM_IF_SIZE 0x0000F000 +#define DAPLINK_ROM_IF_SIZE 0x0000FC00 -#define DAPLINK_ROM_CONFIG_USER_START 0x0000F000 -#define DAPLINK_ROM_CONFIG_USER_SIZE 0x00001000 +#define DAPLINK_ROM_CONFIG_USER_START 0x0000FC00 +#define DAPLINK_ROM_CONFIG_USER_SIZE 0x00000400 /* RAM sizes */