v2.0.0
- Hastlayer is now fully open-source! Previously
Hast.Core
(the core logic that did the .NET-to-hardware transformation) was private. But now the whole of Hastlayer is available for you as fully open source software! - The consumer sample app now uses Terminal.Gui to provide an easy to use GUI within a terminal window. Command-line configurability remains and is even extended.
- CI builds now happen publicly with GitHub Actions. In a related manner, the full solution is now cross-platform, so no need for a separate Windows and Linux solution.
- ImageSharp image processing sample and benchmarks, although sadly with disappointing results.
- .NET version upgraded to .NET 6 (we only upgrade to LTS versions).
- Support for the Zynq 7000 family of devices that are widely used in embedded systems, including robots, drones, and satellites.
What's Changed
- HAST-159: New benchmarks for Vitis by @DAud-IcI in #48
- HAST-176: Updating ILSpy by @Piedone in #52
- HAST-166: Azure NP support by @DAud-IcI in #51
- HAST-179: Remote Worker startup bug fix and Daemon rewrite by @DAud-IcI in #55
- HAST-180: Use Terminal.Gui in Hast.Samples.Consumer by @DAud-IcI in #59
- HAST-180: Zynq specific improvements. by @DAud-IcI in #60
- HAST-164: SDK static code analysis integration by @DAud-IcI in #65
- HAST-186: Update Analyzers by @DAud-IcI in #66
- HAST-186: Remove finalizers. by @DAud-IcI in #67
- HAST-185: Use Terminal.Gui NuGet package by @DAud-IcI in #69
- HAST-174: Create a 32-bit binary and other Zynq fixes by @DAud-IcI in #50
- HAST-187: Upgrade to .NET 6 ⭐ by @Piedone in #70
- OSOE-173: Adding workflow to create Jira issues for GitHub community activities by @Piedone in #75
- HAST-170: Create parallelized ImageSharp sample by @Luko6 in #53
- HAST-171: ImageSharp sample hardware testing, measurement cleanup and bugfixing by @DAud-IcI in #88
- HAST-290: Move build from TeamCity to GitHub Actions by @Piedone in #91
- HAST-292: Fix errors when executing tests under Linux by @DAud-IcI in #95
- HAST-292: CRLF replacement by @DAud-IcI in #96
- HAST-295: Open-source Hast.Core by @Piedone in #98
New Contributors
- @DAud-IcI made their first contribution in #48
- @Piedone made their first contribution in #52
- @Luko6 made their first contribution in #53
Full Changelog: 1.0.10...v2.0.0