- 29 Mar, 2017 1 commit
-
-
Johny Mattsson authored
The IDF has dropped BUFSIZ to 128, which is not a good thing for our Lua.
-
- 28 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 27 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-
- 24 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-
- 20 Mar, 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 8 commits
-
-
devsaurus authored
-
devsaurus authored
-
Arnim Läuger authored
-
Arnim Läuger authored
-
Jonathan Karras authored
- Remove old non-async examples from `lua-examples`. - Rename `ds18b20.EN.md` to `README.md` - Change remaining `toBase64` calls to the more standard `toHex` call. - Fix some spelling and markdown formatting issues in README file. Addresses issue #1841
-
Jonathan Karras authored
-
vsky authored
-
devsaurus authored
-
- 09 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 08 Mar, 2017 2 commits
- 07 Mar, 2017 2 commits
- 02 Mar, 2017 5 commits
-
-
devsaurus authored
-
devsaurus authored
-
devsaurus authored
-
Johny Mattsson authored
-
Johny Mattsson authored
Using new BATCH_BUILD flag for CI build.
-
- 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.
-
- 06 Dec, 2016 1 commit
-
-
Johny Mattsson authored
-
- 01 Dec, 2016 1 commit
-
-
Johny Mattsson authored
-
- 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.
-
- 22 Nov, 2016 1 commit
-
-
Johny Mattsson authored
Using partitions for nvs and phy_init seems to work fine together with our automatic fs partition creation.
-
- 20 Nov, 2016 1 commit
-
-
Johny Mattsson authored
-