From 4ec6177689f8274f645ba24e9b8a52883c405608 Mon Sep 17 00:00:00 2001 From: kitzman Date: Tue, 7 Nov 2023 13:21:01 +0000 Subject: [PATCH] updated gitignore and README.md --- .gitignore | 1 + README.md | 32 +++++++++++++++++++++++--------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 5c2e914..ce33873 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.out +*.5 stm32up.* diff --git a/README.md b/README.md index d4a2a04..46d128c 100644 --- a/README.md +++ b/README.md @@ -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