Skip to content

Commit

Permalink
Pull request, #!/usr/bin/env, .gitignore RCS, top-level README Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
thanks4opensource committed Dec 31, 2020
1 parent 1476589 commit 607b221
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Compiled Object files
*.o

# Experimental development
RCS
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
README.html: README.md
multimarkdown -o $@ $<
2 changes: 2 additions & 0 deletions build/buck50.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

# buck50: Test and measurement firmware for “Blue Pill” STM32F103 development board
# Copyright (C) 2019,2020 Mark R. Rubin aka "thanks4opensource"
#
Expand Down

0 comments on commit 607b221

Please sign in to comment.