1. 29 10月, 2020 1 次提交
    • R
      Update GPIO library and samples to NRTs (#1215) · 942c3e12
      Rich Lander 提交于
      * Update GPIO library and samples to NRTs
      
      * Simplify if checks
      
      * Simplify if checks
      
      * Update per feedback
      
      * Fix code style with pragma
      
      * Update NRT annotations
      
      * Update Windows-specific NRT errors
      
      * Remove null check
      
      * Remove type constraint
      
      * Remove null check
      
      * Simplify NRT annotations
      
      * Enable nullable for _pinModes
      
      * Adding a comment to the pragma
      Co-authored-by: NJose Perez Rodriguez <joperezr@microsoft.com>
      942c3e12
  2. 02 10月, 2020 1 次提交
    • P
      Updated board identification, CM3 support (#1200) · 90948d36
      Patrick Grawehr 提交于
      * Added Board class and CM3 Driver
      
      * Changed summuary pincount
      
      * Updated summary label
      
      * Added support for Raspberry Pi4, some refactoring
      
      * Deleted cref in GetBoardModel summary
      
      * Refactoring wrong namespace
      
      * Refactoring
      
      * ValidatePinNumber test is wrong
      
      * Make the detection internal for now - will be reviewed later
      
      Move actual identification code to new place.
      
      * Better matching class name
      
      * Cleaner exception handling
      
      * Avoid exception to control code flow
      
      Is a bit of a mess due to the existing public API
      
      * Rename class again, use properties only
      
      * Add copyright header
      
      * Better error message, correct execution order
      Co-authored-by: NJTrotta <gerardo.trotta@euronet.aero>
      90948d36
  3. 02 6月, 2020 1 次提交
  4. 30 4月, 2020 1 次提交
  5. 28 4月, 2020 1 次提交
  6. 22 4月, 2020 1 次提交
  7. 15 12月, 2019 1 次提交
    • P
      Enable basic StyleCop rules (#892) · d5227542
      Patrick Grawehr 提交于
      * Added solution with all the projects
      
      Useful for global changes, i.e StyleCop or dependencies
      
      * Add stylecop rules to project
      
      Need workaround for an issue with GeneratePlatformNotSupportedAssembly
      
      Put a comment on all rules that are enabled in dotnet core but not here.
      Some rules are enabled here but not there.
      
      * Fix all enabled rules in Core
      
      * Use autogenerated instead of message suppression for Interop stuff
      
      * Iot.Device.Bindings (the overall project) imports the base Directory.Props directly, so exclude for now
      
      * Use #pragma warning disable instead of <autogenerated />
      d5227542
  8. 04 6月, 2019 1 次提交
  9. 23 1月, 2019 1 次提交
    • G
      Cleanup for GPIO drivers (#148) · d594ce9f
      Greg Ingram 提交于
      * Added editconfig file
      
      * Beginning of cleaning
      
      * Added summaries and sorted
      
      * Added callback summaries
      
      * Fixed ordering and switch/case based on feedback
      d594ce9f
  10. 09 1月, 2019 1 次提交
  11. 06 1月, 2019 2 次提交
  12. 03 12月, 2018 1 次提交
  13. 21 11月, 2018 1 次提交