aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32
AgeCommit message (Expand)Author
2020-02-11esp32/modsocket: Convert EADDRINUSE error code from lwip return value.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
2020-02-04esp32/Makefile: Reorder includes to build with latest toolchain.Jim Mussared
2020-01-29py/mpthread.h: Use strong type for mp_thread_set_state() argument.David Lechner
2020-01-22esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.adzierzanowski
2020-01-15esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0).Jim Mussared
2020-01-12esp32/modmachine: Add implementation of machine.soft_reset().Thorsten von Eicken
2020-01-06esp32/Makefile: Assign result of $call to dummy var for older make.Damien George
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-12-27py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects.Damien George
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2019-12-20extmod/webrepl: Move webrepl scripts to common place and use manifest.Jim Mussared
2019-12-20esp32/esp32_rmt: Add initial support for RMT peripheral.Matt Trentini
2019-12-19esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest.Seon Rozenblum
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-12-05esp32/boards: Enable ULP in base sdk configuration.Andrew Leech
2019-11-21esp32/machine_rtc: Reduce memory footprint of user mem functionality.Josh Lloyd
2019-11-21esp32/machine_rtc: Make RTC.memory size and availability configurable.Josh Lloyd
2019-11-13esp32/rtc: Set system microseconds when setting time via RTC.datetime().Josh Lloyd
2019-11-11esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB.Jim Mussared
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-11-06esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems.Damien George
2019-11-06esp32/esp32_partition: Support extended block protocol.Damien George
2019-11-05esp32: Remove unused "esponewire.c" in favour of extmod/modonewire.Andreas Motl
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George
2019-11-04esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-23esp32/machine_hw_spi: Fix exception msg when host is already in use.Mike Teachman
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-21esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz.Jim Mussared
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-18esp32/boards: Split out CPU frequency config, make 160MHz the default.Josh Lloyd
2019-10-18esp32/machine_uart: Add ability to invert UART pins.Jeremy Herbert
2019-10-15esp32: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15esp32: Run NimBLE on the app core.Jim Mussared
2019-10-15extmod/modbluetooth: Increase maximum connections from 1 to 4.Jim Mussared
2019-10-15ports: Add new make target "submodules" which inits required modules.Damien George
2019-10-11esp32: Add 4.x version of IDLE WDT config.Jim Mussared
2019-10-08esp32/boards: Enable BLE by default when building with IDF 4.x.Jim Mussared
2019-10-08esp32: Implement BLE using Nimble from IDF 4.x.Jim Mussared
2019-10-05esp32: Enable native emitter.Damien George
2019-09-20esp32/Makefile: Fix printing of supported git hash.Jim Mussared
2019-09-18esp32/main: Use both 3.3 and 4.0 config vars to enable SPIRAM.Jim Mussared
2019-09-17esp32: Add check to Makefile that the toolchain is in PATH.Jim Mussared
2019-09-17esp32: Add check to Makefile for pyparsing version.Jim Mussared
2019-09-17esp32: Support building with ESP IDF 4.0-beta1.Jim Mussared
2019-09-12esp32/Makefile: Add SDKCONFIG_H to QSTR_GLOBAL_REQUIREMENTS.Damien George
2019-09-10esp32/modules/inisetup.py: Use bdev.ioctl instead of bdev.SEC_SIZE.Damien George