10738 Commits (f1d91908fa427cb419d6fcd5f64f6c581a0cdd0f)
 

Author SHA1 Message Date
Jim Mussared f1882636c0 tests/run-perfbench.py: Show error when truth check fails. 5 years ago
Jim Mussared cfd17f4ebe tests/perf_bench: Add bm_fft test. 5 years ago
Jim Mussared a93495b66d docs/reference/glossary.rst: Add new terms and reduce complexity of old. 5 years ago
Damien George e0befd9e04 top: Add CODEOFCONDUCT.md document based on the PSF code of conduct. 5 years ago
Jim Mussared d5cbee3cfb esp32: Add 4.x version of IDLE WDT config. 5 years ago
Jim Mussared dc82bee298 docs/library/bluetooth: Add initial BLE documentation. 5 years ago
Jim Mussared 76f474129e extmod/modbluetooth: Use us instead of ms for advertising interval. 5 years ago
Jim Mussared b65cc387cd extmod/modbluetooth: Allow config of scan interval/window. 5 years ago
ladyada 06ae818f93 stm32/boards: Add new board ADAFRUIT_F405_EXPRESS. 5 years ago
Glenn Ruben Bakke 98c2eabaff nrf/boards: Add nrf9160 pca10090 board. 5 years ago
Glenn Ruben Bakke 82fe6b0526 nrf: Add nrf9160 base support. 5 years ago
Glenn Ruben Bakke 01a3110e36 nrf/boards: Add support for pca10059. 5 years ago
Glenn Ruben Bakke 60b0b69f20 nrf: Add tinyusb support for nrf52840. 5 years ago
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