Skip to content

Commit d7951be

Browse files
authored
Merge branch 'main' into release-v1.6.2
2 parents f3dd55c + 35453be commit d7951be

File tree

3 files changed

+71
-6
lines changed

3 files changed

+71
-6
lines changed

CHANGELOG.md

Lines changed: 70 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,74 @@
11
# Changelog
22

3-
## [**Changes available only in 'Preview' images:**](https://github.com/nanoframework/nf-interpreter/tree/HEAD)
3+
## [v1.5.0.103](https://github.com/nanoframework/nf-interpreter/tree/v1.5.0.103) (2020-10-14)
44

5-
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.3.2...HEAD)
5+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.5.0.101...v1.5.0.103)
6+
7+
**Implemented enhancements:**
8+
9+
- Graphics ready for merge [\#1721](https://github.com/nanoframework/nf-interpreter/pull/1721)
10+
11+
**Documentation and other chores:**
12+
13+
- Update Windows.Devices.Spi declaration [\#1732](https://github.com/nanoframework/nf-interpreter/pull/1732)
14+
15+
## [v1.5.0.101](https://github.com/nanoframework/nf-interpreter/tree/v1.5.0.101) (2020-10-12)
16+
17+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.4.2.1...v1.5.0.101)
18+
19+
**Implemented enhancements:**
20+
21+
- Adjust configuration of TI\_CC1352R1\_LAUNCHXL [\#1727](https://github.com/nanoframework/nf-interpreter/pull/1727)
22+
- Rework TI EasyLink [\#1726](https://github.com/nanoframework/nf-interpreter/pull/1726)
23+
- Work TI SimpleLink [\#1725](https://github.com/nanoframework/nf-interpreter/pull/1725)
24+
- Bring DAC native layer inline with managed [\#1718](https://github.com/nanoframework/nf-interpreter/pull/1718)
25+
- Move events from CLR\_RT\_ExecutionEngine to a separate enum [\#1714](https://github.com/nanoframework/nf-interpreter/pull/1714)
26+
- Rework system state and PAL events [\#1710](https://github.com/nanoframework/nf-interpreter/pull/1710)
27+
- Update Hardware.TI assembly [\#1703](https://github.com/nanoframework/nf-interpreter/pull/1703)
28+
- Add implementation for Hardware.TI.Utilities class [\#1700](https://github.com/nanoframework/nf-interpreter/pull/1700)
29+
- Add support for nanoFramework.Hardware.TI assembly [\#1698](https://github.com/nanoframework/nf-interpreter/pull/1698)
30+
- Work on CPU GPIO [\#1696](https://github.com/nanoframework/nf-interpreter/pull/1696)
31+
- Rework Debugger::AccessMemory [\#1693](https://github.com/nanoframework/nf-interpreter/pull/1693)
32+
- Increase CLR block size in debug configuration [\#1690](https://github.com/nanoframework/nf-interpreter/pull/1690)
33+
- Add launch and cmake-variants templates to TI targets [\#1689](https://github.com/nanoframework/nf-interpreter/pull/1689)
34+
- Update cmake-variants.TEMPLATE.json [\#1687](https://github.com/nanoframework/nf-interpreter/pull/1687)
35+
- Improve code for SPI NativeInit [\#1676](https://github.com/nanoframework/nf-interpreter/pull/1676)
36+
- Minor tweaks on targets launch config and cmake variants [\#1671](https://github.com/nanoframework/nf-interpreter/pull/1671)
37+
- Improve GPIO events for ESP32 [\#1660](https://github.com/nanoframework/nf-interpreter/pull/1660)
38+
- Rework ESP32 serial update [\#1658](https://github.com/nanoframework/nf-interpreter/pull/1658)
39+
- Rework SPI to detach it allowing reuse by several devices [\#1637](https://github.com/nanoframework/nf-interpreter/pull/1637)
40+
41+
**Fixed bugs:**
42+
43+
- Fix Timeout.InfiniteTimeSpan [\#1724](https://github.com/nanoframework/nf-interpreter/pull/1724)
44+
- Fix PAL events getter [\#1715](https://github.com/nanoframework/nf-interpreter/pull/1715)
45+
- Fix nanoHAL\_Uninitialize for TI SimpleLink [\#1709](https://github.com/nanoframework/nf-interpreter/pull/1709)
46+
- Update RMT interface so its now correct [\#1708](https://github.com/nanoframework/nf-interpreter/pull/1708)
47+
- Update checksum to match RMT assembly [\#1707](https://github.com/nanoframework/nf-interpreter/pull/1707)
48+
- Fix return value from ADC Read [\#1699](https://github.com/nanoframework/nf-interpreter/pull/1699)
49+
- Improvements on GPIO layer for TI SimpleLink [\#1697](https://github.com/nanoframework/nf-interpreter/pull/1697)
50+
- Several fixes with lastest CC13x2\_26x2 SDK [\#1695](https://github.com/nanoframework/nf-interpreter/pull/1695)
51+
- Rework CPU GPIO for TI SimpleLink [\#1692](https://github.com/nanoframework/nf-interpreter/pull/1692)
52+
- Fix UART timeouts configuration [\#1688](https://github.com/nanoframework/nf-interpreter/pull/1688)
53+
- ESP32 Serial Native-store hang fix [\#1683](https://github.com/nanoframework/nf-interpreter/pull/1683)
54+
- Various fixes in install scripts [\#1681](https://github.com/nanoframework/nf-interpreter/pull/1681)
55+
- Fix target name ORGPAL\_PALTHREE on cmake-variants [\#1680](https://github.com/nanoframework/nf-interpreter/pull/1680)
56+
- Fix json format on tasks template [\#1679](https://github.com/nanoframework/nf-interpreter/pull/1679)
57+
- Improve HAL Initialize/Uninitialize [\#1677](https://github.com/nanoframework/nf-interpreter/pull/1677)
58+
- Update mbedTLS config [\#1675](https://github.com/nanoframework/nf-interpreter/pull/1675)
59+
- Fix ChibiOS vectors section alignment [\#1669](https://github.com/nanoframework/nf-interpreter/pull/1669)
60+
61+
**Documentation and other chores:**
62+
63+
- Release release-v1.5.0 [\#1731](https://github.com/nanoframework/nf-interpreter/pull/1731)
64+
- Update mscorlib declaration [\#1706](https://github.com/nanoframework/nf-interpreter/pull/1706)
65+
- Fix wake-up from standby [\#1704](https://github.com/nanoframework/nf-interpreter/pull/1704)
66+
- Rework mbedTLS for ESP32 [\#1685](https://github.com/nanoframework/nf-interpreter/pull/1685)
67+
- Update mbedTLS to 2.23.0 [\#1672](https://github.com/nanoframework/nf-interpreter/pull/1672)
68+
69+
## [v1.4.2.1](https://github.com/nanoframework/nf-interpreter/tree/v1.4.2.1) (2020-06-08)
70+
71+
[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.3.2...v1.4.2.1)
672

773
**Implemented enhancements:**
874

@@ -45,7 +111,6 @@
45111
- Extract AssertBlockStorage to it's own function [\#1472](https://github.com/nanoframework/nf-interpreter/pull/1472)
46112
- Enable support for multiple block storage devices [\#1466](https://github.com/nanoframework/nf-interpreter/pull/1466)
47113
- Add support for new ResourceManager class lib [\#1459](https://github.com/nanoframework/nf-interpreter/pull/1459)
48-
- Implement working GetCustomAttributes [\#1429](https://github.com/nanoframework/nf-interpreter/pull/1429)
49114

50115
**Fixed bugs:**
51116

@@ -111,7 +176,6 @@
111176
- Add serial configuration to STM32F091 [\#1468](https://github.com/nanoframework/nf-interpreter/pull/1468)
112177
- Improvements in STM32 flash driver V1 [\#1467](https://github.com/nanoframework/nf-interpreter/pull/1467)
113178
- Fix time accuracy [\#1465](https://github.com/nanoframework/nf-interpreter/pull/1465)
114-
- Fix terminators on NFReleaseInfo strings [\#1464](https://github.com/nanoframework/nf-interpreter/pull/1464)
115179
- Fix for GetStorageFilesNative when using SPIFFS [\#1462](https://github.com/nanoframework/nf-interpreter/pull/1462)
116180
- Fix support for SRAM [\#1460](https://github.com/nanoframework/nf-interpreter/pull/1460)
117181

@@ -155,6 +219,7 @@
155219

156220
**Fixed bugs:**
157221

222+
- Fix terminators on NFReleaseInfo strings [\#1464](https://github.com/nanoframework/nf-interpreter/pull/1464)
158223
- Improve valid image check to account for ITCM access devices [\#1457](https://github.com/nanoframework/nf-interpreter/pull/1457)
159224

160225
**Documentation and other chores:**
@@ -176,6 +241,7 @@
176241
- Improvements in Monitor\_FlashSectorMap [\#1447](https://github.com/nanoframework/nf-interpreter/pull/1447)
177242
- Improvements in block storage API [\#1446](https://github.com/nanoframework/nf-interpreter/pull/1446)
178243
- Add full type name to System::Double [\#1439](https://github.com/nanoframework/nf-interpreter/pull/1439)
244+
- Implement working GetCustomAttributes [\#1429](https://github.com/nanoframework/nf-interpreter/pull/1429)
179245
- Rework SSL code [\#1427](https://github.com/nanoframework/nf-interpreter/pull/1427)
180246
- Fix configuration manager initialization [\#1425](https://github.com/nanoframework/nf-interpreter/pull/1425)
181247
- Add GPIO ChangeCounter [\#1421](https://github.com/nanoframework/nf-interpreter/pull/1421)

azure-pipelines-templates/pack-publish-artifacts.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ steps:
1717
flattenFolders: true
1818
condition: succeeded()
1919
displayName: Collecting deployable artifacts
20-

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
"versionIncrement": "build",
2626
"firstUnstableTag": "preview"
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)