1. 16 5月, 2019 1 次提交
  2. 15 5月, 2019 3 次提交
  3. 13 5月, 2019 1 次提交
  4. 11 5月, 2019 2 次提交
  5. 10 5月, 2019 2 次提交
    • G
      Initial progress dump for Mcp25xxx binding (#306) · c5077855
      Greg Ingram 提交于
      * Initial progress dump for Mcp25xxx binding
      
      * Added another dev board
      
      * Set projects to latest language version
      
      * Small format update
      
      * Updated approach to pin read and writes
      
      * Added IRegister
      
      * Changed Register to Address
      
      * Added initial AcceptanceFilter Register tests
      
      * Too many tests
      
      * Added initial BitTimeConfiguration Register tests
      
      * Added initial CanControl Register tests
      
      * Added initial ErrorDetection Register tests
      
      * Added initial Interrupt Register tests
      
      * Added initial MessageReceive Register tests
      
      * Added initial MessageTransmit Register tests
      
      * Changed GetAddress() to Address
      
      * Added initial instruction tests
      
      * Removed register setters
      
      * Simplified bit numbers and added range exception tests
      
      * Added registers from bytes
      
      * Fixed summaries
      
      * Added registers from byte tests
      
      * Fixed wrong test
      
      * Simplify GpioController name
      
      * Added comment about Read Rx Buffer instruction format base value
      
      * Added needed stackalloc
      
      * Updated bit shift and check
      
      * Converted ReadStatusResponse to enum
      
      * Changed RxFilterNumber enum to byte
      
      * Changed RxMaskFilter enum to byte
      
      * Changed RxBufferFilter enum to byte
      
      * Changed TxBufferNumber enum to byte
      
      * Made wording consistent
      
      * Updated invalid argument tests
      
      * Updated StandbyPin setter
      
      * Simplified sample reading all registers
      
      * Updated summaries to match datasheet
      
      * Added comment for flag alias
      
      * Removed VerifyPinConfigured
      
      * Decreased StackThreshold
      
      * Added comment about instruction format for Load Tx Buffer instruction
      
      * Added new InstructionFormat enum
      
      * Updated package version
      
      * Moved back to specific version for now
      
      * Updated GetRxBufferNumber check
      
      * Updated register properties to extended names
      c5077855
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20190508.5 (#411) · b770dc37
      dotnet-maestro[bot] 提交于
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19258.5
      b770dc37
  6. 09 5月, 2019 1 次提交
  7. 08 5月, 2019 1 次提交
  8. 07 5月, 2019 3 次提交
  9. 04 5月, 2019 4 次提交
  10. 03 5月, 2019 3 次提交
  11. 02 5月, 2019 2 次提交
  12. 01 5月, 2019 2 次提交
  13. 30 4月, 2019 1 次提交
  14. 27 4月, 2019 2 次提交
  15. 26 4月, 2019 3 次提交
    • D
      Update dependencies from https://github.com/dotnet/iot build 20190424.1 (#388) · a9b9b081
      dotnet-maestro[bot] 提交于
      - Iot.Device.Bindings - 0.1.0-prerelease.19224.1
      - System.Device.Gpio - 0.1.0-prerelease.19224.1
      a9b9b081
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20190424.9 (#387) · 01c4f705
      dotnet-maestro[bot] 提交于
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19224.9
      01c4f705
    • L
      Adding GrovePi support (#246) · 434a15c8
      Laurent Ellerbach 提交于
      * Adding BrickPi3 device
      
      * fixing names for Linux builds
      
      * fixing name of SPIExceptions.cs in csproj file
      
      * fiex typos in README, ,improved code based on GitHub reviews
      
      * remove specific exceptions to use generic ones, adjusted the code accordingly, added SPI bus Id and chip select line
      
      * Adding support for GoPiGo3
      
      * Incorportated feedback following the PR
      
      * Adjusting code based on last commit
      
      * Fixed code based on latest feedbacks. Fixed typos in comments
      
      * Adding GrovePi support
      
      * Updating code based on PR comments
      
      * fixed code following PR feedbacks
      
      * Fixed comment issue
      
      * Adjusting exception for arguments as well as adding comments based on PR feedbacks
      
      * Updating code based on latest PR comments
      
      * fixed typo and feedback in last PR comments
      
      * updating csproj files and fixing double namespace
      434a15c8
  16. 25 4月, 2019 2 次提交
  17. 24 4月, 2019 3 次提交
  18. 23 4月, 2019 1 次提交
  19. 21 4月, 2019 2 次提交
  20. 20 4月, 2019 1 次提交