Init repository
This commit is contained in:
parent
d3ecfe3498
commit
7741f01445
35 changed files with 2067 additions and 90 deletions
4
tools/elf2uf2/makefile
Normal file
4
tools/elf2uf2/makefile
Normal file
|
@ -0,0 +1,4 @@
|
|||
all: build
|
||||
|
||||
build: main.cpp
|
||||
g++ -o elf2uf2 main.cpp
|
Loading…
Add table
Add a link
Reference in a new issue