Skip to content

Releases: dotnet/iot

1.1 Preview 2 Release

22 Jul 23:08
94424fc
Compare
Choose a tag to compare

1.1 Preview 1 Release

22 Jul 23:11
6a0804b
Compare
Choose a tag to compare

1.0 Release

29 Oct 17:40
2ebdd86
Compare
Choose a tag to compare

This is the 1.0 release of dotnet/iot. This is also the first stable release of the repository. With this release, we are mainly shipping two packages:

  • System.Device.Gpio package which contains the main library which adds support for common protocols when interacting with IoT devices. The protocols added in this release are GPIO, PWM, I2C, and SPI.
  • Iot.Device.Bindings package, whcih adds support for many common Iot devices and sensors, which with the help of the protocols supported by System.Device.Gpio, will help to wrap the communication between an application and the device/sensor. The functionalities for each device will depend on what the device/sensor capabilities are. For a full list of all of the device/sensors that are included in this package, please head out to our main index.

We would like to special thank all the community that made this release possible, and want to special thank the following contributors:

We really appreciate all of your contributions, and the great help in order to drive this product to its first stable release!

Preview 8 Release

13 Aug 22:08
Compare
Choose a tag to compare
Preview 8 Release Pre-release
Pre-release

This is the preview 8 release of dotnet/iot. Given that we are getting closer to GA, most of the changes going in to these last previews will be related to stabilizing the packages for release, so there won't be a lot of additions to APIs and instead be more focused on fixing high priority bugs in order to drive a better quality. Some of the changes included in this release include:

  • Moving the versions of both of our packages (and assembly versions as well) from 0.1.0 to 1.0.0.
  • Fixed performance issue with our hardware pwm driver which was opening a file handle for each operation it performed.
  • Fixed temperature formula on Bmx device family binding.
  • Fixed bug with our LibGpioD driver for linux where it was not recognizing requests for both rising and falling edges.
  • Fixed issue with I2c and Spi connection settings that was allowing them to be mutated after creation. They are immutable now.
  • Added support for several new bindings in the IoT.Device.Bindings package.
  • Fixed issue with the Unix hardware Pwm implementation when not using the default chip.

Special thanks to contributors that made this release possible: (not sorted by a particular order):

Packages published to NuGet.org:

Preview 7 Release

26 Jul 17:07
8673ee5
Compare
Choose a tag to compare
Preview 7 Release Pre-release
Pre-release

This is the preview 7 release of dotnet/iot. Here are the list of changes included in this release:

  • Remove System.Device.Gpio.Native native shim and PInvoke directly to libgpiod. This will allow us to have arm64 support with our libgpiod driver.
  • Added I2cDevice.Create and SpiDevice.Create static methods that will create a protocol device for the platform where the code is running in.
  • Removed PWMController and instead introduced PwmChannel, which is the new way to use PWM. It is simpler to setup, and simpler to use given that it is scoped down to one pin. Refactoring will also help for a future Pwm software implementation.
  • Added XMLDocs to the package in order to get a better VS experience.
  • Started pushing portable symbols for NuGet packages into the Microsoft symbol servers in order for a better debugging experience.
  • Added sourcelink information to the NuGet packages, for a better debugging experience.
  • Several performance improvements.
  • Fixed an issue where we were not checking for a supported pin mode.
  • Fixed an issue with our RaspberryPi Driver when running in ARM64.
  • Fixed an issue with the dht temperature sensors.
  • Added support for several new bindings into the IoT.Device.Bindings package.

Special thanks to contributors that made this release possible: (not sorted by a particular order)

Packages pushed to NuGet.org:

Preview 6 Release

11 Jun 15:54
Compare
Choose a tag to compare
Preview 6 Release Pre-release
Pre-release

This is the preview 6 release of dotnet/iot. Changes included this release are:

  • Removed reference assembly from System.Device.Gpio package
  • Added a rid-less configuration to the System.Device.Gpio package which throws PlatformNotSupported Exception.
  • [Breaking Change] Added new members to IGpioController interface.
  • Added support to use boards with multiple GPIO banks with libgpiod driver.
  • Added support for reading an offset when using the sysfsdriver in arm64 where the pin numbering is different.
  • Fixed issue with eventing on the sysfsdriver and raspberrypi driver where we would get an ObjectDisposedException when the CancellationTokenSource got disposed too soon.
  • Added WriteRead method to I2CDevice which is used when atomic operations are needed to both write data and to immediately read data on the bus.
  • Added IPwmController interface.
  • Added support for several new bindings into the IoT.Device.Bindings package.

Packages pushed to NuGet.org:

Preview 4 release

16 May 20:59
729abb7
Compare
Choose a tag to compare

Preview 2 release

16 May 20:57
84af045
Compare
Choose a tag to compare
Preview 2 release Pre-release
Pre-release

This was the first time we pushed the package to NuGet.org.

https://www.nuget.org/packages/System.Device.Gpio/0.1.0-prerelease.19078.2