Update version to 1.2
This commit is contained in:
parent
276c696fa4
commit
8ad77586d4
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
stcgal (1.2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Update to 1.2
|
||||||
|
* Add optional python3-usb dependency
|
||||||
|
|
||||||
|
-- Grigori Goronzy <greg@chown.ath.cx> Fri, 20 May 2016 03:21:25 +0200
|
||||||
|
|
||||||
stcgal (1.0git) unstable; urgency=low
|
stcgal (1.0git) unstable; urgency=low
|
||||||
|
|
||||||
* Initial Debianized Release
|
* Initial Debianized Release
|
||||||
|
18
debian/control
vendored
18
debian/control
vendored
@ -10,17 +10,17 @@ X-Python3-Version: >= 3.2
|
|||||||
Package: stcgal
|
Package: stcgal
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends}, python3, python3-serial
|
Depends: ${misc:Depends}, python3, python3-serial
|
||||||
|
Recommends: python3-usb (>= 1.0.0~b2)
|
||||||
Description: STC MCU ISP flash tool
|
Description: STC MCU ISP flash tool
|
||||||
stcgal is a command line flash programming tool for STC MCU Ltd. 8051
|
stcgal is a command line flash programming tool for STC MCU Ltd.
|
||||||
compatible microcontrollers. The name was inspired by avrdude.
|
8051 compatible microcontrollers. The name was inspired by avrdude.
|
||||||
.
|
.
|
||||||
STC microcontrollers have a UART based boot strap loader (BSL). It
|
STC microcontrollers have an UART/USB based boot strap loader (BSL). It
|
||||||
utilizes a packet-based protocol to flash the code memory and
|
utilizes a packet-based protocol to flash the code memory and IAP
|
||||||
IAP memory over a serial link. This is referred to as in-system
|
memory over a serial link. This is referred to as in-system programming
|
||||||
programming (ISP). The BSL is also used to configure various
|
(ISP). The BSL is also used to configure various (fuse-like) device
|
||||||
(fuse-like) device options. Unfortunately, this protocol is not
|
options. Unfortunately, this protocol is not publicly documented and
|
||||||
publicly documented and STC only provide a (crude) Windows GUI
|
STC only provide a (crude) Windows GUI application for programming.
|
||||||
application for programming.
|
|
||||||
.
|
.
|
||||||
stcgal is a full-featured Open Source replacement for STC's Windows
|
stcgal is a full-featured Open Source replacement for STC's Windows
|
||||||
software; it supports a wide range of MCUs, it is very portable and
|
software; it supports a wide range of MCUs, it is very portable and
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "1.0"
|
__version__ = "1.2"
|
||||||
|
Loading…
Reference in New Issue
Block a user