Skip to content

Commit

Permalink
target/nxp: Re-enable ke04 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
nqbit committed Mar 16, 2024
1 parent fa79ab6 commit b386fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/target/cortexm.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ bool cortexm_probe(adiv5_access_port_s *ap)
PROBE(imxrt_probe);
PROBE(kinetis_probe);
PROBE(s32k3xx_probe);
PROBE(ke04_probe);
break;
case JEP106_MANUFACTURER_GIGADEVICE:
PROBE(gd32f1_probe);
Expand Down

0 comments on commit b386fae

Please sign in to comment.