Bugfix/network port object link speeds (#488)

* fix ports/xplained build under Linux

* fix network port object link-speeds property

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-09-08 17:41:56 -05:00
committed by GitHub
parent bd597082d2
commit 0001f85f29
20 changed files with 404 additions and 73 deletions
+4
View File
@@ -38,6 +38,10 @@ improved unit test code coverage. (#481)
### Fixed
- Fixed missing Link_Speeds property in network port objects when
Link_Speed property is writable.
- Fixed Microchip xmega xplained example project to build under GCC in pipeline.
## [1.1.2] - 2023-08-18
### Security