mcx family renamed as mcxn

MCXN and MCXA have different ARM Cortex M33 core, can't be on the same family
This commit is contained in:
Jerry Palacios
2024-02-09 09:36:58 -06:00
parent 8dc581247a
commit 73122cd5f9
20 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
int SetupTarget(void) {
JLINK_ExecCommand("SetRTTSearchRanges 0x20000000 0x40000");
return 0;
}