File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 0.7.0]
9+
10+ ### Changed
11+
12+ - @cy18 : Reduced memory / CPU usage of ` rtt_read() ` by slicing buffer before
13+ converting to list in return value of ` rtt_read() ` .
14+ - @twam : Changed maximum JTAG speed from 12MHz to 50MHz.
15+ - @thetic : Fixed issue where ` tempfile.tempdir ` could be ` None ` when creating a
16+ path for the library copy; switched to using ` tempfile.gettempdir() ` which
17+ populates the cached variable if unset.
18+
819## [ 0.6.1]
920
1021### Changed
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- __version__ = '0.6.1 '
15+ __version__ = '0.7.0 '
1616__title__ = 'pylink'
1717__author__ = 'Square Embedded Software Team'
1818__author_email__ = '[email protected] '
You can’t perform that action at this time.
0 commit comments