Skip to content

Commit

Permalink
lpc11u35 savings: reduce user configuration size
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mbrossard committed Feb 12, 2023
1 parent 0cd5122 commit 4567218
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions source/hic_hal/nxp/lpc11u35/daplink_addr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 4567218

Please sign in to comment.