218 Commits (3f39d18c2b884d32f0443e2e8114ff9d7a14d718)

Author SHA1 Message Date
Damien George 3f39d18c2b all: Add *FORMAT-OFF* in various places. 5 years ago
Jim Mussared a9ce8dfdaa esp32: Move to IDF 4.0 release version. 5 years ago
Damien George ad7213d3c3 py: Add mp_raise_msg_varg helper and use it where appropriate. 5 years ago
Damien George 97eca38c4f py: Add mp_raise_type helper macro and use it where appropriate. 5 years ago
Damien George 5a755ac30a esp32/modsocket: Convert EADDRINUSE error code from lwip return value. 5 years ago
Damien George f4641b2378 esp32/uart: Use core-provided mp_keyboard_interrupt, placed in IRAM. 5 years ago
Damien George 98a3911c43 py/scheduler: Add "raise_exc" argument to mp_handle_pending. 5 years ago
Jim Mussared 0645478475 esp32/Makefile: Reorder includes to build with latest toolchain. 5 years ago
David Lechner b72cb0ca1b py/mpthread.h: Use strong type for mp_thread_set_state() argument. 5 years ago
adzierzanowski a55c17dc69 esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting. 5 years ago
Jim Mussared 3032ae1155 esp32: Enable NimBLE support on all builds (IDF 3.3 and 4.0). 5 years ago
Thorsten von Eicken 6632dd3981 esp32/modmachine: Add implementation of machine.soft_reset(). 5 years ago
Damien George 99b8c1a937 esp32/Makefile: Assign result of $call to dummy var for older make. 5 years ago
Nicko van Someren 4c93955b7b py/objslice: Add support for indices() method on slice objects. 5 years ago
Damien George d97b40bdaa py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects. 5 years ago
Damien George 09376f0e47 py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 5 years ago
Jim Mussared 7ce1e0b1dc extmod/webrepl: Move webrepl scripts to common place and use manifest. 5 years ago
Matt Trentini 0e0e6132fd esp32/esp32_rmt: Add initial support for RMT peripheral. 5 years ago
Seon Rozenblum 0d82f5d8c8 esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest. 5 years ago
Damien George b47e155bd0 py/persistentcode: Add ability to relocate loaded native code. 5 years ago
Andrew Leech 9ca8a503ed esp32/boards: Enable ULP in base sdk configuration. 5 years ago
Josh Lloyd 1530fda9cf esp32/machine_rtc: Reduce memory footprint of user mem functionality. 5 years ago
Josh Lloyd ed2314f35a esp32/machine_rtc: Make RTC.memory size and availability configurable. 5 years ago
Josh Lloyd 82d358510b esp32/rtc: Set system microseconds when setting time via RTC.datetime(). 5 years ago
Jim Mussared 71299d3224 esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George 4be316fb07 esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems. 5 years ago
Damien George d01ca7888b esp32/esp32_partition: Support extended block protocol. 5 years ago
Andreas Motl d209f9ebe7 esp32: Remove unused "esponewire.c" in favour of extmod/modonewire. 5 years ago
Damien George c13f9f209d all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 5 years ago
Damien George 742030945c esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code. 5 years ago
Damien George cfe1c5abf8 extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
Mike Teachman f301170c7c esp32/machine_hw_spi: Fix exception msg when host is already in use. 5 years ago
Jim Mussared b02d7e612d extmod/modbluetooth: Rename module to "ubluetooth". 5 years ago
Damien George d2384efa80 py: Automatically provide weak links from "foo" to "ufoo" module name. 5 years ago
Jim Mussared 912892b209 esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz. 5 years ago
Jim Mussared 8ba963cfa3 tools/makemanifest.py: Eval relative paths w.r.t. current manifest file. 5 years ago
Josh Lloyd 59c1b7d4b8 esp32/boards: Split out CPU frequency config, make 160MHz the default. 5 years ago
Jeremy Herbert 7a7ee16ccf esp32/machine_uart: Add ability to invert UART pins. 5 years ago
Damien George ce1de1faf0 esp32: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Jim Mussared 4b2b05718a esp32: Run NimBLE on the app core. 5 years ago
Jim Mussared 418f12c5f5 extmod/modbluetooth: Increase maximum connections from 1 to 4. 5 years ago
Damien George d7a9388fe0 ports: Add new make target "submodules" which inits required modules. 5 years ago
Jim Mussared d5cbee3cfb esp32: Add 4.x version of IDLE WDT config. 5 years ago
Jim Mussared cd8bbf4cfc esp32/boards: Enable BLE by default when building with IDF 4.x. 5 years ago
Jim Mussared 6a9bd1c1ab esp32: Implement BLE using Nimble from IDF 4.x. 5 years ago
Damien George 917f027c0b esp32: Enable native emitter. 5 years ago
Jim Mussared c33a4cc213 esp32/Makefile: Fix printing of supported git hash. 5 years ago
Jim Mussared 62d78e231c esp32/main: Use both 3.3 and 4.0 config vars to enable SPIRAM. 5 years ago
Jim Mussared f469634c0c esp32: Add check to Makefile that the toolchain is in PATH. 5 years ago