Skip to content

Commit c573873

Browse files
committed
Added target-less interface project for kl27z HIC
Removed "reserving for future use" comment on the DAPLINK_HIC_ID_KL27Z definition.
1 parent 3d1e6f6 commit c573873

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

projects.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ projects:
9090
- *module_bl
9191
- records/hic_hal/kl27z.yaml
9292
- records/board/kl27z_bl.yaml
93+
kl27z_if:
94+
- *module_if
95+
- *module_hic_kl27z
96+
- records/family/all_family.yaml
9397
k20dx_bl:
9498
- *module_bl
9599
- records/hic_hal/k20dx.yaml

source/daplink/daplink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ COMPILER_ASSERT(DAPLINK_RAM_SHARED_START + DAPLINK_RAM_SHARED_SIZE == DAPLINK_RA
6363
#define DAPLINK_HIC_ID_STM32F103XB 0x97969908
6464
#define DAPLINK_HIC_ID_K26F 0x97969909
6565
#define DAPLINK_HIC_ID_K22F 0x9796990A
66-
#define DAPLINK_HIC_ID_KL27Z 0x9796990B // reserving for future use
66+
#define DAPLINK_HIC_ID_KL27Z 0x9796990B
6767
#define DAPLINK_HIC_ID_LPC54606 0x9796990C // reserving for future use
6868
#define DAPLINK_HIC_ID_STM32F723IE 0x9796990D // reserving for future use
6969
#define DAPLINK_HIC_ID_LPC55S69 0x97969920 // reserving for future use

0 commit comments

Comments
 (0)