aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-05-27powerpc: Set better default compiler.Joel Stanley
2020-05-27powerpc: Fix Makefile rule when linking.Joel Stanley
2020-05-27mimxrt/boards: Add MIMXRT1060_EVK board.Albort Xue
2020-05-27esp8266/esppwm: Fix PWM glitch when setting duty on different channel.Olivier Ortigues
2020-05-16unix/main: Enter REPL when inspect active, even with stdin redirected.Yu-Ming Chang
2020-05-15nrf: Add openocd as a supported flasher.Jim Mussared
2020-05-15nrf: Update to work with nrfx v2.0.0, to match TinyUSB.Jim Mussared
2020-05-15nrf/mphalport: Remove need for "syntax unified" in mp_hal_delay_us.Damien George
2020-05-15nrf/Makefile: Don't use -fno-builtin for Cortex-M0 builds.Damien George
2020-05-15stm32/boards: Add board config for Nucleo-F412ZG development board.Thomas Roberts
2020-05-15stm32: Add support for F412 MCUs.Thomas Roberts
2020-05-14esp8266/boards: Allow configuring btree/FAT/LFS2 support when building.Rafael Römhild
2020-05-11extmod/modbluetooth: Add support for changing the GAP device name.Damien George
2020-05-11stm32/README: Reorg DFU flashing instructions with addition for PYBD.Thorsten von Eicken
2020-05-09esp32/modsocket: Fix getaddrinfo to raise on error.Thorsten von Eicken
2020-05-08esp8266/uart: Move a few functions from iRAM to iROM.Damien George
2020-05-08esp8266/esp_mphal: Move most functions in esp_mphal.c from iRAM to iROM.Damien George
2020-05-08esp8266/boards: Move py/pairheap.c code from iRAM to iROM.Damien George
2020-05-08esp8266: Clean up Pin intr handler by moving all code to machine_pin.c.Damien George
2020-05-05stm32/boards/PYBD_SF2: Put BTstack library in external QSPI XIP flash.Damien George
2020-05-05zephyr: Use zephyr build system to merge configurations.Maureen Helm
2020-05-03esp32/partitions: Update comments in files regarding offset.Thorsten von Eicken
2020-05-03esp32: Improve support for OTA updates.Thorsten von Eicken
2020-04-30esp8266/mpconfigport.h: Add definitions for BEGIN/END_ATOMIC_SECTION.Damien George
2020-04-30esp8266/machine_pin: Move pin_intr_handler to iRAM, de-support hard IRQ.Damien George
2020-04-30all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour.Damien George
2020-04-29all: Factor gchelper code to one place and use it for unix & ARM ports.Jim Mussared
2020-04-29unix: Add btstack to the unix submodules list.Jim Mussared
2020-04-29extmod/modbluetooth: Fix sign compare and unused variable warnings.Jim Mussared
2020-04-29unix: Enable modbluetooth on the "dev" and "coverage" variants.Jim Mussared
2020-04-29unix: Add support for modbluetooth and BLE using btstack.Jim Mussared
2020-04-29stm32/main: Peform a clean shutdown of btstack on soft reset.Jim Mussared
2020-04-29extmod/modbluetooth: Don't hold atomic section during mp_sched_schedule.Jim Mussared
2020-04-29stm32/Makefile: Rename SRC_LIB to LIB_SRC_C to match other ports.Jim Mussared
2020-04-29unix/modmachine: Add machine.idle(), implemented using sched_yield.Jim Mussared
2020-04-27py/stream: Remove mp_stream_errno and use system errno instead.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-23all: Remove commented-out include statements.stijn
2020-04-23esp32: Consolidate check_esp_err functions and add IDF error string.Thorsten von Eicken
2020-04-23esp32/modesp32: Add idf_heap_info(capabilities) to esp32 module.Thorsten von Eicken
2020-04-18stm32/mboot: Expose custom DFU USB VID/PID values at makefile level.Andrew Leech
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2020-04-18all: Fix implicit floating point to integer conversions.stijn
2020-04-18all: Fix implicit conversion from double to float.stijn
2020-04-18all: Fix implicit floating point promotion.stijn
2020-04-18Revert "all: Fix implicit casts of float/double, and signed comparison."stijn
2020-04-16stm32/mboot/README: Clarify that mboot can access FAT formatted FS only.Martin Fischer
2020-04-16stm32/storage: Fix start address of second, internal block device.Martin Fischer
2020-04-14esp32: Update to ESP IDF v3.3.2.Damien George
2020-04-13all: Clean up error strings to use lowercase and change cannot to can't.Damien George