tcl/board: add ESP32 config for ESP USB Bridge board
[fw/openocd] / tcl / target / lpc2478.cfg
index 48e5bdf3f0af74e244062bc5dcb4bafcc0c575f3..e4fd49d43b5bb88558a756056ff911de3e04aeb6 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
 # NXP LPC2478 ARM7TDMI-S with 512kB flash (8kB used by bootloader) and 98kB SRAM (16kB for ETH, 16kB for DMA, 2kB for RTC), clocked with 4MHz internal oscillator
 
 source [find target/lpc2xxx.cfg]
@@ -15,7 +17,7 @@ proc setup_lpc2478 {core_freq_khz adapter_freq_khz} {
 proc init_targets {} {
        # default to core clocked with 4MHz internal oscillator
        echo "Warning - assuming default core clock 4MHz! Flashing may fail if actual core clock is different."
-       
+
        # setup_lpc2478 <core_freq_khz> <adapter_freq_khz>
        setup_lpc2478 4000 500
 }