- 29 Jul, 2021 1 commit
-
-
Johny Mattsson authored
I2S constants have changed; docs updated.
-
- 15 Jul, 2021 1 commit
-
-
Johny Mattsson authored
Yet to come: - part 2: dealing with deprecated and removed APIs - part 3: making it actually work again
-
- 02 Apr, 2021 1 commit
-
-
Marcel Stör authored
-
- 22 Jul, 2019 1 commit
-
-
Johny Mattsson authored
* Port LFS from ESP8266 to ESP32
-
- 15 Jan, 2019 1 commit
-
-
Javier Peletier authored
-
- 04 Nov, 2018 1 commit
-
-
devsaurus authored
-
- 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
-
- 19 Apr, 2017 1 commit
-
-
Arnim Läuger authored
* use fwrite() instead of printf() for printing strings from Lua Fixes #1914.
-
- 29 Mar, 2017 1 commit
-
-
Johny Mattsson authored
The IDF has dropped BUFSIZ to 128, which is not a good thing for our Lua.
-
- 27 Nov, 2016 1 commit
-
-
Johny Mattsson authored
-
- 16 Nov, 2016 1 commit
-
-
Johny Mattsson authored
-
- 04 Oct, 2016 2 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
-
- 26 Sep, 2016 1 commit
-
-
Johny Mattsson authored
node.dsleep() no longer takes options. node.output() not yet supported (needs syscall registration/chaining support) Dynamic CPU frequency changing not currently supported in the IDF. Various chip IDs not currently available/obtainable. Boot reason completely revamped in ESP32, will need new code.
-
- 22 Sep, 2016 1 commit
-
-
Johny Mattsson authored
It would appear my ESP3212 only has a 2MB flash chip despite the bootloader saying 4MB.
-
- 21 Sep, 2016 2 commits
-
-
Johny Mattsson authored
Also included the recent LVM fix. Platform flash layer not yet functional.
-
Johny Mattsson authored
Heading towards having only ESP32-aware/capable code in this branch.
-
- 20 Sep, 2016 2 commits
-
-
Johny Mattsson authored
Build for ESP32 on Travis.
-
Johny Mattsson authored
RTOS driver evicted as it did not play nice with stdio etc. Implemented a minimal driver to fully support Lua console on UART0. Output on UART0 done via stdout (provided by the IDF). Input and setup handled via driver_console/console.c. In addition to the direct input function console_getc(), the driver also registers in the syscall tables to enable regular stdio input functions to work (yay!). The Lua VM is still using the direct interface since it's less overhead, but does also work when going through stdin/fd 0. Auto-bauding on the console is not yet functional; revisit when the UART docs are available. Module registration/linking/enabling moved over to be Kconfig based. See updates to base_nodemcu/include/module.h and base_nodemcu/Kconfig for details. The sdk-overrides directory/approach is no longer used. The IDF is simply too different to the old RTOS SDK - we need to adapt our code directly instead. Everything in app/ is now unused, and will need to be gradually migrated into components/ though it is probably better to migrate straight from the latest dev branch.
-
- 16 Sep, 2016 1 commit
-
-
Johny Mattsson authored
Currently the UART driver break boot (or at least output).
-