- 30 Nov, 2018 1 commit
-
-
Skirmantas Lauzikas authored
* ESP32: add support for RS485 This commit adds support for switching UART mode to RS485/IRDA. Also included are patches for memory leaks then handling UART events other than data. * ESP32: Documentation for uart.setmode()
-
- 23 Nov, 2018 1 commit
-
-
Arnim Läuger authored
-
- 04 Nov, 2018 1 commit
-
-
devsaurus authored
- implement file.size for spiffs (#1516) - fix vfs_lseek() result checking in enduser_setup and clarify SPIFFS_lseek() return value (#1570) - Handle error condition in file.read() (#1599)
-
- 03 Nov, 2018 1 commit
-
-
devsaurus authored
-
- 07 Oct, 2018 2 commits
- 15 Apr, 2018 1 commit
-
-
devsaurus authored
-
- 04 Apr, 2018 1 commit
-
-
devsaurus authored
-
- 02 Apr, 2018 1 commit
-
-
devsaurus authored
-
- 18 Dec, 2017 1 commit
-
-
devsaurus authored
-
- 12 Sep, 2017 1 commit
-
-
devsaurus authored
-
- 02 Sep, 2017 1 commit
-
-
devsaurus authored
-
- 27 Jul, 2017 1 commit
-
-
devsaurus authored
-
- 13 Jul, 2017 1 commit
-
- 20 Jun, 2017 1 commit
-
-
devsaurus authored
-
- 13 Jun, 2017 2 commits
- 05 May, 2017 1 commit
-
-
devsaurus authored
-
- 30 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 27 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 24 Apr, 2017 1 commit
-
-
zelll authored
* added adc extension * add adc_number, for adc2
-
- 18 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 14 Apr, 2017 3 commits
- 13 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 01 Apr, 2017 2 commits
- 20 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 17 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 04 Feb, 2017 1 commit
-
-
devsaurus authored
-
- 02 Feb, 2017 1 commit
-
-
devsaurus authored
-
- 13 Jan, 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.
-
- 17 Nov, 2016 1 commit
-
-
Johny Mattsson authored
With the recent flash layout changes, it became very possible to misdetect the flash size. We're now using the partition table as the guard marker, since that really shouldn't be all 0xff. Also, we now don't clobber the flash device id (and keep block/sector/page/mask values).
-
- 16 Nov, 2016 1 commit
-
-
Johny Mattsson authored
-
- 12 Nov, 2016 1 commit
-
-
Johny Mattsson authored
WiFi STA module updated to reflect IDF name changes. Platform flash and partition api updated to reflect IDF name changes. Eventually these (and the SPIFFS module) will likely need to be updated to exclusively work with the esp_partition_xxx() functions in order to support working with encrypted flash.
-
- 23 Sep, 2016 1 commit
-
-
Johny Mattsson authored
No longer limited to the default 2MB.
-
- 22 Sep, 2016 2 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
The heuristics could probably be improved a lot, but this is better than nothing at least.
-