aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/modesp32.c
AgeCommit message (Expand)Author
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2021-02-19esp32: Add basic support for Non-Volatile-Storage in esp32 module.Thorsten von Eicken
2021-02-19esp32: Add support to build with ESP-IDF v4.3 pre-release.Damien George
2020-10-06esp32: Use path relative to root for netutils/timeutils headers.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-23esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.Thorsten von Eicken
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-18all: Convert exceptions to use mp_raise_XXX helpers in remaining places.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-27py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects.Damien George
2019-12-20esp32/esp32_rmt: Add initial support for RMT peripheral.Matt Trentini
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2019-08-20esp32: Add esp32.Partition class to expose partition and OTA funcs.Damien George
2018-10-19esp32/modesp32: Add hall_sensor() function.Eric Poulsen
2018-07-16esp32/modesp32: Use MP_ROM_QSTR and MP_ROM_PTR in const locals dict.Damien George
2018-07-16esp32/modesp32: Add raw temperature reading to esp32 module.Jérôme Poulin
2018-05-01esp32: Add support for the esp32's ULP.Andreas Valder
2018-02-17esp32/machine_rtc: Move export declaration from .c to common .h file.Damien George
2018-02-17esp32/modesp32: Add new module "esp32" to support extra wake features.Eric Poulsen