aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-09-03windows/msvc: Treat compiler warnings as errors.stijn
2019-09-03docs/library/pyb.DAC.rst: Correct frequency for triangle mode output.Jim Mussared
2019-09-03esp32/Makefile: Fix subst->patsubst in ESPIDF_BOOTLOADER_SUPPORT_O.Jim Mussared
2019-08-30esp8266: Put new profile code in iROM.Damien George
2019-08-30py: Integrate sys.settrace feature into the VM and runtime.Milan Rossa
2019-08-29stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs.Damien George
2019-08-28nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars.Damien George
2019-08-28esp32: Add 'config' function to network.LAN, reusing network.WLAN.Eric Poulsen
2019-08-28stm32/extint: Fix EXTI mapping of PVD and RTC events for H7 MCUs.iabdalkader
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-08-28unix/main: Only accept full emit cmd-line options if native enabled.Damien George
2019-08-28stm32/boards/PYBD_SF2: Exclude certain things when building mboot.Damien George
2019-08-28stm32/mboot/Makefile: Define "BUILDING_MBOOT" when building mboot.Damien George
2019-08-28stm32/mphalport: Put PYBD specific MAC code in board specific file.Damien George
2019-08-21esp8266/machine_uart: Allow remapping UART TX/RX pins from 1/3 to 15/13.Damien George
2019-08-20samd: Add minimum config for Atmel SAMD21-XPLAINED-PRO board.roland van straten
2019-08-20esp32: Add esp32.Partition class to expose partition and OTA funcs.Damien George
2019-08-20qemu-arm: Add testing of frozen native modules.Jim Mussared
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-08-16stm32/i2c: Fix generation of restart condition for hw I2C on F0/F7.Damien George
2019-08-16samd/boards: Add Mini SAM M4 board configuration.Jim Mussared
2019-08-16samd/boards: Add Adafruit Feather M0 Express board configuration.Jim Mussared
2019-08-16samd: Make common linker scripts, rename board.mk to mpconfigboard.mk.Jim Mussared
2019-08-16esp32: Add per-board configs, following other ports.Jim Mussared
2019-08-16gitignore: Put build-*/ pattern in top-level gitignore file.Damien George
2019-08-15esp32/modules: On initial setup mount internal flash at root.Damien George
2019-08-15unix: Enable sys.atexit, triggered after the main script ends.Milan Rossa
2019-08-15esp32: Add support for mDNS queries and responder.Damien George
2019-08-15stm32/usbd: Make USB device FIFO sizes dynamically configurable.Damien George
2019-08-15stm32/boards/NUCLEO_L432KC: Add config for USB VCP support.Damien George
2019-08-15stm32/usbd: Support USB device mode on STM32L432 MCUs.Damien George
2019-08-15stm32/usbd: Introduce MICROPY_HW_USB_IS_MULTI_OTG to simplify USB configDamien George
2019-08-15stm32/modpyb: Support building with PY_PYB_LEGACY on and HW_USB_HID off.Damien George
2019-08-14esp32/network_ppp: Add authentication support to the PPP interface.Kenta IDA
2019-08-08stm32/sdcard: Support configuring the SD/MMC bus width to 1 or 4 bits.Chris Wilson
2019-08-06esp8266/mpconfigport.h: Enable lwIP raw sockets.Damien George
2019-08-06stm32/mpconfigport.h: Enable lwIP raw sockets.Damien George
2019-08-06stm32/lwip_inc: Enable raw socket type.Damien George
2019-07-30esp32/Makefile: Include CFLAGS_EXTRA in CFLAGS definition.Damien George
2019-07-26stm32/usbd_hid_interface: Include extra header to build with threading.Damien George
2019-07-25stm32/boards/xxx_WB55: Enable USB HID now that it works on WB MCUs.Damien George
2019-07-25stm32/usbd_hid_interface: Rewrite USB HID interface code.Damien George
2019-07-25stm32/dma: Fix re-start of DMA stream by clearing all event flags.Damien George
2019-07-25stm32/boards/NUCLEO_F722ZE: Add definition files for new board.badlyby
2019-07-25stm32/boards/stm32f722.ld: Provide memory regions for internal FS.badlyby
2019-07-25stm32/flashbdev: Support internal filesystem on STM32F722/23/32/33.badlyby
2019-07-25esp32: Pin MicroPython tasks to a specific core.Amir Gonnen
2019-07-20esp32/Makefile: Simplify include of IDF source by using wildcards.Damien George
2019-07-20esp32/Makefile: Put OBJ and LIB rule additions in gen_espidf_lib_rule.Damien George