1. 02 11月, 2021 1 次提交
  2. 29 10月, 2021 1 次提交
  3. 27 10月, 2021 2 次提交
  4. 23 10月, 2021 1 次提交
  5. 21 10月, 2021 5 次提交
    • L
      Adding AXP192 and IP5306 - Power Management chips (#1673) · 4ea23d73
      Laurent Ellerbach 提交于
      * initial commit
      
      * Adjusting based on PR feedback
      
      * adjusting ArgumentNullException
      4ea23d73
    • P
      Add possibility to externally extend Arduino library (#1635) · 289f2508
      Patrick Grawehr 提交于
      * Support for frequency measurement using Arduino
      
      * Add infrastructure to add extended command handlers
      
      * Move DHT support to extension module
      
      * Move frequency measurement support to separate module
      
      * Message reply handling fixed
      
      * Ensure a disposed instance doesn't cause any harm here
      
      * Fix command sequence for DisableFrequencyReporting
      
      * Change ID for FREQUENCY_COMMAND
      
      * Make sure the pin mode is set
      
      This is merely a test call to verify the mode handling is correct
      
      * Allow setting/getting the internal mode from clients
      
      Should not use the FirmataDevice instance in an extended
      command handler, since it would be inaccessible if moved
      to an external library.
      
      * Fix unit test
      
      * Fix missing documentation
      
      * Review findings addressed
      
      * Fix a problem when connecting to an Arduino Uno
      
      Since this one resets itself when opening the serial port,
      the timeout was to short, resulting in either a failed connection or
      an incorrect version reported.
      
      * Avoid static member and use ReaderWriterLockSlim
      
      Gives more clean internal structure
      
      * Minor review comments
      
      * Recursion is not required
      
      * Add error return to SendCommandAndWait, add convenience functions
      289f2508
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20211020.1 (#1697) · 85247b79
      dotnet-maestro[bot] 提交于
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 7.0.0-beta.21519.8 -> To Version 7.0.0-beta.21520.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      85247b79
    • J
      Offset in VirtualOutputSegment.Write(byte value) shouldn't be calculated (is always 0). (#1684) · d6ac21b7
      Jakub Wicher 提交于
      * Fixes #1626
      
      The #1627 didn't fix the #1626 issue. Since the PR was merged and it had conflict with mine, I'm redoing my changes.
      
      * Added requested tests in dotnet#1684
      
      * Added requested changes
      
      Assert.Equal => Assert.True
      
      * fixed code formatting
      
      * switched directives
      
      System.Device.Gpio before Iot.Device.Multiplexing.Utility
      
      * additional changes to fix #1684
      
      fixed #1684 for VirtualOutputSegment.Write(ReadOnlySpan<byte> value)
      
      * additional test cases
      
      additional test cases for VirtualOutputSegment.Write(ReadOnlySpan<byte> value).
      
      * additional changes to fix #1684
      
      * fixed code formatting 
      
      yet again
      
      * added examples of scenarios
      
      requested by @joperezr
      d6ac21b7
    • D
      [main] Update dependencies from dotnet/arcade (#1687) · 3a2b1d35
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20211012.3
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 7.0.0-beta.21511.1 -> To Version 7.0.0-beta.21512.3
      
      * Update dependencies from https://github.com/dotnet/arcade build 20211013.5
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 7.0.0-beta.21511.1 -> To Version 7.0.0-beta.21513.5
      
      * Update dependencies from https://github.com/dotnet/arcade build 20211014.3
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 7.0.0-beta.21511.1 -> To Version 7.0.0-beta.21514.3
      
      * Update dependencies from https://github.com/dotnet/arcade build 20211015.2
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 7.0.0-beta.21511.1 -> To Version 7.0.0-beta.21515.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20211018.1
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 7.0.0-beta.21511.1 -> To Version 7.0.0-beta.21518.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20211018.6
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 7.0.0-beta.21511.1 -> To Version 7.0.0-beta.21518.6
      
      * Update dependencies from https://github.com/dotnet/arcade build 20211019.8
      
      Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk
       From Version 7.0.0-beta.21511.1 -> To Version 7.0.0-beta.21519.8
      
      * Change vmImage for Ubuntu
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NJose Perez Rodriguez <joperezr@microsoft.com>
      3a2b1d35
  6. 20 10月, 2021 2 次提交
  7. 19 10月, 2021 1 次提交
  8. 16 10月, 2021 1 次提交
  9. 15 10月, 2021 2 次提交
  10. 13 10月, 2021 1 次提交
  11. 12 10月, 2021 2 次提交
  12. 09 10月, 2021 3 次提交
  13. 08 10月, 2021 1 次提交
  14. 07 10月, 2021 1 次提交
  15. 01 10月, 2021 1 次提交
  16. 28 9月, 2021 2 次提交
  17. 23 9月, 2021 1 次提交
  18. 18 9月, 2021 2 次提交
  19. 16 9月, 2021 1 次提交
  20. 15 9月, 2021 1 次提交
  21. 11 9月, 2021 2 次提交
  22. 10 9月, 2021 1 次提交
  23. 08 9月, 2021 3 次提交
  24. 04 9月, 2021 2 次提交