We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458a2ef commit 8c3bafdCopy full SHA for 8c3bafd
targets/upload_method_cfg/LPCXPRESSO_LPC1769.cmake
@@ -46,3 +46,10 @@ set(OPENOCD_VERSION_RANGE 0.10...<0.13)
46
set(LINKSERVER_UPLOAD_ENABLED TRUE)
47
set(LINKSERVER_DEVICE LPC1769)
48
49
+# Config options for JLINK
50
+# -------------------------------------------------------------
51
+set(JLINK_UPLOAD_ENABLED TRUE)
52
+set(JLINK_CPU_NAME LPC1769)
53
+set(JLINK_CLOCK_SPEED 4000)
54
+set(JLINK_UPLOAD_INTERFACE SWD)
55
+
0 commit comments