aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/lpc1754.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/lpc1754.cfg')
-rw-r--r--tcl/target/lpc1754.cfg21
1 files changed, 0 insertions, 21 deletions
diff --git a/tcl/target/lpc1754.cfg b/tcl/target/lpc1754.cfg
deleted file mode 100644
index ae2ad50f..00000000
--- a/tcl/target/lpc1754.cfg
+++ /dev/null
@@ -1,21 +0,0 @@
-# !!!!!!!!!!!!
-# ! UNTESTED !
-# !!!!!!!!!!!!
-
-# NXP LPC1754 Cortex-M3 with 128kB Flash and 16kB+16kB Local On-Chip SRAM,
-set CHIPNAME lpc1754
-set CPUTAPID 0x4ba00477
-set CPURAMSIZE 0x4000
-set CPUROMSIZE 0x20000
-
-# After reset the chip is clocked by the ~4MHz internal RC oscillator.
-# When board-specific code (reset-init handler or device firmware)
-# configures another oscillator and/or PLL0, set CCLK to match; if
-# you don't, then flash erase and write operations may misbehave.
-# (The ROM code doing those updates cares about core clock speed...)
-#
-# CCLK is the core clock frequency in KHz
-set CCLK 4000
-
-#Include the main configuration file.
-source [find target/lpc17xx.cfg];