aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-11extmod/modbluetooth: Use us instead of ms for advertising interval.Jim Mussared
2019-10-11extmod/modbluetooth: Allow config of scan interval/window.Jim Mussared
2019-10-11stm32/boards: Add new board ADAFRUIT_F405_EXPRESS.ladyada
2019-10-10nrf/boards: Add nrf9160 pca10090 board.Glenn Ruben Bakke
2019-10-10nrf: Add nrf9160 base support.Glenn Ruben Bakke
2019-10-10nrf/boards: Add support for pca10059.Glenn Ruben Bakke
2019-10-10nrf: Add tinyusb support for nrf52840.Glenn Ruben Bakke
2019-10-10nrf/device: Correct SPIM3 IRQ handler entry for nrf52840.Glenn Ruben Bakke
2019-10-10esp8266/modules/ntptime.py: Always close socket, and set day-of-week.Damien George
2019-10-10stm32: Use hardware double sqrt on F7/H7 MCUs.Jim Mussared
2019-10-10stm32/sdcard: Support boards with no SD card detect pin.Andrey Belykh
2019-10-10travis: Add esp8266 GENERIC_512K build to CI.Mike Causer
2019-10-10esp8266: Add per-board configs, following other ports.Mike Causer
2019-10-08nrf: Add support to activate MICROPY_PY_SYS_STDFILES.Damien George
2019-10-08stm32/mboot: Add option to automatically reset when USB is disconnected.Andrew Leech
2019-10-08travis: Add BLE submodules to ESP32 IDF4 build.Jim Mussared
2019-10-08esp32/boards: Enable BLE by default when building with IDF 4.x.Jim Mussared
2019-10-08esp32: Implement BLE using Nimble from IDF 4.x.Jim Mussared
2019-10-08stm32: Extract port-specific Nimble implementation.Jim Mussared
2019-10-05stm32/boards/PYBD_SF2: Put nimble library in external QSPI XIP flash.Damien George
2019-10-05stm32/usbdev: Fix compile error if MICROPY_HW_USB_CDC_NUM is set to 2.Martin Fischer
2019-10-05travis: Build unix nanbox with PYTHON=python2.Damien George
2019-10-05mpy-cross: Enable Xtensa-Windowed native emitter.Damien George
2019-10-05esp32: Enable native emitter.Damien George
2019-10-05py: Add new Xtensa-Windowed arch for native emitter.Damien George
2019-10-05py/asmxtensa: Add support for Xtensa with windowed registers.Damien George
2019-10-05py/emitnative: Add support for archs that cannot read executable data.Damien George
2019-10-05py/emitnative: Add support for using setjmp with native emitter.Damien George
2019-10-05py/emitnative: Add support for archs with windowed registers.Damien George
2019-10-04tests/basics: Add test for throw into yield-from with normal return.Damien George
2019-10-04py/runtime: Fix PEP479 behaviour throwing StopIteration into yield from.Damien George
2019-10-04py/vm: Fix handling of unwind jump out of active finally.Damien George
2019-10-04stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs.Chris Mason
2019-10-04py/makeqstrdefs.py: Remove unused blacklist.Jim Mussared
2019-10-04docs/develop/qstr.rst: Add documentation for string interning.Jim Mussared
2019-10-04py/compile: Disallow 'import *' outside module level.Petr Viktorin
2019-10-04stm32/boards: Enable MICROPY_HW_RTC_USE_LSE on L4 boards.Damien George
2019-10-04stm32/system_stm32: Support selection of HSE and LSI on L4 MCUs.hahmadi
2019-10-02nrf/main: Update the way the LED is used on startup.roland van straten
2019-10-02nrf/led: Expose public API for LED manipulation.roland van straten
2019-10-02nrf/flash: Update flash driver to use nrfx_nvmc driver.Glenn Ruben Bakke
2019-10-02nrf/uart: Add support for UARTE (EasyDMA).Glenn Ruben Bakke
2019-10-02nrf/temp: Move module configuration guard.Glenn Ruben Bakke
2019-10-02nrf/i2c: Add support for TWIM (EasyDMA).Glenn Ruben Bakke
2019-10-01tests/basics: Add test for getting name of func with closed over locals.Damien George
2019-10-01py/bc: Don't include mp_decode_uint funcs when not needed.Damien George
2019-10-01minimal/frozentest.mpy: Update due to change in bytecode.Damien George
2019-10-01py: Rework and compress second part of bytecode prelude.Damien George
2019-10-01py: Compress first part of bytecode prelude.Damien George
2019-10-01py: Add n_state to mp_code_state_t struct.Damien George