Skip to content

Commit

Permalink
Add Nucleo board reset. Do not release Nordic yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilmont committed Feb 14, 2014
1 parent d31fe02 commit 3136fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions workspace_tools/build_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
('LPC1114', ('uARM',)),
('LPC11U35_401', ('ARM', 'uARM')),


('KL25Z', ('ARM', 'GCC_ARM')),
('KL46Z', ('ARM', 'GCC_ARM')),

Expand All @@ -45,7 +44,7 @@
('NUCLEO_F401RE', ('ARM', 'uARM')),
('NUCLEO_F030R8', ('ARM', 'uARM')),

('NRF51822', ('ARM', )),
# ('NRF51822', ('ARM', )),
)


Expand Down
2 changes: 2 additions & 0 deletions workspace_tools/make.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@

if options.nrfjprog:
call(["nrfjprog", "-r"])
elif mcu.startswith('NUCLEO'):
call(["ST-LINK_CLI.exe", "-Rst"])
else:
serial.sendBreak()

Expand Down

0 comments on commit 3136fcc

Please sign in to comment.