Skip to content

Commit 3136fcc

Browse files
committed
Add Nucleo board reset. Do not release Nordic yet.
1 parent d31fe02 commit 3136fcc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

workspace_tools/build_release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
('LPC1114', ('uARM',)),
3737
('LPC11U35_401', ('ARM', 'uARM')),
3838

39-
4039
('KL25Z', ('ARM', 'GCC_ARM')),
4140
('KL46Z', ('ARM', 'GCC_ARM')),
4241

@@ -45,7 +44,7 @@
4544
('NUCLEO_F401RE', ('ARM', 'uARM')),
4645
('NUCLEO_F030R8', ('ARM', 'uARM')),
4746

48-
('NRF51822', ('ARM', )),
47+
# ('NRF51822', ('ARM', )),
4948
)
5049

5150

workspace_tools/make.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187

188188
if options.nrfjprog:
189189
call(["nrfjprog", "-r"])
190+
elif mcu.startswith('NUCLEO'):
191+
call(["ST-LINK_CLI.exe", "-Rst"])
190192
else:
191193
serial.sendBreak()
192194

0 commit comments

Comments
 (0)