10675 Commits (1571120dc2c32d1eff451d6d52fde38dbec1d114)
 

Author SHA1 Message Date
Glenn Ruben Bakke 1571120dc2 nrf/device: Correct SPIM3 IRQ handler entry for nrf52840. 5 years ago
Damien George 79ab82ea77 esp8266/modules/ntptime.py: Always close socket, and set day-of-week. 5 years ago
Jim Mussared 580a2656d1 stm32: Use hardware double sqrt on F7/H7 MCUs. 5 years ago
Andrey Belykh 305f537bf9 stm32/sdcard: Support boards with no SD card detect pin. 5 years ago
Mike Causer 3117fde407 travis: Add esp8266 GENERIC_512K build to CI. 5 years ago
Mike Causer 53a9b45da1 esp8266: Add per-board configs, following other ports. 5 years ago
Damien George 2863dcdf4f nrf: Add support to activate MICROPY_PY_SYS_STDFILES. 5 years ago
Andrew Leech 04fe62d06f stm32/mboot: Add option to automatically reset when USB is disconnected. 5 years ago
Jim Mussared fa23033fc4 travis: Add BLE submodules to ESP32 IDF4 build. 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
Jim Mussared 902bb4ceae stm32: Extract port-specific Nimble implementation. 5 years ago
Damien George 4a6974bea5 stm32/boards/PYBD_SF2: Put nimble library in external QSPI XIP flash. 5 years ago
Martin Fischer a0ce01f62e stm32/usbdev: Fix compile error if MICROPY_HW_USB_CDC_NUM is set to 2. 5 years ago
Damien George deef6f3718 travis: Build unix nanbox with PYTHON=python2. 5 years ago
Damien George 1d21b4e7d1 mpy-cross: Enable Xtensa-Windowed native emitter. 5 years ago
Damien George 917f027c0b esp32: Enable native emitter. 5 years ago
Damien George 9adedce42e py: Add new Xtensa-Windowed arch for native emitter. 5 years ago
Damien George f7ddc94166 py/asmxtensa: Add support for Xtensa with windowed registers. 5 years ago
Damien George 306ec5369a py/emitnative: Add support for archs that cannot read executable data. 5 years ago
Damien George 3504edc804 py/emitnative: Add support for using setjmp with native emitter. 5 years ago
Damien George 4107597b84 py/emitnative: Add support for archs with windowed registers. 5 years ago
Damien George 27fe84e661 tests/basics: Add test for throw into yield-from with normal return. 5 years ago
Damien George 809d89c794 py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from. 5 years ago
Damien George 82c494a97e py/vm: Fix handling of unwind jump out of active finally. 5 years ago
Chris Mason 0096041c99 stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs. 5 years ago
Jim Mussared a09fd04758 py/makeqstrdefs.py: Remove unused blacklist. 5 years ago
Jim Mussared 4ddd46e6cf docs/develop/qstr.rst: Add documentation for string interning. 5 years ago
Petr Viktorin 25a9bccdee py/compile: Disallow 'import *' outside module level. 5 years ago
Damien George 26e90a0514 stm32/boards: Enable MICROPY_HW_RTC_USE_LSE on L4 boards. 5 years ago
hahmadi 266146ad64 stm32/system_stm32: Support selection of HSE and LSI on L4 MCUs. 5 years ago
roland van straten a069340c1e nrf/main: Update the way the LED is used on startup. 5 years ago
roland van straten 226399bcef nrf/led: Expose public API for LED manipulation. 5 years ago
Glenn Ruben Bakke cf383412ef nrf/flash: Update flash driver to use nrfx_nvmc driver. 6 years ago
Glenn Ruben Bakke c561ae61a1 nrf/uart: Add support for UARTE (EasyDMA). 6 years ago
Glenn Ruben Bakke 02a8c31eef nrf/temp: Move module configuration guard. 6 years ago
Glenn Ruben Bakke d2e730b727 nrf/i2c: Add support for TWIM (EasyDMA). 6 years ago
Damien George 4102320e90 tests/basics: Add test for getting name of func with closed over locals. 5 years ago
Damien George 1d0423419b py/bc: Don't include mp_decode_uint funcs when not needed. 5 years ago
Damien George fd9b7efe39 minimal/frozentest.mpy: Update due to change in bytecode. 5 years ago
Damien George c8c0fd4ca3 py: Rework and compress second part of bytecode prelude. 5 years ago
Damien George b5ebfadbd6 py: Compress first part of bytecode prelude. 5 years ago
Damien George 81d04a0200 py: Add n_state to mp_code_state_t struct. 5 years ago
Damien George 4c5e1a0368 py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx. 5 years ago
Damien George 1d7afcce49 py/bc: Remove comments referring to obsolete currently_in_except_block. 5 years ago
Jim Mussared fafa9d35dd stm32/boards/PYBD: Enable BLE for Pyboard D. 5 years ago
Jim Mussared 6f35f214d3 stm32/mpconfigport.h: Add modbluetooth module to stm32. 5 years ago
Andrew Leech eb1b6858a2 extmod/modbluetooth: Allow MP_BLUETOOTH_MAX_ATTR_SIZE in board config. 5 years ago
Andrew Leech 5dc592d117 extmod/modbluetooth_nimble: Use random addr if public isn't available. 5 years ago
Jim Mussared 497dae45e7 extmod/modbluetooth_nimble: Implement modbluetooth API with Nimble. 5 years ago