Skip to content

Commit 1170ab6

Browse files
committed
Update CHANGELOG
***NO_CI***
1 parent cee00d3 commit 1170ab6

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Changelog
22

3-
## [v1.6.5.3](https://github.com/nanoframework/nf-interpreter/tree/v1.6.5.3) (2021-07-24)
3+
## [v1.7.0.2](https://github.com/nanoframework/nf-interpreter/tree/v1.7.0.2) (2021-08-25)
44

5-
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.6.4.5...v1.6.5.3)
5+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.6.5.3...v1.7.0.2)
66

77
**Implemented enhancements:**
88

9+
- Add compiler definition to use memory allocation for larger debugger vars [\#2015](https://github.com/nanoframework/nf-interpreter/pull/2015)
10+
- Remove serial configuration from ST\_NUCLEO64\_F091RC [\#2013](https://github.com/nanoframework/nf-interpreter/pull/2013)
11+
- Fix RX in TI SimpleLink [\#2008](https://github.com/nanoframework/nf-interpreter/pull/2008)
12+
- Remove read access to memory [\#2005](https://github.com/nanoframework/nf-interpreter/pull/2005)
13+
- Add support for STM32L4 series [\#2004](https://github.com/nanoframework/nf-interpreter/pull/2004)
14+
- Add Flash driver for STM32L4 [\#2002](https://github.com/nanoframework/nf-interpreter/pull/2002)
915
- Refactor repeated code in WireProtocol [\#1970](https://github.com/nanoframework/nf-interpreter/pull/1970)
1016
- Update EasyLink code for SDK [\#1967](https://github.com/nanoframework/nf-interpreter/pull/1967)
1117
- Increase priority of network threads for STM32 targets [\#1965](https://github.com/nanoframework/nf-interpreter/pull/1965)
@@ -351,6 +357,11 @@
351357

352358
**Fixed bugs:**
353359

360+
- Rework write operation on ST32 nanoHAL Flash v1 [\#2014](https://github.com/nanoframework/nf-interpreter/pull/2014)
361+
- Fix WireProtocol Receive processing [\#2012](https://github.com/nanoframework/nf-interpreter/pull/2012)
362+
- Fix memory leak when parsing X509 certs [\#2010](https://github.com/nanoframework/nf-interpreter/pull/2010)
363+
- Resolve Certifcate Trust error with Mqtt connect [\#1996](https://github.com/nanoframework/nf-interpreter/pull/1996)
364+
- Fix assembly load [\#1995](https://github.com/nanoframework/nf-interpreter/pull/1995)
354365
- Disable Bluetooth test code to allow debugging [\#1990](https://github.com/nanoframework/nf-interpreter/pull/1990)
355366
- Make available enough memory for SSL [\#1986](https://github.com/nanoframework/nf-interpreter/pull/1986)
356367
- Corrected some position combinations when R/W to backup memory [\#1978](https://github.com/nanoframework/nf-interpreter/pull/1978)
@@ -633,6 +644,7 @@
633644

634645
**Documentation and other chores:**
635646

647+
- Update README.md [\#2000](https://github.com/nanoframework/nf-interpreter/pull/2000)
636648
- Update ChibiOS to v21.6 [\#1982](https://github.com/nanoframework/nf-interpreter/pull/1982)
637649
- Update for new ESP32 targets [\#1980](https://github.com/nanoframework/nf-interpreter/pull/1980)
638650
- Update for new ESP32 targets [\#1979](https://github.com/nanoframework/nf-interpreter/pull/1979)
@@ -898,6 +910,10 @@
898910
- Update corlib\_native\_System\_Number.cpp [\#549](https://github.com/nanoframework/nf-interpreter/pull/549)
899911
- Update targetHAL\_Time.cpp [\#548](https://github.com/nanoframework/nf-interpreter/pull/548)
900912

913+
## [v1.6.5.3](https://github.com/nanoframework/nf-interpreter/tree/v1.6.5.3) (2021-07-24)
914+
915+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.6.4.5...v1.6.5.3)
916+
901917
## [v1.6.4.5](https://github.com/nanoframework/nf-interpreter/tree/v1.6.4.5) (2021-05-07)
902918

903919
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.6.4.3...v1.6.4.5)

0 commit comments

Comments
 (0)