|
1 | 1 | # Changelog |
2 | 2 |
|
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) |
4 | 4 |
|
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) |
6 | 6 |
|
7 | 7 | **Implemented enhancements:** |
8 | 8 |
|
| 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) |
9 | 15 | - Refactor repeated code in WireProtocol [\#1970](https://github.com/nanoframework/nf-interpreter/pull/1970) |
10 | 16 | - Update EasyLink code for SDK [\#1967](https://github.com/nanoframework/nf-interpreter/pull/1967) |
11 | 17 | - Increase priority of network threads for STM32 targets [\#1965](https://github.com/nanoframework/nf-interpreter/pull/1965) |
|
351 | 357 |
|
352 | 358 | **Fixed bugs:** |
353 | 359 |
|
| 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) |
354 | 365 | - Disable Bluetooth test code to allow debugging [\#1990](https://github.com/nanoframework/nf-interpreter/pull/1990) |
355 | 366 | - Make available enough memory for SSL [\#1986](https://github.com/nanoframework/nf-interpreter/pull/1986) |
356 | 367 | - Corrected some position combinations when R/W to backup memory [\#1978](https://github.com/nanoframework/nf-interpreter/pull/1978) |
|
633 | 644 |
|
634 | 645 | **Documentation and other chores:** |
635 | 646 |
|
| 647 | +- Update README.md [\#2000](https://github.com/nanoframework/nf-interpreter/pull/2000) |
636 | 648 | - Update ChibiOS to v21.6 [\#1982](https://github.com/nanoframework/nf-interpreter/pull/1982) |
637 | 649 | - Update for new ESP32 targets [\#1980](https://github.com/nanoframework/nf-interpreter/pull/1980) |
638 | 650 | - Update for new ESP32 targets [\#1979](https://github.com/nanoframework/nf-interpreter/pull/1979) |
|
898 | 910 | - Update corlib\_native\_System\_Number.cpp [\#549](https://github.com/nanoframework/nf-interpreter/pull/549) |
899 | 911 | - Update targetHAL\_Time.cpp [\#548](https://github.com/nanoframework/nf-interpreter/pull/548) |
900 | 912 |
|
| 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 | + |
901 | 917 | ## [v1.6.4.5](https://github.com/nanoframework/nf-interpreter/tree/v1.6.4.5) (2021-05-07) |
902 | 918 |
|
903 | 919 | [Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.6.4.3...v1.6.4.5) |
|
0 commit comments