1. 10 7月, 2019 2 次提交
  2. 09 7月, 2019 1 次提交
  3. 08 7月, 2019 2 次提交
  4. 06 7月, 2019 8 次提交
  5. 05 7月, 2019 2 次提交
  6. 04 7月, 2019 3 次提交
  7. 03 7月, 2019 4 次提交
  8. 02 7月, 2019 7 次提交
    • G
      Rename SPI Structure (#545) · 3626cc63
      Greg Ingram 提交于
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Removed unused file
      
      * Removed unused file
      
      * Removed unused file
      
      * Removed unused file
      
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Removed unused file
      
      * Removed unused parameter and updated to new Create method
      3626cc63
    • G
      Rename i2c structure again (#543) · 9b56694a
      Greg Ingram 提交于
      * Remove unused file
      
      * Remove unused file
      
      * Rename namespace
      
      * Rename namespace and changed to internal
      
      * Removed unused file
      
      * Removed unused parameter
      
      * Updated namespace
      
      * Updated doc based on  unused parameter
      
      * Removed internal class references and updated parameter names
      
      * Fixed incorrect description from blame copy/paste
      
      * Updated to null check before disposing
      
      * Removed readonly to fix local build break
      
      * Updated bindings proj for build
      9b56694a
    • J
      80b8fdda
    • K
      Update blob feeds (#541) · a98a2493
      Krzysztof Wicher 提交于
      a98a2493
    • K
      Re-generate device listing (#538) · 65aa9c71
      Krzysztof Wicher 提交于
      * re-generate device listing
      
      * sort devices by title
      
      * tiny improvements to device titles
      65aa9c71
    • D
      [master] Update dependencies from dotnet/arcade (#532) · 7e4c5762
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20190626.44
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.44
      - Microsoft.DotNet.GenAPI - 1.0.0-beta.19326.44
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19326.44
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190627.39
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19327.39
      - Microsoft.DotNet.GenAPI - 1.0.0-beta.19327.39
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19327.39
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190628.2
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19328.2
      - Microsoft.DotNet.GenAPI - 1.0.0-beta.19328.2
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19328.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190629.2
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19329.2
      - Microsoft.DotNet.GenAPI - 1.0.0-beta.19329.2
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19329.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190630.1
      
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19330.1
      - Microsoft.DotNet.GenAPI - 1.0.0-beta.19330.1
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19330.1
      
      * Add restore sources to Versions.props
      7e4c5762
    • D
      [master] Update dependencies from dotnet/iot (#535) · ce75ecb2
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/iot build 20190627.1
      
      - Iot.Device.Bindings - 0.1.0-prerelease.19327.1
      - System.Device.Gpio - 0.1.0-prerelease.19327.1
      
      * Having bindings package to use a package reference for now in order to pass the build
      ce75ecb2
  9. 01 7月, 2019 1 次提交
  10. 29 6月, 2019 1 次提交
    • G
      Rename I2C Drivers Folder (#533) · 833728c8
      Greg Ingram 提交于
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Moved to Devices folder
      
      * Updated namespace to Devices
      
      * Updated namespace to Devices
      
      * Updated namespace to Devices
      
      * Updated namespace to Devices
      
      * Revert "Updated namespace to Devices"
      
      This reverts commit 3044f1add3b02b814777cdb7542dbeed76efd915.
      
      * Revert "Updated namespace to Devices"
      
      This reverts commit 9f23b31f033f3cd6934d202516f3c9d0f382d837.
      
      * Revert "Updated namespace to Devices"
      
      This reverts commit 3816d7ad1e7072e48c5b4ed52041dc434d3b7eb4.
      
      * Revert "Revert "Updated namespace to Devices""
      
      This reverts commit 3d8394f074cd192748454caf8821100ae67de3bc.
      
      * Added using
      833728c8
  11. 27 6月, 2019 6 次提交
  12. 26 6月, 2019 2 次提交
    • G
      Added new I2cController and related support (#505) · 7f1d77b1
      Greg Ingram 提交于
      * Added new I2cController and related support
      
      * Add bus ID as part of way to manage devices
      
      * Made static
      
      * Removed static
      
      * Removed interop file and add partial class for controller
      
      * Changed to open/close device methods
      
      * Added TryGetDevice method
      
      * Added ShouldDispose property
      
      * Added more support for disposing
      
      * Enabled nullable in file to check builds
      
      * Missed the other file for enabling nullable
      
      * Added GetDevices and updated OpenDevice check
      
      * Updated to ConcurrentDictionary
      
      * Consolidated to only Create I2cDevice
      
      * Removed unused files
      
      * Removed until direction is determined
      
      * Moved Create under I2cDevice classes
      7f1d77b1
    • D
      Update dependencies from https://github.com/dotnet/iot build 20190624.3 (#526) · e53c0b4a
      dotnet-maestro[bot] 提交于
      - Iot.Device.Bindings - 0.1.0-prerelease.19324.3
      - System.Device.Gpio - 0.1.0-prerelease.19324.3
      e53c0b4a
  13. 25 6月, 2019 1 次提交
    • G
      Update parameter name (#521) · bd46eacd
      Greg Ingram 提交于
      * Updated parameter name to be same as other device type
      
      * Updated parameter name to be same as other device type
      bd46eacd