Skip to content

Commit ac6fc76

Browse files
committed
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.
1 parent 0e90ebd commit ac6fc76

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

projects.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,17 +430,14 @@ projects:
430430
- *module_if
431431
- *module_hic_lpc11u35
432432
- records/board/musca_a.yaml
433-
- records/tools/gcc_arm_lto.yaml
434433
lpc11u35_musca_b_eflash_if:
435434
- *module_if
436435
- *module_hic_lpc11u35
437436
- records/board/musca_b_eflash.yaml
438-
- records/tools/gcc_arm_lto.yaml
439437
lpc11u35_musca_b_if:
440438
- *module_if
441439
- *module_hic_lpc11u35
442440
- records/board/musca_b.yaml
443-
- records/tools/gcc_arm_lto.yaml
444441
lpc11u35_nz32_sc151_if:
445442
- *module_if
446443
- *module_hic_lpc11u35

source/hic_hal/nxp/lpc11u35/daplink_addr.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
#define DAPLINK_ROM_BL_SIZE 0x00000000
4040

4141
#define DAPLINK_ROM_IF_START 0x00000000
42-
#define DAPLINK_ROM_IF_SIZE 0x0000F000
42+
#define DAPLINK_ROM_IF_SIZE 0x0000FC00
4343

44-
#define DAPLINK_ROM_CONFIG_USER_START 0x0000F000
45-
#define DAPLINK_ROM_CONFIG_USER_SIZE 0x00001000
44+
#define DAPLINK_ROM_CONFIG_USER_START 0x0000FC00
45+
#define DAPLINK_ROM_CONFIG_USER_SIZE 0x00000400
4646

4747
/* RAM sizes */
4848

0 commit comments

Comments
 (0)