File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ set (MCU_VARIANT LPC55S28 )
2
+ set (MCU_CORE LPC55S28 )
3
+
4
+ set (JLINK_DEVICE LPC55S28 )
5
+ set (PYOCD_TARGET LPC55S28 )
6
+ set (NXPLINK_DEVICE LPC55S28:LPCXpresso55S28 )
7
+
8
+ function (update_board TARGET )
9
+ target_compile_definitions (${TARGET} PUBLIC
10
+ CPU_LPC55S28JBD100
11
+ )
12
+ endfunction ()
Original file line number Diff line number Diff line change @@ -8,5 +8,7 @@ set(NXPLINK_DEVICE LPC55S69:LPCXpresso55S69)
8
8
function (update_board TARGET )
9
9
target_compile_definitions (${TARGET} PUBLIC
10
10
CPU_LPC55S69JBD100_cm33_core0
11
+ # port 1 is highspeed
12
+ # BOARD_TUD_RHPORT=1
11
13
)
12
14
endfunction ()
Original file line number Diff line number Diff line change
1
+ set (MCU_VARIANT LPC55S69 )
2
+ set (MCU_CORE LPC55S69_cm33_core0 )
3
+
4
+ set (JLINK_DEVICE LPC55S69 )
5
+ set (PYOCD_TARGET LPC55S69 )
6
+ set (NXPLINK_DEVICE LPC55S69:LPCXpresso55S69 )
7
+
8
+ function (update_board TARGET )
9
+ target_compile_definitions (${TARGET} PUBLIC
10
+ CPU_LPC55S69JBD100_cm33_core0
11
+ # port 1 is highspeed
12
+ # BOARD_TUD_RHPORT=1
13
+ )
14
+ endfunction ()
You can’t perform that action at this time.
0 commit comments