aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-18esp32/README: Add info about pyparsing and the correct Python version.Damien George
2019-04-18docs/cmodules: Note the various ways MODULE_EXAMPLE_ENABLED can be set.Daniel O'Connor
2019-04-16extmod/modurandom: Add init method to seed the Yasmarang generator.Léa Saviot
2019-04-15docs/cmodules: Fix example to globally define MODULE_EXAMPLE_ENABLED.Daniel O'Connor
2019-04-15stm32/timer: Correctly initialise extended break settings on F7/H7/L4.Damien George
2019-04-15py/runtime: Fix mp_unpack_ex so seq can't be reclaimed by GC during use.Damien George
2019-04-15py/objset: Remove unused forward declaration and clean up whitespace.Damien George
2019-04-15py/runtime: Optimise to not create temp float for int to power negative.Damien George
2019-04-12py/makedefs: Use io.open with utf-8 encoding when processing source.Damien George
2019-04-12stm32/rtc: Remove non-ASCII mu-character from source code comment.Damien George
2019-04-11zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe.Damiano Mazzella
2019-04-11stm32/rtc: Remove unused LSE detection code.Damien George
2019-04-11stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI.Damien George
2019-04-11extmod/modlwip: Abort TCP conns that didn't close cleanly in a while.Damien George
2019-04-09stm32/boards/NUCLEO_L432KC: Disable complex nos and default frozen mods.Damien George
2019-04-08tools/mpy-tool.py: Fix init of QStrWindow, and remove unused variable.Damien George
2019-04-08stm32/boards/NUCLEO_H743ZI: Add config options to support mboot.Damien George
2019-04-08stm32/mboot: Add support for H7 MCUs, with H743 flash layout.Damien George
2019-04-08stm32/usbd_conf: Add support for USB HS peripheral on H7 MCUs.Damien George
2019-04-08stm32/i2cslave: Add support for H7 MCUs.Damien George
2019-04-08tools/mpy-tool.py: Adjust use of super() to make it work with Python 2.Damien George
2019-04-05stm32/network_wiznet5k: Automatically set MAC if device doesn't have oneDamien George
2019-04-05stm32/network_wiznet5k: Add ability to set the MAC address.Damien George
2019-04-05stm32/network_wiznet5k: Add ability to trace Ethernet TX and RX frames.Damien George
2019-04-05esp32/boards/sdkconfig: Disable WDT check of idle task on CPU1.Damien George
2019-04-04tests/run-tests: Ignore exception in process kill when ending repl test.stijn
2019-04-03extmod/modlwip: Use correct listening socket object in accept callback.Damien George
2019-04-01nrf/Makefile: Update to match latest oofatfs version.Glenn Ruben Bakke
2019-04-01stm32/moduos: Allow to compile again without USB enabled.Damien George
2019-04-01lib/stm32lib: Update library to fix F7 MMC capacity calculation.Damien George
2019-04-01stm32: Add support for MMC driver, exposed via pyb.MMCard class.Damien George
2019-04-01stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.Damien George
2019-04-01stm32/uart: Handle correctly the char overrun case of RXNE=0 and ORE=1.Damien George
2019-04-01extmod/modlwip: Free any stored incoming bufs/connections on TCP error.Damien George
2019-04-01extmod/modlwip: Protect socket.accept with lwIP concurrency lock.Damien George
2019-04-01extmod/modlwip: Handle case of accept callback called with null PCB.Damien George
2019-04-01extmod/modlwip: Handle case of connection closing while on accept queue.Damien George
2019-04-01stm32/timer: Expose the PWM BRK capability of Timer 1 and 8.roland van straten
2019-04-01stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.Andrew Leech
2019-03-29docs/develop: Remove paragraph that was copied in error from other doc.Damien George
2019-03-29stm32/Makefile: Allow to override CROSS_COMPILE with included Makefile.Boris Vinogradov
2019-03-28stm32/boards/STM32L476DISC: Enable servo support on STM32L476DISC board.Boris Vinogradov
2019-03-28docs/esp32: Add example for pin isolation in combination with deepsleep.spacemanspiff2007
2019-03-27esp32/boards: Enable dual core support by default.Damien George
2019-03-27esp32/mpthreadport: Exit vPortCleanUpTCB early if threading not init'd.Damien George
2019-03-27unix/mpthreadport: Use named semaphores on Mac OS X.Damiano Mazzella
2019-03-27tests/extmod: Add test for FAT filesystem on a very large block device.Damien George
2019-03-26stm32/mpconfigport.h: Remove malloc/free/realloc helper macros.Damien George
2019-03-26mpy-cross: Support compiling with MICROPY_PY___FILE__ enabled.Damien George
2019-03-26extmod/vfs_fat: Fallback to FAT32 if standard FAT16/SFD format fails.Andrew Leech