aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-09-11py: Fix handling of NaN in certain pow implementations.stijn
2020-09-10stm32/rtc.h: Include py/obj.h to make header self contained.Damien George
2020-09-10stm32/usb: Don't nul pyb_hid_report_desc if MICROPY_HW_USB_HID disabled.Damien George
2020-09-09nrf: Remove unnecessary includes of mpconfigport.h and its header guard.Damien George
2020-09-09nrf/main: Make mp_builtin_open signature match that in py/builtin.h.Damien George
2020-09-09mimxrt/boards: Add MIMXRT1064_EVK board.Albort Xue
2020-09-08stm32/boards/NUCLEO_WB55: Add Python helper code for rfcore.Jim Mussared
2020-09-08stm32/rfcore: Enable RX IRQ on BLE IPCC channel for better performance.Jim Mussared
2020-09-08stm32/rfcore: Refactor some helper funcs, and remove some magic numbers.Jim Mussared
2020-09-08stm32/rfcore: Fix length matching in HCI parser.Jim Mussared
2020-09-08stm32/powerctrlboot: Acquire HSEM5 on STM32WB during SystemClock_Config.Jim Mussared
2020-09-08stm32/boards/USBDONGLE_WB55: Add USE_MBOOT support.Jim Mussared
2020-09-08stm32/rfcore: Update rfcore.c to match how ST examples work.Jim Mussared
2020-09-08stm32/make-stmconst.py: Add support for WB55 header files.Jim Mussared
2020-09-08extmod/nimble: Add timeout for HCI sync on startup.Jim Mussared
2020-09-08esp32: Pin MicroPython and NimBLE tasks to core 0.Jim Mussared
2020-09-08extmod/btstack: Detect HCI UART init failure.Jim Mussared
2020-09-08stm32/mpbthciport: Increase char timeout of BT HCI UART.Andrew Leech
2020-09-08extmod/modbluetooth: Implement configuration of address modes.Jim Mussared
2020-09-08unix: Implement BLE H4 HCI UART for btstack/nimble.Jim Mussared
2020-09-08unix/Makefile: Always enable -f*-sections regardless of DEBUG setting.Jim Mussared
2020-09-08extmod/nimble: Make nimble_malloc work with allocated size.Jim Mussared
2020-09-08extmod/modbluetooth: Refactor stack/hci/driver/port bindings.Jim Mussared
2020-09-08stm32/modbluetooth_hci: Use a static mp_irq_obj_t for BT HCI UART IRQ.Jim Mussared
2020-09-08stm32/uart: Allow static IRQ handler registration.Jim Mussared
2020-09-04lib/utils/mpirq: Add mp_irq_init func, and clean up unused init method.Damien George
2020-09-04stm32/mpconfigport.h: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.Damien George
2020-09-02unix/fatfs_port: Fix month offset in timestamp calculation.Damien George
2020-09-01extmod/vfs: Add option to use 1970 as Epoch.Damien George
2020-09-01unix/modos: Support larger integer range in uos.stat fields.Damien George
2020-08-31esp32/mphalport: Fix mp_hal_time_ns offset.Damien George
2020-08-30unix/variants: Fix fast and freedos variants so they build again.Damien George
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-08-29stm32/powerctrl.h: Include stdbool.h to get definition of bool.Damien George
2020-08-28zephyr/README: Update required Zephyr version and mention new features.Damien George
2020-08-26nrf/Makefile: Improve user C modules support.Roberto Colistete Jr
2020-08-22py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.Damien George
2020-08-22unix/fatfs_port: Implement get_fattime.Damien George
2020-08-21stm32/pin_defs_stm32: Fix pin printing to show IN mode correctly.Dave Hylands
2020-08-21zephyr: Include storage/flash_map.h unconditionally.Maureen Helm
2020-07-25stm32/usbdev: Fix calculation of SCSI LUN size with multiple LUNs.Damien George
2020-07-22nrf: Enable more features for all targets.Glenn Ruben Bakke
2020-07-22nrf: Split mpconfigport.h into multiple files.Glenn Ruben Bakke
2020-07-21lib/libm_dbl: Add round.c source code.Zoltán Vörös
2020-07-21esp32/network_lan: Add support for IP101 PHY.Kenneth Ryerson
2020-07-21esp32/esp32_rmt: Properly fix looping behaviour of RMT.Jonathan Hogg
2020-07-21extmod/modussl_mbedtls: Integrate shorter error strings.Thorsten von Eicken
2020-07-18unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive.Jim Mussared
2020-07-16nrf: Add board definition for nRF52840-MDK-USB-Dongle.Matt Trentini
2020-07-16nrf/boards: Enable RTCounter machine module for nrf9160 boards.Glenn Ruben Bakke