This is an automated email from Gerrit.

Ilia Motornyi ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/4305

-- gerrit

commit 1e6f5eb6106028aaf2992f1d6af572feab4f2456
Author: elmot <[email protected]>
Date:   Sun Dec 3 19:20:49 2017 +0200

    topic: STM32 NUCLEO-L011K4 development board support
    
    Low-end MCU has only 2K of RAM and thus it is not compatible with other
    STM32L0 MCUs which have at least 8K
    
    Change-Id: I95db5da5b1db596fb3c94852326ff4a9525a4dca
    Signed-off-by: Ilia Motornyi <[email protected]>

diff --git a/tcl/board/st_nucleo_l011k4.cfg b/tcl/board/st_nucleo_l011k4.cfg
new file mode 100644
index 0000000..619159f
--- /dev/null
+++ b/tcl/board/st_nucleo_l011k4.cfg
@@ -0,0 +1,12 @@
+# This is an ST NUCLEO32-L011K4 board with single STM32L011K4 chip.
+# http://www.st.com/en/evaluation-tools/nucleo-l011k4.html
+source [find interface/stlink-v2-1.cfg]
+
+transport select hla_swd
+
+set WORKAREASIZE 0x800
+
+source [find target/stm32l0.cfg]
+
+# There is only system reset line and JTAG/SWD command can be issued when SRST
+reset_config srst_only

-- 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to