Skip to content

Commit

Permalink
buck50.py 0.9.3 upload_analog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thanks4opensource committed Dec 31, 2020
1 parent 65a282a commit 78f0ae1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.9.2 buck50.{cxx,elf} 0.9.3 buck50.py 2020 Dec 30 Wed
----------------------------------------------------------
* Fixed buck50.py upload_analog (1-channel mode) and explanation for
timebase scaling -- many thanks to ReAlUA for code and pull request.
* Makefile for README.html



0.9.2 2020 Nov 07
-------------------
* Added buck50.py --halt option
Expand All @@ -8,8 +16,10 @@

0.9.1 2020 Nov 07
-------------------
* Fix potential problem if failed USB communications in buck50.py usb_bridge_usb()
* Changed buck50.py usart config datalen and parity from ST peripheral specific to standard semantics
* Fix potential problem if failed USB communications in buck50.py
usb_bridge_usb()
* Changed buck50.py usart config datalen and parity from ST peripheral
specific to standard semantics
* Belated bump of regbits.hxx micro version to 1.0.2
* README.md update and minor changes

Expand Down
2 changes: 1 addition & 1 deletion build/buck50.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#
#

VERSION = (0, 9, 2)
VERSION = (0, 9, 3)

COPYRIGHT = '''%s %d.%d.%d
Copyright 2020 Mark R. Rubin aka "thanks4opensource"''' \
Expand Down

0 comments on commit 78f0ae1

Please sign in to comment.