aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-10-22py: Automatically provide weak links from "foo" to "ufoo" module name.Damien George
2019-10-22esp8266/boards: Add manifest_release.py with files for a release.Damien George
2019-10-21esp32: Add missing and necessary newline at EOF for sdkconfig.240mhz.Jim Mussared
2019-10-21unix: Allow building without a manifest.Jim Mussared
2019-10-21esp8266: Allow building without a manifest.Jim Mussared
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-21stm32/powerctrlboot: Fix config of systick IRQ priority on F0/L0/WB MCU.Damien George
2019-10-18esp32/boards: Split out CPU frequency config, make 160MHz the default.Josh Lloyd
2019-10-18esp32/machine_uart: Add ability to invert UART pins.Jeremy Herbert
2019-10-18stm32/accel: Fix Accel.read() method so it does read a byte.Damien George
2019-10-18stm32/boards: Add NADHAT_PYB405 board.Frederic.Pierson
2019-10-18stm32/accel: Add support for KXTJ3.Frederic.Pierson
2019-10-18stm32/accel: Rename MMA I2C macro constants to make it generic.Damien George
2019-10-16stm32/mpu: Save and restore the IRQ state when configuring MPU.Damien George
2019-10-15stm32/adc: Fix sampling for internal channels on H7 MCUs.iabdalkader
2019-10-15stm32/adc: Use IS_CHANNEL_INTERNAL macro to check for internal channels.iabdalkader
2019-10-15stm32/adc: Remove unused macro and channel check, and fix spacing.iabdalkader
2019-10-15stm32/adc: Update ADC driver to work with the new H7 HAL.iabdalkader
2019-10-15esp32: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
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