stm32: Update register read/write to the register definition.
[fw/openocd] / src / target / startup.tcl
index 425e1ecfb0df3ec2457d3d89a8c86de36c2800e6..02cefb09b23a1b83413083a39979b89393395d5b 100644 (file)
@@ -159,3 +159,7 @@ proc armv4_5 params {
 # By default(classic) the config scripts will set up the target configuration
 proc init_targets {} {
 }
+
+# Additionally board config scripts can define a procedure init_board that will be executed after init and init_targets
+proc init_board {} {
+}