Skip to content

Commit 61a7788

Browse files
chrtaMaureenHelm
authored andcommitted
mcux: Add support for LPC55S28
Add MCUXpresso SDK version 2.8.2 (2020-11-09) for LPC55S28 SoCs. This is the latest version available for these SoCs. Origin: MCUXpresso SDK License: BSD 3-Clause URL: mcux.nxp.com Maintained-by: External Signed-off-by: Christian Taedcke <[email protected]>
1 parent 56915d2 commit 61a7788

14 files changed

+114813
-0
lines changed

mcux/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ elseif("${MCUX_DEVICE}" STREQUAL "LPC54114_M0")
1010
elseif("${MCUX_DEVICE}" STREQUAL "LPC55S16")
1111
set(MCUX_CPU CPU_${CONFIG_SOC_PART_NUMBER})
1212
set(MCUX_DEVICE LPC55S16)
13+
elseif("${MCUX_DEVICE}" STREQUAL "LPC55S28")
14+
set(MCUX_CPU CPU_${CONFIG_SOC_PART_NUMBER})
15+
set(MCUX_DEVICE LPC55S28)
1316
elseif("${MCUX_DEVICE}" STREQUAL "LPC55S69_CPU0")
1417
set(MCUX_CPU CPU_${CONFIG_SOC_PART_NUMBER}_cm33_core0)
1518
set(MCUX_DEVICE LPC55S69)

mcux/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Status:
1717
----------------------------------------------------------------------------
1818
LPC54114 SDK 2.8.2 (2020-08-19)
1919
LPC55S16 SDK 2.8.2 (2020-08-19)
20+
LPC55S28 SDK 2.8.2 (2020-11-09)
2021
LPC55S69 SDK 2.8.2 (2020-08-19)
2122
MIMX8MM SDK 2.8.0 (2020-07-21)
2223
MIMXRT685 SDK 2.8.3 (2020-11-09)

mcux/devices/LPC55S28/LPC55S28.h

Lines changed: 26900 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)