Skip to content

Commit 0207f9e

Browse files
committedMar 7, 2018
1.1.0
1 parent fa34ee4 commit 0207f9e

File tree

7 files changed

+28541
-15147
lines changed

7 files changed

+28541
-15147
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ uflash.egg-info/*
66
dist/*
77
build/*
88
.tox
9+
docs/_build/*

‎CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Release History
22
===============
33

4+
1.1.0
5+
-----
6+
7+
* Update to latest version of MicroPython for the BBC micro:bit (many thanks to Damien George for his amazing efforts!).
8+
* Add a --version flag to uflash that causes it to print the current version number (many thanks to Lenz Grimmer for this work).
9+
* Allow uflash to accept the content of a script as well as the path to a script (many thanks to Zander Brown for this work).
10+
* Ensure uflash works nicely / better with external tools (many thanks to Lex Robinson for this work).
11+
* Added copyright and license information to the start of the script.
12+
413
1.0.8
514
-----
615

‎CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ confirming that they have the authority to submit the contribution and place it
3030
under the license as defined in the LICENSE file found within this repository.
3131

3232
Checklist
33-
+++++++++
33+
---------
3434

3535
* Your code should be commented in *plain English* (British spelling).
3636
* If your contribution is for a major block of work and you've not done so

‎LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2016 Nicholas H.Tollervey and others.
1+
Copyright (c) 2015-2018 Nicholas H.Tollervey and others.
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

‎README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ or::
5454

5555
$ uflash -h
5656

57+
To discover the version information type::
58+
59+
$ uflash --version
60+
5761
If you type the command on its own then uflash will attempt to find a connected
5862
BBC micro:bit and flash an unmodified default version of the MicroPython
5963
runtime onto it::

‎firmware.hex

+14,262
Large diffs are not rendered by default.

‎uflash.py

+14,263-15,145
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.