summaryrefslogtreecommitdiff
path: root/cts
diff options
context:
space:
mode:
Diffstat (limited to 'cts')
-rw-r--r--cts/common/board.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cts/common/board.py b/cts/common/board.py
index 42479e6de3..dd730087ec 100644
--- a/cts/common/board.py
+++ b/cts/common/board.py
@@ -14,10 +14,12 @@ OCD_SCRIPT_DIR = '/usr/local/share/openocd/scripts'
OPENOCD_CONFIGS = {
'stm32l476g-eval': 'board/stm32l4discovery.cfg',
'nucleo-f072rb': 'board/st_nucleo_f0.cfg',
+ 'nucleo-f411re': 'board/st_nucleo_f4.cfg',
}
FLASH_OFFSETS = {
'stm32l476g-eval': '0x08000000',
'nucleo-f072rb': '0x08000000',
+ 'nucleo-f411re': '0x08000000',
}
@@ -314,4 +316,4 @@ class DeviceUnderTest(Board):
# Found your other st-link device serial!
self.hla_serial = dut[0]
- return \ No newline at end of file
+ return