Iot Versions Save

This repo includes .NET Core implementations for various IoT boards, chips, displays and PCBs.

1.0

4 years ago

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:

  • @shaggygi with 64 commits
  • @ZhangGaoxing with 25 commits
  • @Ellerbach with 9 commits
  • @Frankenslag with 6 commits
  • @garciaolais with 4 commits
  • @SergeyRazmyslov with 4 commits
  • @DemoS76 with 3 commits
  • @microhobby with 2 commits
  • @RobinTTY with 2 commits
  • @monty124 with 2 commits
  • @maloo with 2 commits
  • @nahueltaibo with 2 commits
  • @johnastaf with 2 commits
  • @fredeil with 2 commits
  • @georgemathieson with 1 commit
  • @Ogieeeeee with 1 commit
  • @kmate95 with 1 commit
  • @MaxMommersteeg with 1 commit
  • @Silvenga with 1 commit
  • @zochris with 1 commit
  • @Rickvanderwaal with 1 commit
  • @CleoQc with 1 commit
  • @Veujin with 1 commit
  • @techniq with 1 commit
  • @gloveboxes with 1 commit
  • @CosminLazar with 1 commit
  • @HumJ0218 with 1 commit
  • @schonbachler with 1 commit
  • @chaudi with 1 commit

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

1.0-preview8

4 years ago

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):

  • @shaggygi
  • @ZhangGaoxing
  • @RobinTTY
  • @Ellerbach
  • @Frankenslag
  • @microhobby
  • @krwq
  • @joperezr

Packages published to NuGet.org:

1.0-preview7

4 years ago

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)

  • @shaggygi
  • @Frankenslag
  • @ZhangGaoxing
  • @Rickvanderwaal
  • @zochris
  • @monty124
  • @DemoS76
  • @Silvenga
  • @MaxMommersteeg
  • @kmate95
  • @Ogieeeeee
  • @georgemathieson
  • @krwq
  • @joperezr

Packages pushed to NuGet.org:

1.0-preview6

4 years ago

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:

1.0-preview2

4 years ago

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