File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 1.6.0]
9
+ ### Added
10
+ - @tianxiaoMCU : Added APIs to write to the peripheral register of the connected
11
+ target:
12
+ - ` peripheral_write8() `
13
+ - ` peripheral_write16() `
14
+ - ` peripheral_write32() `
15
+ - ` peripheral_write64() `
16
+
8
17
## [ 1.5.1]
9
18
### Fixed
10
19
- @karl-rainlabs : Fixed incorrect decorator around JTAG APIs. Previously, the
Original file line number Diff line number Diff line change @@ -26,3 +26,4 @@ In the order of appearance in the commit history:
26
26
| G Towers | @gtowers-dukosi |
27
27
| Ben Brown | @bbrown1867 |
28
28
| Karl Sigurdsson | @karl-rainlabs |
29
+ | - | @tianxiaoMCU |
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = '1.5.1 '
15
+ __version__ = '1.6.0 '
16
16
__title__ = 'pylink'
17
17
__author__ = 'Square Embedded Software Team'
18
18
__author_email__ = '[email protected] '
You can’t perform that action at this time.
0 commit comments