Skip to content

Commit b905a5c

Browse files
Few more tweaks
1 parent d38df63 commit b905a5c

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

connectivity/lwipstack/mbed_lib.json5

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,7 @@
163163
"Freescale": {
164164
"mem-size": 33270
165165
},
166-
"LPC1768": {
167-
"mem-size": 16362
168-
},
169-
"LPCXPRESSO_LPC1769": {
170-
"mem-size": 16362
171-
},
172-
"ARCH_PRO": {
166+
"MCU_LPC17XX": {
173167
"mem-size": 16362
174168
},
175169
"LPC546XX": {

targets/TARGET_NXP/TARGET_LPC17XX/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,4 @@ target_sources(mbed-lpc17xx
4848

4949
target_link_libraries(mbed-lpc17xx INTERFACE mbed-nxp)
5050

51-
mbed_set_linker_script(mbed-lpc17xx ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
52-
53-
# mbed_set_linker_script(mbed-arch-pro ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
54-
# mbed_set_linker_script(mbed-lpc1768 ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
55-
# mbed_set_linker_script(mbed-lpcxpresso-lpc1769 ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})
51+
mbed_set_linker_script(mbed-lpc17xx ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FILE})

targets/upload_method_cfg/LPCXPRESSO_LPC1769.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# To change any of these parameters from their default values, set them in your build script between where you
33
# include app.cmake and where you add mbed os as a subdirectory.
44

5-
# Notes:
6-
# 1. LPC1768 is supposed to be supported by LinkServer, and I am able to get through flashing it, but it errors out at the end.
7-
85
# General config parameters
96
# -------------------------------------------------------------
107
set(UPLOAD_METHOD_DEFAULT PYOCD)

0 commit comments

Comments
 (0)