|
|
@ -150,10 +150,10 @@ monitor_speed = 250000
|
|
|
|
platform = nxplpc
|
|
|
|
platform = nxplpc
|
|
|
|
board = lpc1768
|
|
|
|
board = lpc1768
|
|
|
|
board_build.f_cpu = 100000000L
|
|
|
|
board_build.f_cpu = 100000000L
|
|
|
|
build_flags = !python Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
|
|
|
|
# Override default maximum RAM. LPC1768/9 do have 64k, but in 3 blocks (32K, 16K, 16K).
|
|
|
|
${common.build_flags}
|
|
|
|
# The first 32k block is used by default, while the others must be specifically targeted.
|
|
|
|
-DU8G_HAL_LINKS
|
|
|
|
board_upload.maximum_ram_size = 32768
|
|
|
|
src_build_flags = -Wall
|
|
|
|
build_flags = !python Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py ${common.build_flags}
|
|
|
|
build_unflags = -Wall
|
|
|
|
build_unflags = -Wall
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_ldf_mode = off
|
|
|
|
lib_extra_dirs = frameworks
|
|
|
|
lib_extra_dirs = frameworks
|
|
|
|