updated gitignore and README.md

This commit is contained in:
kitzman 2023-11-07 13:21:01 +00:00
parent 4ff7f59949
commit 4ec6177689
2 changed files with 24 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.out
*.5
stm32up.*

View File

@ -7,14 +7,28 @@ The protocol is described in AN3155. For device-specific
information, you should read AN2606.
Commands:
info - get device information and id
read - read device memory
write - write device memory
erase - erase memory
flash - erase everything, write, and go
go - jump to address
readp - protect memory from reads
readunp - unprotect memory from reads
writeunp - unprotect memory from writes
info - get device information and id
read - read device memory
write - write device memory
erase - erase memory
flash - erase everything, write, and go
go - jump to address
readp - protect memory from reads
readunp - unprotect memory from reads
writeunp - unprotect memory from writes
TODO: writep, csum
# Mirrors
https://git.disroot.org/kitzman/stm32up
http://shithub.us/kitzman/stm32up/HEAD/info.html