11389 Commits (f2218c2fbdf3d5267a6d116a980a67b22c58c4b6)
 

Author SHA1 Message Date
Damien George f2218c2fbd esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM. 5 years ago
Damien George caa7725642 esp8266/boards: Move py/pairheap.c code from iRAM to iROM. 5 years ago
Damien George e12de1fd9d esp8266: Clean up Pin intr handler by moving all code to machine_pin.c. 5 years ago
Damien George f792e6c283 py/scheduler: Convert mp_sched_full and mp_sched_num_pending to macros. 5 years ago
robert 0f83ef395c extmod/vfs_lfsx: Fix rename to respect cur dir for new path. 5 years ago
robert d3ea28d04a extmod/vfs_lfsx: Normalize path name in chdir. 5 years ago
robert a5ea4b9f3f extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir. 5 years ago
Damien George 037c83b0ed tests/multi_bluetooth: Fix typo printing wrong IRQ type. 5 years ago
Damien George e2def200bf stm32/boards/PYBD_SF2: Put BTstack library in external QSPI XIP flash. 5 years ago
Maureen Helm 25434e976b zephyr: Use zephyr build system to merge configurations. 5 years ago
yangfl 138a28dc07 tests/thread/thread_stacksize1.py: Increase stack size for CPython. 5 years ago
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