aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/mpconfigport.h
AgeCommit message (Expand)Author
2021-04-15esp32: Add initial support for ESP32S2 SoCs.Damien George
2021-04-09esp32: Enable btree module.Damien George
2021-02-15esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h.Thorsten von Eicken
2021-02-15esp32: Remove obsolete IDF v3 code wrapped in MICROPY_ESP_IDF_4.Damien George
2021-02-15esp32/boards: Enable BLE on all boards.Damien George
2021-02-04all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.Damien George
2021-02-04ports: Remove def of MP_PLAT_PRINT_STRN if it's the same as the default.Damien George
2020-10-29esp32/mpconfigport.h: Seed the urandom module on import.robert
2020-10-21esp32/mpconfigport.h: Enable MICROPY_PY_DELATTR_SETATTR.Andrew Leech
2020-10-01extmod/machine_spi: Remove "id" arg in SoftSPI constructor.Damien George
2020-10-01extmod/machine_i2c: Remove "id" arg in SoftI2C constructor.Damien George
2020-09-11esp32/mpconfigport.h: Remove duplicate uhashlib registration.Jim Mussared
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-04-09py/objexcept: Remove optional TimeoutError exception.Damien George
2020-03-26esp32: Enable and freeze uasyncio.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-07esp32/uart: Use core-provided mp_keyboard_interrupt, placed in IRAM.Damien George
2020-02-07py/scheduler: Add "raise_exc" argument to mp_handle_pending.Damien George
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-10-22extmod/modbluetooth: Rename module to "ubluetooth".Jim Mussared
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-10-08esp32: Implement BLE using Nimble from IDF 4.x.Jim Mussared
2019-10-05esp32: Enable native emitter.Damien George
2019-09-17esp32: Support building with ESP IDF 4.0-beta1.Jim Mussared
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-08-16esp32: Add per-board configs, following other ports.Jim Mussared
2019-08-15esp32: Add support for mDNS queries and responder.Damien George
2019-07-19esp32: Add support for hardware I2C.Damien George
2019-06-03esp32: Add machine.SDCard class using built-in HW SD/MMC controller.Nicko van Someren
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt
2019-01-28esp32/machine_timer: Deinit all active timers on soft reset.Damien George
2018-07-03esp32: Allow to build with uPy floats disabled.Damien George
2018-07-02ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.Damien George
2018-06-27esp32/mpconfigport.h: Enable ucryptolib module.Damien George
2018-06-12esp32: Remove port-specific uhashlib implementation and use common one.Damien George
2018-06-12ports: Enable IOBase on unix, stm32, esp8266 and esp32.Damien George
2018-06-08ports: Enable descriptors on stm32, esp8266, esp32 ports.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-04-27esp32/mpconfigport: Enable webrepl module and socket events.Damien George
2018-04-27esp32/modsocket: Add support for registering socket event callbacks.Damien George
2018-04-27esp32: Add support for and enable uos.dupterm().Damien George
2018-03-10drivers/bus: Pull out software SPI implementation to dedicated driver.Damien George
2018-02-21ports: Enable ucollections.deque on relevant ports.Damien George
2018-02-17esp32/modesp32: Add new module "esp32" to support extra wake features.Eric Poulsen
2017-12-13esp32/mpconfigport.h: Enable websocket module.Damien George
2017-12-13esp32/mpconfigport.h: Enable ussl finaliser.Damien George