1. 05 10月, 2022 1 次提交
  2. 04 10月, 2022 2 次提交
  3. 01 10月, 2022 1 次提交
  4. 30 9月, 2022 2 次提交
  5. 29 9月, 2022 2 次提交
    • P
      The call to Dns.GetHostEntry() may fail on MacOS (#1927) · eae8a70b
      Patrick Grawehr 提交于
      * The call to Dns.GetHostEntry() may fail on MacOS
      
      ... only ever seen there.
      
      * Build on one CPU only
      
      Maybe this avoids the concurrency problems?
      
      * Revert "Build on one CPU only"
      
      This reverts commit 7ee8124b4ceb5e31df7f74d7da4e908ad96aaac3.
      
      * Make sure there's only one .csproj per directory
      
      Therefore split up sample folders containing multiple
      projects into subfolders. This fixes the macOS build and
      also some weird issues on other operating systems (such
      as the debugger getting confused about which one to execute)
      
      * Also update the solution files
      eae8a70b
    • J
      fix call to GetIOException (issue 1928) (#1932) · aef8e764
      jdbruner 提交于
      aef8e764
  6. 28 9月, 2022 1 次提交
  7. 23 9月, 2022 1 次提交
  8. 22 9月, 2022 4 次提交
  9. 20 9月, 2022 1 次提交
  10. 15 9月, 2022 1 次提交
    • P
      "Arduino C# Compiler" (#1785) · 55a4ec02
      Patrick Grawehr 提交于
      This "compiler" (actually a metadata converter and code analyzer) can take a compiled Iot program written using the Arduino binding and flash it as a standalone application to an ESP32 or similar 32-bit microcontroller.
      
      Test and debug your application on the PC using the Arduino binding, and when everything works as expected, just flash it to the ESP32 and run it without the PC.
      
      There are still a lot of open ends, but several more-or-less complex programs already work (see the WeatherStation example). Further documentation (both on usage as well as on internals) is still to be written.
      
      See Readme for further instructions.
      55a4ec02
  11. 14 9月, 2022 2 次提交
  12. 03 9月, 2022 1 次提交
  13. 18 8月, 2022 1 次提交
  14. 12 8月, 2022 1 次提交
  15. 11 8月, 2022 2 次提交
  16. 09 8月, 2022 1 次提交
  17. 05 8月, 2022 1 次提交
  18. 04 8月, 2022 1 次提交
  19. 02 8月, 2022 1 次提交
  20. 29 7月, 2022 3 次提交
  21. 28 7月, 2022 3 次提交
  22. 27 7月, 2022 1 次提交
  23. 22 7月, 2022 1 次提交
  24. 21 7月, 2022 1 次提交
  25. 20 7月, 2022 1 次提交
  26. 16 7月, 2022 1 次提交
  27. 14 7月, 2022 2 次提交