11378 Commits (4ede70368722f4702320412f393a7c703cdf4276)
 

Author SHA1 Message Date
Damien George 4ede703687 py/parse: Support constant folding of power operator for integers. 5 years ago
Thorsten von Eicken 40e9227733 esp32/partitions: Update comments in files regarding offset. 5 years ago
Thorsten von Eicken 952ff8a8ea esp32: Improve support for OTA updates. 5 years ago
Thorsten von Eicken 7d97d241e8 docs/library: Fix docs for machine.WDT to specify millisecond timeout. 5 years ago
Jim Mussared 309c19d39b tests/cpydiff: Add cpydiff test for __all__ used in imported package. 5 years ago
Damien George 73c58150f5 extmod/modbtree: Retain reference to underlying stream so it's not GC'd. 5 years ago
Damien George 391927c126 docs/library: Note that machine.Pin.irq's hard arg may not be supported. 5 years ago
Damien George 419d1aa617 esp8266/mpconfigport.h: Add definitions for BEGIN/END_ATOMIC_SECTION. 5 years ago
Damien George 0bd58a5613 esp8266/machine_pin: Move pin_intr_handler to iRAM, de-support hard IRQ. 5 years ago
Damien George 544c308c18 py/scheduler: Add option to wrap mp_sched_schedule in arbitrary attr. 5 years ago
Damien George 4371c971e3 travis: Make sure upstream/master exists when computing size-diff check. 5 years ago
Damien George 5c8bf12acf all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour. 5 years ago
Jim Mussared 710426024a all: Factor gchelper code to one place and use it for unix & ARM ports. 5 years ago
Jim Mussared 2e3c42775a unix: Add btstack to the unix submodules list. 5 years ago
Jim Mussared ebfd9ff2e6 extmod/modbluetooth: Fix sign compare and unused variable warnings. 5 years ago
Jim Mussared c37fd78071 lib/btstack: Update to c8b9823 for USB HCI reset timeout fix. 5 years ago
Jim Mussared af226199ea unix: Enable modbluetooth on the "dev" and "coverage" variants. 5 years ago
Jim Mussared 59a7865a7d tests/run-multitests.py: Add shortcuts for local Python instances. 5 years ago
Jim Mussared 9b06efb943 tests/multi_bluetooth/ble_gap_advertise: Fix bytes/str compare warning. 5 years ago
Jim Mussared f588138bbe tests/run-multitests.py: Allow filtering out lines from stdout. 5 years ago
Jim Mussared 7563d58210 unix: Add support for modbluetooth and BLE using btstack. 5 years ago
Jim Mussared c987adb9e9 extmod/btstack: Implement more robust init/deinit sequencing. 5 years ago
Jim Mussared 50e44f477b stm32/main: Peform a clean shutdown of btstack on soft reset. 5 years ago
Jim Mussared 8119ec0765 extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule. 5 years ago
Jim Mussared 0da47ecc93 stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports. 5 years ago
Jim Mussared cb5994d96e unix/modmachine: Add machine.idle(), implemented using sched_yield. 5 years ago
Damien George 4fa6d939d6 tests/extmod: Add btree test for errors raised by btree DB library. 5 years ago
Damien George bd6ca15444 py/modio: Allow uio.IOBase streams to return errno for read/write error. 5 years ago
Damien George e08ca78f40 py/stream: Remove mp_stream_errno and use system errno instead. 5 years ago
Jim Mussared 57fce3bdb2 py/objdict: Fix popitem for ordered dicts. 5 years ago
Jim Mussared 347c8917dc extmod/nimble: Update to work with NimBLE 1.3. 5 years ago
Jim Mussared 0dceab0ddf lib/mynewt-nimble: Update submodule to NimBLE release 1.3.0. 5 years ago
Krsna Mahapatra 0bfd55afbe README: Fix small typo, dfeault -> default. 5 years ago
stijn 84fa3312cf all: Format code to add space after C++-style comment start. 5 years ago
stijn d6243568a0 all: Remove commented-out include statements. 5 years ago
Thorsten von Eicken 1ae7e0e561 esp32: Consolidate check_esp_err functions and add IDF error string. 5 years ago
Thorsten von Eicken a177831c46 esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module. 5 years ago
Damien George 6a1c7ea815 README: Update Travis CI links to point to travis-ci.com. 5 years ago
Damien George 6e2871df59 tools/check_code_size.sh: Remove unused script. 5 years ago
Damien George 8267f0866c travis: Use tools/metrics.py to compute size diff of minimal ports. 5 years ago
Damien George 17dc86369f tools/metrics.py: Use OrderedDict when reading build log. 5 years ago
Damien George 1cc24cd39a tools/metrics.py: Don't build mpy-cross if not needed by any ports. 5 years ago
Damien George a4423570e2 tools/metrics.py: Add option to diff to error if delta above threshold. 5 years ago
Damien George 388d419ba3 py/makecompresseddata.py: Make compression deterministic. 5 years ago
Thomas Friebel 1b1ceb67b2 docs/library: Document that char_data/notify_data are also references. 5 years ago
Andrew Leech 8ee2e1fdbc stm32/mboot: Expose custom DFU USB VID/PID values at makefile level. 5 years ago
stijn 30840ebc99 all: Enable extra conversion warnings where applicable. 5 years ago
stijn f31f9a8b70 py/objint: Do not use fpclassify. 5 years ago
stijn 70affd9ba2 all: Fix implicit floating point to integer conversions. 5 years ago
stijn bcf01d1686 all: Fix implicit conversion from double to float. 5 years ago