- 30 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 27 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 24 Apr, 2017 2 commits
-
-
zelll authored
* added adc extension * add adc_number, for adc2
-
Johny Mattsson authored
-
- 23 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 21 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 14 Apr, 2017 2 commits
- 13 Apr, 2017 1 commit
-
-
devsaurus authored
-
- 19 Mar, 2017 1 commit
-
-
Arnim Läuger authored
* ESP32: Fix event id for post_net_accept()
-
- 17 Mar, 2017 2 commits
- 09 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 08 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 07 Mar, 2017 2 commits
- 02 Mar, 2017 3 commits
-
-
devsaurus authored
-
devsaurus authored
-
Johny Mattsson authored
-
- 04 Feb, 2017 1 commit
-
-
devsaurus authored
-
- 02 Feb, 2017 1 commit
-
-
devsaurus authored
-
- 13 Jan, 2017 1 commit
-
-
devsaurus authored
-
- 10 Jan, 2017 1 commit
-
-
Johny Mattsson authored
-
- 03 Jan, 2017 1 commit
-
-
Johny Mattsson authored
Addresses one point of #1615.
-
- 30 Dec, 2016 3 commits
-
-
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.
-
Johny Mattsson authored
As per @djphoenix's work on the ESP8266 side.
-
Johny Mattsson authored
As per @djphoenix's version on the ESP8266 side.
-
- 10 Dec, 2016 1 commit
-
-
Johny Mattsson authored
As discussed in #1615.
-
- 27 Nov, 2016 1 commit
-
-
Johny Mattsson authored
-
- 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.
-
- 24 Nov, 2016 1 commit
-
-
Johny Mattsson authored
This fixes the panic-on-restart issue and the crash-on-uart-input-before-flash-mapped issue. Node module updated to reflect new function names for sleep/restart.
-
- 17 Nov, 2016 4 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Johny Mattsson authored
-
- 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.
-
- 06 Oct, 2016 2 commits
-
-
Johny Mattsson authored
Based on his revision 2d290a24a0914be88e5ca4ac7b1018392fe75fe2 (https://github.com/djphoenix/nodemcu-firmware). All LWIP callback handling changed to use the NodeMCU task interface to make it usable on RTOS. IPv4 assumptions have been removed, and this net module /should/ now be IPv6 ready, but aside from compilation no testing has been done in this area. SSL integration points not touched - some work needed there once we have an mbedTLS module.
-
Johny Mattsson authored
-
- 04 Oct, 2016 1 commit
-
-
Johny Mattsson authored
Station connect/disconnect/scan, plus event handling via wifi.on().
-