Skip to content

Commit

Permalink
ports/nano-every: Install 'snek-nano-every-reset-port' helper
Browse files Browse the repository at this point in the history
This gets the board reset and ready for programming

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 27, 2022
1 parent b609a02 commit 3d174a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/nano-every/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ install: snek-$(BOARD)-install $(HEX) snek-$(BOARD)-install.1
install -d $(DESTDIR)$(BINDIR)
install snek-$(BOARD)-install $(DESTDIR)$(BINDIR)
install -d $(DESTDIR)$(SHAREDIR)
install snek-$(BOARD)-reset-port $(DESTDIR)$(SHAREDIR)
install -m 0644 $(HEX) $(DESTDIR)$(SHAREDIR)
install -d $(DESTDIR)$(MANDIR)/man1
install -m 0644 snek-$(BOARD)-install.1 $(DESTDIR)$(MANDIR)/man1
Expand Down

0 comments on commit 3d174a1

Please sign in to comment.