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