From 8ad77586d48ebe2f21f2096fea9eda8be4bfe598 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Fri, 20 May 2016 03:22:24 +0200 Subject: [PATCH] Update version to 1.2 --- debian/changelog | 7 +++++++ debian/control | 18 +++++++++--------- stcgal/__init__.py | 2 +- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d75cfa..b408d1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stcgal (1.2) unstable; urgency=low + + * Update to 1.2 + * Add optional python3-usb dependency + + -- Grigori Goronzy Fri, 20 May 2016 03:21:25 +0200 + stcgal (1.0git) unstable; urgency=low * Initial Debianized Release diff --git a/debian/control b/debian/control index 564df04..a90e754 100644 --- a/debian/control +++ b/debian/control @@ -10,17 +10,17 @@ X-Python3-Version: >= 3.2 Package: stcgal Architecture: all Depends: ${misc:Depends}, python3, python3-serial +Recommends: python3-usb (>= 1.0.0~b2) Description: STC MCU ISP flash tool - stcgal is a command line flash programming tool for STC MCU Ltd. 8051 - compatible microcontrollers. The name was inspired by avrdude. + stcgal is a command line flash programming tool for STC MCU Ltd. + 8051 compatible microcontrollers. The name was inspired by avrdude. . - STC microcontrollers have a UART based boot strap loader (BSL). It - utilizes a packet-based protocol to flash the code memory and - IAP memory over a serial link. This is referred to as in-system - programming (ISP). The BSL is also used to configure various - (fuse-like) device options. Unfortunately, this protocol is not - publicly documented and STC only provide a (crude) Windows GUI - application for programming. + STC microcontrollers have an UART/USB based boot strap loader (BSL). It + utilizes a packet-based protocol to flash the code memory and IAP + memory over a serial link. This is referred to as in-system programming + (ISP). The BSL is also used to configure various (fuse-like) device + options. Unfortunately, this protocol is not publicly documented and + STC only provide a (crude) Windows GUI application for programming. . 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 diff --git a/stcgal/__init__.py b/stcgal/__init__.py index 4802e90..b2a95f9 100644 --- a/stcgal/__init__.py +++ b/stcgal/__init__.py @@ -1 +1 @@ -__version__ = "1.0" +__version__ = "1.2"