- 13 Jun, 2017 1 commit
-
-
zelll authored
* uart 1/2 * call -> pcall in uart_on_* functions * fix docs * fixed console driver when using custom console uart * fixed line_inverse and error callback * fixed a crash when uart.start() called more than one time
-
- 14 May, 2017 1 commit
-
-
devsaurus authored
-
- 13 May, 2017 2 commits
-
-
Arnim Läuger authored
-
devsaurus authored
-
- 12 May, 2017 1 commit
-
-
Arnim Läuger authored
-
- 07 May, 2017 1 commit
-
-
zelll authored
* can extension * can extension: bit timing and filter * can -> CAN * post CAN data callback * CAN docs * CAN: fixed receive, filter, extended frame * reorder fn in can.md, remove driver_can/Kconfig * fixed a leak when can.stop()
-
- 06 May, 2017 1 commit
-
-
Arnim Läuger 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
-
- 15 Apr, 2017 1 commit
-
-
Arnim Läuger authored
* Add gpio doc.
-
- 14 Apr, 2017 3 commits
-
-
Arnim Läuger authored
-
devsaurus authored
-
devsaurus authored
-
- 27 Mar, 2017 1 commit
-
-
Arnim Läuger authored
-
- 17 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 08 Mar, 2017 2 commits
- 07 Mar, 2017 1 commit
-
-
devsaurus authored
-
- 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
-
- 03 Jan, 2017 1 commit
-
-
Johny Mattsson authored
Addresses one point of #1615.
-
- 17 Nov, 2016 2 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
-
- 29 Sep, 2016 1 commit
-
-
Johny Mattsson authored
-
- 22 Sep, 2016 1 commit
-
-
Johny Mattsson authored
-
- 21 Sep, 2016 1 commit
-
-
Johny Mattsson authored
Heading towards having only ESP32-aware/capable code in this branch.
-
- 02 Jun, 2016 1 commit
-
-
Johny Mattsson authored
-
- 22 May, 2016 1 commit
-
-
Marcel Stör authored
-
- 18 May, 2016 2 commits
-
-
Marcel Stör authored
-
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.
-
- 16 May, 2016 1 commit
-
-
Marcel Stör authored
-
- 15 May, 2016 1 commit
-
-
devsaurus authored
-
- 14 May, 2016 2 commits
-
-
dnc40085 authored
Update descriptions of `wifi.setmode`, `wifi.sta.config` and `wifi.ap.config` to inform user of configuration persistence.
-
Marcel Stör authored
-
- 13 May, 2016 1 commit
-
-
dnc40085 authored
* Change upper limit for timer in `tmr_register` and `tmr_interval` to reflect new limit in SDK 1.5.3. * Change documentation for `tmr.alarm()`, `tmr.interval()` and `tmr.register()` to match source. * Improve error reporting to be more descriptive.
-