1. 25 Oct, 2020 1 commit
  2. 23 Oct, 2020 4 commits
  3. 19 Oct, 2020 1 commit
    • Cody Cutrer's avatar
      add wiegand module (#3203) · 63e1fcda
      Cody Cutrer authored
      * add wiegand module
      
      * minor tweaks to wiegand module
      
       * fix a whitespace error (tabs!!!!)
       * remove an unnecessary volatile qualifier
      63e1fcda
  4. 18 Oct, 2020 3 commits
  5. 13 Oct, 2020 1 commit
  6. 05 Oct, 2020 1 commit
  7. 04 Oct, 2020 1 commit
  8. 29 Sep, 2020 2 commits
  9. 28 Sep, 2020 1 commit
  10. 27 Sep, 2020 14 commits
  11. 18 Sep, 2020 2 commits
  12. 15 Sep, 2020 1 commit
  13. 13 Sep, 2020 1 commit
  14. 09 Sep, 2020 1 commit
  15. 08 Sep, 2020 1 commit
  16. 07 Sep, 2020 2 commits
  17. 05 Sep, 2020 1 commit
  18. 04 Sep, 2020 2 commits
    • vsky's avatar
      Fixes `net.ifinfo` failure · e28cf8d9
      vsky authored
      e28cf8d9
    • galjonsfigur's avatar
      SoftUART module fixes and code simplification (#3104) · e7620b06
      galjonsfigur authored
      * SoftUART fixes:
      
      - Simplify code by using lua_L* functions and using userdata properly
      - Fix some edge-cases
      - Add more examples to documentation
      
      * Don't de-register interrupt hook if there is more RX instances
      
      * More bug fixes and registering simplification with luaL_reref and unref2
      
      * Correct documentation of SoftUART module
      e7620b06