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