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
Age
Commit message (
Expand
)
Author
2021-03-14
extmod/extmod.cmake: Add modonewire.c to MICROPY_SOURCE_EXTMOD list.
Damien George
2021-03-12
esp32/machine_hw_spi: Use default pins when making SPI if none given.
Damien George
2021-03-11
esp32/Makefile: Specify port and baud on erase_flash command.
Mike Causer
2021-02-21
esp32: Define MICROPY_QSTRDEFS_PORT to include special qstrs.
Damien George
2021-02-19
esp32: Make machine.soft_reset() work in main.py and reset_cause().
Thorsten von Eicken
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
2021-02-19
esp32/boards: Enable size optimisation for builds.
Damien George
2021-02-17
extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.
Thorsten von Eicken
2021-02-15
esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h.
Thorsten von Eicken
2021-02-15
esp32/modsocket: Remove unix socket error code translation.
Thorsten von Eicken
2021-02-15
esp32: Remove obsolete IDF v3 code wrapped in MICROPY_ESP_IDF_4.
Damien George
2021-02-15
esp32: Add support to build with ESP-IDF v4.2.
Damien George
2021-02-15
esp32: Add support to build with ESP-IDF v4.1.1.
Damien George
2021-02-15
esp32/README: Update based on new IDF v4 cmake build process.
Damien George
2021-02-15
esp32/boards: Enable BLE on all boards.
Damien George
2021-02-15
esp32/boards: Remove old IDF v3 sdkconfig values.
Damien George
2021-02-15
esp32: Remove traditional "make" capability.
Damien George
2021-02-15
esp32: Add explicit initialisers to silence compiler warnings.
Damien George
2021-02-15
esp32/esp32_rmt: Don't do unnecessary check for unsigned less than zero.
Damien George
2021-02-15
esp32: Add support to build using IDF with cmake.
Damien George
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-02-04
ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.
Damien George
2021-01-23
esp32/modnetwork: Synchronize WiFi AUTH_xxx constants with IDF values.
IhorNehrutsa
2020-11-23
extmod/machine_i2c: Add init protocol method for generic I2C bindings.
Damien George
2020-11-18
esp32,esp8266: Remove "FAT" from warning message in inisetup.py.
robert
2020-11-12
esp32/machine_pin: Reset pin if init sets mode.
Jonathan Hogg
2020-10-29
esp32,unix: Support building C++ code.
stijn
2020-10-29
py/mkrules.mk: Add target for compiling C++ files.
stijn
2020-10-29
esp32/mpconfigport.h: Seed the urandom module on import.
robert
2020-10-21
esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.
Andrew Leech
2020-10-06
esp32: Use path relative to root for netutils/timeutils headers.
Damien George
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-10-01
ports: Support legacy soft I2C/SPI construction via id=-1 arg.
Damien George
2020-10-01
ports: Add SoftI2C and SoftSPI to machine module where appropriate.
Damien George
2020-10-01
extmod/machine_spi: Remove "id" arg in SoftSPI constructor.
Damien George
2020-10-01
extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.
Damien George
2020-10-01
extmod/machine_i2c: Rename type to SoftI2C and add custom print method.
Damien George
2020-09-18
all: Rename absolute time-based functions to include "epoch".
Damien George
2020-09-18
ports: Add utime.gmtime() function.
Damien George
2020-09-18
esp32/modnetwork: Re-enable PPP support for IDF-SDK >=v4.
Mirko Vogt
2020-09-18
esp32/boards/sdkconfig.base: Set default IDF log level to ERROR.
Jim Mussared
2020-09-11
esp32/mpconfigport.h: Remove duplicate uhashlib registration.
Jim Mussared
2020-09-08
esp32: Pin MicroPython and NimBLE tasks to core 0.
Jim Mussared
2020-09-08
extmod/modbluetooth: Refactor stack/hci/driver/port bindings.
Jim Mussared
2020-08-31
esp32/mphalport: Fix mp_hal_time_ns offset.
Damien George
2020-08-22
py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.
Damien George
2020-07-21
esp32/network_lan: Add support for IP101 PHY.
Kenneth Ryerson
2020-07-21
esp32/esp32_rmt: Properly fix looping behaviour of RMT.
Jonathan Hogg
2020-07-21
extmod/modussl_mbedtls: Integrate shorter error strings.
Thorsten von Eicken
[next]