1. 04 Nov, 2021 1 commit
    • Johny Mattsson's avatar
      Make node.output() RTOS thread safe. · a0c9085c
      Johny Mattsson authored
      Also removed old, very unsafe node.osoutput(). We're now integrating cleanly
      with the IDF/newlib way of redirecting stdout.
      
      Added necessary depends in Kconfig to ensure VFS support is enabled, as
      otherwise you'd only get a mysterious crash when attempting to enable
      output redirection.
      a0c9085c
  2. 26 Aug, 2021 1 commit
  3. 22 Aug, 2021 1 commit
  4. 02 Apr, 2021 1 commit
  5. 14 Feb, 2021 1 commit
  6. 17 Jan, 2021 1 commit
  7. 05 Jan, 2021 1 commit
  8. 22 Aug, 2020 1 commit
  9. 16 Jan, 2019 1 commit
  10. 13 Jan, 2019 1 commit
    • Marcel Stör's avatar
      Re-organize documentation · 5750da12
      Marcel Stör authored
      Drop support for localized content, #2213
      
      Restructure some content to match more closely what we have in master, #2542
      5750da12
  11. 10 Nov, 2018 1 commit
  12. 02 Mar, 2017 1 commit
  13. 02 Jun, 2016 1 commit
  14. 18 May, 2016 1 commit
    • Johny Mattsson's avatar
      Rework ADC mode setting approach (#1285) · 30d354c2
      Johny Mattsson authored
      - Stop fighting against the SDK in terms of owning/writing the init_data block.
        NodeMCU included a default init_data block because originally the SDK did
        not, but by now it's not needed.
      
      - Expose a way to reconfigure the ADC mode from Lua land. With most people
        using the cloud builder and not able to change the #define for byte 107
        this has been a pain point.
      
      - Less confusion about which init_data has been used. Lua code can now simply
        state what mode it wants the ADC to be in, and not worry about the rest of
        the init_data complexities such as the init_data changing location due to
        flashing with wrong flash_size setting, or doing/not doing a chip-erase
        before loading new NodeMCU firmware.
      30d354c2
  15. 20 Mar, 2016 1 commit
  16. 06 Mar, 2016 2 commits
  17. 03 Mar, 2016 1 commit
  18. 01 Mar, 2016 1 commit
  19. 24 Feb, 2016 1 commit
  20. 20 Feb, 2016 1 commit
  21. 15 Jan, 2016 1 commit
  22. 13 Jan, 2016 1 commit
  23. 08 Jan, 2016 2 commits
  24. 06 Jan, 2016 1 commit
  25. 05 Jan, 2016 3 commits
  26. 28 Dec, 2015 1 commit
  27. 27 Dec, 2015 1 commit
  28. 17 Dec, 2015 3 commits
  29. 13 Dec, 2015 2 commits
  30. 05 Dec, 2015 1 commit