1. 14 Jan, 2016 1 commit
  2. 12 Jan, 2016 1 commit
  3. 10 Jan, 2016 1 commit
  4. 02 Jan, 2016 1 commit
  5. 28 Dec, 2015 1 commit
  6. 23 Dec, 2015 1 commit
  7. 21 Dec, 2015 2 commits
  8. 16 Dec, 2015 3 commits
  9. 12 Dec, 2015 1 commit
    • Johny Mattsson's avatar
      Major cleanup of module registration. · 6b6456be
      Johny Mattsson authored
      As per #810 & #796, only LUA_OPTIMIZE_MEMORY=2 & MIN_OPT_LEVEL=2 are
      supported when building. This commit effects that limitation.
      
      With this change modules/auxmods.h no longer needs to be updated for
      every new module, nor do module writers need to cater for a hypothetical
      LUA_OPTIMIZE_MEMORY < 2 scenario.
      6b6456be
  10. 28 Nov, 2015 1 commit
  11. 19 Nov, 2015 2 commits
  12. 18 Nov, 2015 2 commits
  13. 12 Nov, 2015 1 commit
  14. 11 Nov, 2015 1 commit
  15. 10 Nov, 2015 4 commits
  16. 09 Nov, 2015 1 commit
  17. 08 Nov, 2015 2 commits
  18. 06 Nov, 2015 3 commits
  19. 05 Nov, 2015 2 commits
  20. 04 Nov, 2015 4 commits
  21. 03 Nov, 2015 3 commits
  22. 30 Oct, 2015 1 commit
  23. 27 Oct, 2015 1 commit
    • devsaurus's avatar
      simplify spi api · 9444ae28
      devsaurus authored
      duplex_mode configuration enables/disables receiving with spi.send()
      spi.send_recv removed
      9444ae28