aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-10-15stm32: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15esp8266: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15unix: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15esp32: Run NimBLE on the app core.Jim Mussared
2019-10-15extmod/modbluetooth: Increase maximum connections from 1 to 4.Jim Mussared
2019-10-15ports: Add new make target "submodules" which inits required modules.Damien George
2019-10-15minimal/frozentest.mpy: Recompile now that mpy format changed.Damien George
2019-10-11esp32: Add 4.x version of IDLE WDT config.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-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-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-05esp32: Enable native emitter.Damien George
2019-10-04stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs.Chris Mason
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-01minimal/frozentest.mpy: Update due to change in bytecode.Damien George
2019-10-01py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx.Damien George
2019-10-01stm32/boards/PYBD: Enable BLE for Pyboard D.Jim Mussared
2019-10-01stm32/mpconfigport.h: Add modbluetooth module to stm32.Jim Mussared
2019-10-01unix/coverage: Add coverage tests for ringbuf.Jim Mussared
2019-10-01stm32: Provide port-specific implementation for Nimble on STM32.Jim Mussared
2019-09-27stm32/uart: Add RTS/CTS pin configuration support to UART4.Andrew Leech
2019-09-26stm32/powerctrlboot: Add support for HSI at 8MHz on F0 MCUs.Chris Mason
2019-09-26stm32/powerctrlboot: Fix clock and PLL selection for HSI48 on F0 MCUs.Chris Mason
2019-09-26stm32: Support disabling the compiler.Damien George
2019-09-26minimal/frozentest: Recompile now that mpy version has changed.Damien George
2019-09-26py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.Josh Lloyd
2019-09-26stm32/usbd_cdc_interface: Add CTS flow control option for USB VCP.Andrew Leech
2019-09-23stm32/can: Guard header file by MICROPY_HW_ENABLE_CAN.Damien George
2019-09-23stm32: Use mp_printf with MICROPY_ERROR_PRINTER for uncaught exceptions.Damien George