|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v1.5.0.101](https://github.com/nanoframework/nf-interpreter/tree/v1.5.0.101) (2020-10-12) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.4.2.1...v1.5.0.101) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Adjust configuration of TI\_CC1352R1\_LAUNCHXL [\#1727](https://github.com/nanoframework/nf-interpreter/pull/1727) |
| 10 | +- Rework TI EasyLink [\#1726](https://github.com/nanoframework/nf-interpreter/pull/1726) |
| 11 | +- Work TI SimpleLink [\#1725](https://github.com/nanoframework/nf-interpreter/pull/1725) |
| 12 | +- Bring DAC native layer inline with managed [\#1718](https://github.com/nanoframework/nf-interpreter/pull/1718) |
| 13 | +- Move events from CLR\_RT\_ExecutionEngine to a separate enum [\#1714](https://github.com/nanoframework/nf-interpreter/pull/1714) |
| 14 | +- Rework system state and PAL events [\#1710](https://github.com/nanoframework/nf-interpreter/pull/1710) |
| 15 | +- Update Hardware.TI assembly [\#1703](https://github.com/nanoframework/nf-interpreter/pull/1703) |
| 16 | +- Add implementation for Hardware.TI.Utilities class [\#1700](https://github.com/nanoframework/nf-interpreter/pull/1700) |
| 17 | +- Add support for nanoFramework.Hardware.TI assembly [\#1698](https://github.com/nanoframework/nf-interpreter/pull/1698) |
| 18 | +- Work on CPU GPIO [\#1696](https://github.com/nanoframework/nf-interpreter/pull/1696) |
| 19 | +- Rework Debugger::AccessMemory [\#1693](https://github.com/nanoframework/nf-interpreter/pull/1693) |
| 20 | +- Increase CLR block size in debug configuration [\#1690](https://github.com/nanoframework/nf-interpreter/pull/1690) |
| 21 | +- Add launch and cmake-variants templates to TI targets [\#1689](https://github.com/nanoframework/nf-interpreter/pull/1689) |
| 22 | +- Update cmake-variants.TEMPLATE.json [\#1687](https://github.com/nanoframework/nf-interpreter/pull/1687) |
| 23 | +- Improve code for SPI NativeInit [\#1676](https://github.com/nanoframework/nf-interpreter/pull/1676) |
| 24 | +- Minor tweaks on targets launch config and cmake variants [\#1671](https://github.com/nanoframework/nf-interpreter/pull/1671) |
| 25 | +- Improve GPIO events for ESP32 [\#1660](https://github.com/nanoframework/nf-interpreter/pull/1660) |
| 26 | +- Rework ESP32 serial update [\#1658](https://github.com/nanoframework/nf-interpreter/pull/1658) |
| 27 | + |
| 28 | +**Fixed bugs:** |
| 29 | + |
| 30 | +- Fix Timeout.InfiniteTimeSpan [\#1724](https://github.com/nanoframework/nf-interpreter/pull/1724) |
| 31 | +- Fix PAL events getter [\#1715](https://github.com/nanoframework/nf-interpreter/pull/1715) |
| 32 | +- Fix nanoHAL\_Uninitialize for TI SimpleLink [\#1709](https://github.com/nanoframework/nf-interpreter/pull/1709) |
| 33 | +- Update RMT interface so its now correct [\#1708](https://github.com/nanoframework/nf-interpreter/pull/1708) |
| 34 | +- Update checksum to match RMT assembly [\#1707](https://github.com/nanoframework/nf-interpreter/pull/1707) |
| 35 | +- Fix return value from ADC Read [\#1699](https://github.com/nanoframework/nf-interpreter/pull/1699) |
| 36 | +- Improvements on GPIO layer for TI SimpleLink [\#1697](https://github.com/nanoframework/nf-interpreter/pull/1697) |
| 37 | +- Several fixes with lastest CC13x2\_26x2 SDK [\#1695](https://github.com/nanoframework/nf-interpreter/pull/1695) |
| 38 | +- Rework CPU GPIO for TI SimpleLink [\#1692](https://github.com/nanoframework/nf-interpreter/pull/1692) |
| 39 | +- Fix UART timeouts configuration [\#1688](https://github.com/nanoframework/nf-interpreter/pull/1688) |
| 40 | +- ESP32 Serial Native-store hang fix [\#1683](https://github.com/nanoframework/nf-interpreter/pull/1683) |
| 41 | +- Various fixes in install scripts [\#1681](https://github.com/nanoframework/nf-interpreter/pull/1681) |
| 42 | +- Fix target name ORGPAL\_PALTHREE on cmake-variants [\#1680](https://github.com/nanoframework/nf-interpreter/pull/1680) |
| 43 | +- Fix json format on tasks template [\#1679](https://github.com/nanoframework/nf-interpreter/pull/1679) |
| 44 | +- Improve HAL Initialize/Uninitialize [\#1677](https://github.com/nanoframework/nf-interpreter/pull/1677) |
| 45 | +- Update mbedTLS config [\#1675](https://github.com/nanoframework/nf-interpreter/pull/1675) |
| 46 | +- Fix ChibiOS vectors section alignment [\#1669](https://github.com/nanoframework/nf-interpreter/pull/1669) |
| 47 | + |
| 48 | +**Documentation and other chores:** |
| 49 | + |
| 50 | +- Update mscorlib declaration [\#1706](https://github.com/nanoframework/nf-interpreter/pull/1706) |
| 51 | +- Fix wake-up from standby [\#1704](https://github.com/nanoframework/nf-interpreter/pull/1704) |
| 52 | +- Rework mbedTLS for ESP32 [\#1685](https://github.com/nanoframework/nf-interpreter/pull/1685) |
| 53 | +- Update mbedTLS to 2.23.0 [\#1672](https://github.com/nanoframework/nf-interpreter/pull/1672) |
| 54 | + |
3 | 55 | ## [v1.4.2.1](https://github.com/nanoframework/nf-interpreter/tree/v1.4.2.1) (2020-06-08)
|
4 | 56 |
|
5 | 57 | [Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.3.2...v1.4.2.1)
|
|
9 | 61 | - Add ORGPAL3 target [\#1654](https://github.com/nanoframework/nf-interpreter/pull/1654)
|
10 | 62 | - Remove c\_Flags\_Patch from CLR\_RECORD\_ASSEMBLY [\#1644](https://github.com/nanoframework/nf-interpreter/pull/1644)
|
11 | 63 | - Add SetupTimeoutFromTimeSpan [\#1643](https://github.com/nanoframework/nf-interpreter/pull/1643)
|
| 64 | +- First Preview of graphics [\#1641](https://github.com/nanoframework/nf-interpreter/pull/1641) |
12 | 65 | - Update SerialCommunication assembly to include enums from managed [\#1640](https://github.com/nanoframework/nf-interpreter/pull/1640)
|
13 | 66 | - Update SPI declaration [\#1639](https://github.com/nanoframework/nf-interpreter/pull/1639)
|
14 | 67 | - Update Devices.Gpio declaration [\#1638](https://github.com/nanoframework/nf-interpreter/pull/1638)
|
|
603 | 656 | - Replace path for mscorlib.pe [\#288](https://github.com/nanoframework/nf-interpreter/pull/288)
|
604 | 657 | - Improve error reporting detail [\#286](https://github.com/nanoframework/nf-interpreter/pull/286)
|
605 | 658 | - Fix ComputeAssemblyHash [\#279](https://github.com/nanoframework/nf-interpreter/pull/279)
|
| 659 | +- Moved nanoCLR\_ParseOptions file to src folder [\#277](https://github.com/nanoframework/nf-interpreter/pull/277) |
606 | 660 | - Enable Target\_GetReleaseInfo [\#267](https://github.com/nanoframework/nf-interpreter/pull/267)
|
607 | 661 | - Enable GetClrReleaseInfo in Debugger [\#266](https://github.com/nanoframework/nf-interpreter/pull/266)
|
608 | 662 | - Revert types to well known defined types [\#251](https://github.com/nanoframework/nf-interpreter/pull/251)
|
|
0 commit comments