File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,10 @@ projects:
90
90
- *module_bl
91
91
- records/hic_hal/kl27z.yaml
92
92
- records/board/kl27z_bl.yaml
93
+ kl27z_if :
94
+ - *module_if
95
+ - *module_hic_kl27z
96
+ - records/family/all_family.yaml
93
97
k20dx_bl :
94
98
- *module_bl
95
99
- records/hic_hal/k20dx.yaml
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ COMPILER_ASSERT(DAPLINK_RAM_SHARED_START + DAPLINK_RAM_SHARED_SIZE == DAPLINK_RA
63
63
#define DAPLINK_HIC_ID_STM32F103XB 0x97969908
64
64
#define DAPLINK_HIC_ID_K26F 0x97969909
65
65
#define DAPLINK_HIC_ID_K22F 0x9796990A
66
- #define DAPLINK_HIC_ID_KL27Z 0x9796990B // reserving for future use
66
+ #define DAPLINK_HIC_ID_KL27Z 0x9796990B
67
67
#define DAPLINK_HIC_ID_LPC54606 0x9796990C // reserving for future use
68
68
#define DAPLINK_HIC_ID_STM32F723IE 0x9796990D // reserving for future use
69
69
#define DAPLINK_HIC_ID_LPC55S69 0x97969920 // reserving for future use
You can’t perform that action at this time.
0 commit comments