ref: 4ec6177689f8274f645ba24e9b8a52883c405608
parent: 4ff7f599491c5d29de20583490b5dc4b8d43c8fc
author: kitzman <kitzman@disroot.org>
date: Tue Nov 7 08:21:01 EST 2023
updated gitignore and README.md
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.out
+*.5
stm32up.*
--- a/README.md
+++ b/README.md
@@ -7,14 +7,28 @@
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