aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06py/showbc: Fix off-by-one when showing address of unknown opcode.Milan Rossa
2019-08-06py: Allow to pass in read-only buffers to viper and inline-asm funcs.Damien George
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-08-06extmod/modlwip: Implement raw sockets for lwIP.Damien George
2019-07-31docs/library/framebuf: Add missing module reference in example code.Arsenijs
2019-07-31tests: Add tests for overriding builtins.__import__.Damien George
2019-07-31py/modio: Call mp_import_name to do resource stream import.Paul m. p. P
2019-07-31py/runtime: Allow to override builtins.__import__ with Python func.Paul m. p. P
2019-07-31py/builtinimport: Populate __file__ when importing frozen or mpy files.Paul m. p. P
2019-07-30esp32/Makefile: Include CFLAGS_EXTRA in CFLAGS definition.Damien George
2019-07-30py/objdict: Quote non-string types when used as keys in JSON output.Eric Poulsen
2019-07-26travis: Build an stm32 board with threading enabled to test it with CI.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-25py/sequence: Fix grammar in comment about equality.Yonatan Goldschmidt
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-25tools/pyboard.py: Add filesystem commands to ls/cat/cp/rm remote files.Damien George
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
2019-07-20esp32/Makefile: Fix path expansion for ESPIDF_DRIVER_O.Jim Mussared
2019-07-19windows/mpconfigport.h: Don't define restrict/inline/alignof for C++.stijn
2019-07-19esp32: Add support for hardware I2C.Damien George
2019-07-19tests/run-perfbench.py: Add --emit option to select emitter for tests.Damien George
2019-07-17stm32/boards/USBDONGLE_WB55: Add definition files for new board.Damien George
2019-07-17stm32/boards/NUCLEO_WB55: Add definition files for new board.Damien George
2019-07-17stm32/boards: Add MCU support files for STM32WB55.Damien George
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-17stm32/make-stmconst.py: Allow more variation in parens and int-suffix L.Damien George
2019-07-17stm32/boards/STM32F769DISC: Fix length of FLASH_APP section.Damien George
2019-07-17py/objstringio: Guard bytesio_stream_p struct w/ MICROPY_PY_IO_BYTESIO.Paul m. p. P
2019-07-17py/scheduler: Rename sched_stack to sched_queue.Jim Mussared
2019-07-17tests/stress/recursive_iternext.py: Increase large depth to 5000.Damien George
2019-07-17travis: Switch unix stackless build to use clang.Damien George
2019-07-16stm32/boards/B_L072Z_LRWAN1: Enable USB VCP support.Damien George
2019-07-16stm32/Makefile: Allow a board to disable float support.Damien George
2019-07-16stm32/mphalport: Fix GPIO clock enable for L0 MCUs.Damien George
2019-07-16stm32/powerctrlboot: Increase SYSCLK to 32MHz for L0 MCUs.Damien George
2019-07-16stm32: Add support for USB on L0 MCUs.Damien George
2019-07-16stm32/usbd_cdc_interface: Make CDC TX/RX buffer sizes configurable.Damien George