- 23 Aug, 2021 1 commit
-
-
Johny Mattsson authored
Bring on that stacktracey goodness!
-
- 21 Aug, 2021 1 commit
-
-
Johny Mattsson authored
Changes have been kept to a minimum, but a serious chunk of work was needed to move from 8266isms to IDFisms. Some things got refactored into components/lua/common, in particular the LFS location awareness. As part of this work I also evicted our partition table manipulation code, as with the current IDF it kept breaking checksums and rendering things unbootable, which is the opposite of helpful (which was the original intent behind it). The uart module got relocated from base_nodemcu to the modules component properly, after I worked out how to force its inclusion using Kconfig alone.
-
- 29 Jul, 2021 1 commit
-
-
Johny Mattsson authored
I2S constants have changed; docs updated.
-
- 26 Jul, 2021 1 commit
-
-
Johny Mattsson authored
-
- 18 May, 2020 1 commit
-
-
tomsci authored
-
- 01 May, 2020 1 commit
-
-
Tom Sutcliffe authored
-
- 27 Apr, 2020 1 commit
-
-
tomsci authored
Fixes #2880
-
- 22 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Port LFS from ESP8266 to ESP32
-
- 12 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 17 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 30 Dec, 2016 1 commit
-
-
Johny Mattsson authored
- Switched hardcoded interrupts to new IDF interrupt allocation framework. - gpio module switched to the IDF's per-pin interrupt callback service. - Improved NodeMCU linker script since it broke with the IDF upgrade. - Various compatibility updates.
-
- 26 Nov, 2016 1 commit
-
-
Johny Mattsson authored
The gpio ISR needs to go into the platform layer most likely, but that's for later.
-