aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-17esp32/network_ppp: Add a timeout for closing PPP connection.Damien George
2019-05-15esp32/machine_uart: Implement UART.deinit() method.Damien George
2019-05-15stm32/boards/NUCLEO_H743ZI: Enable SPI3 on this board.iabdalkader
2019-05-15stm32/irq: Fix IRQ_ENABLE_STATS stats config to work on all MCUs.iabdalkader
2019-05-15stm32/spi: Enable SPI IRQs and add IRQHandlers for H7 MCUs.iabdalkader
2019-05-15stm32/dma: Always reset and configure the H7 DMA peripheral.iabdalkader
2019-05-15tools/upip.py: Add support for multiple index URLs with custom default.Damien George
2019-05-14tests/basics: Add coverage tests for memoryview attributes.Damien George
2019-05-14py/objarray: Add support for memoryview.itemsize attribute.stijn
2019-05-14tests/pyb: Update UART expected output now that default timeout is 0.Damien George
2019-05-14extmod/modujson: Handle parsing of floats with + in the exponent.Damien George
2019-05-13stm32/dma: Initialise all members of DMA structs for H7 MCUs.iabdalkader
2019-05-13nrf: Change types to size_t for all uses of mp_obj_str_get_data.Damien George
2019-05-13esp32/modnetwork: Change type to size_t for uses of mp_obj_str_get_data.Damien George
2019-05-13py/persistentcode: Change "len" type to size_t for mp_obj_str_get_data.Henrik Vendelbo
2019-05-10docs/esp32: Correct quickref for ESP32 hardware SPI with non-default IO.Nicko van Someren
2019-05-10esp8266/modmachine: Handle overflow of timer to get longer periods.Damien George
2019-05-09py/misc.h: Rename _MP_STRINGIFY to not use leading underscore in ident.Damien George
2019-05-09py/objgenerator: Remove unneeded forward decl and clean up white space.Damien George
2019-05-09py/objgenerator: Fix handling of None passed as 2nd arg to throw().Damien George
2019-05-09stm32/rtc: Allow overriding startup timeouts from mpconfigboard.Andrew Leech
2019-05-08unix/modusocket: Fix use of setsockopt in usocket.settimeout impl.Elad Namdar
2019-05-08stm32/usbd_cdc_interface: Don't retransmit chars if USB is reconnected.Damien George
2019-05-07stm32: Move factory reset files and code to separate source file.Damien George
2019-05-07stm32/machine_uart: Change default UART timeout to 0, for non blocking.Damien George
2019-05-07mpy-cross: Add --version command line option to print version info.Damien George
2019-05-07docs/esp8266: Add tutorial for APA102 LEDs.Mike Causer
2019-05-06py: remove "if (0)" and "if (false)" branches.Jun Wu
2019-05-06extmod/moducryptolib: Add AES-CTR support for axTLS builds.Yonatan Goldschmidt
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-05-03unix/coverage: Add test for printing literal % character.Damien George
2019-05-03tests/basics/sys1.py: Add test for calling sys.exit() without any args.Damien George
2019-05-03py/native: Improve support for bool type in viper functions.Damien George
2019-05-02nrf/boards: Add support for BLYST Nano module based boards.Nguyen Hoan Hoang
2019-05-02stm32/boards: Add NUCLEO_F413ZH board configuration.Chris Mason
2019-05-02stm32: Add support for F413 MCUs.Chris Mason
2019-05-02stm32/flash: Fix bug computing page number for L432 page erase.Damien George
2019-05-02stm32/powerctrl: Support changing frequency when HSI is clock source.Damien George
2019-05-01mpy-cross: Automatically select ARMV6 arch when running on such a host.Damien George
2019-05-01py/asmthumb: Support asm_thumb code running on normal ARM processors.Damien George
2019-05-01unix/gcollect: Make sure stack/regs get captured properly for GC.stijn
2019-05-01stm32/main: Increase default UART REPL rx buffer from 64 to 260 bytes.Damien George
2019-05-01stm32/usb: Remove mp_hal_set_interrupt_char now that it's reset at boot.Damien George
2019-05-01lib/utils/interrupt_char: Invalidate interrupt char at start up.Damien George
2019-05-01lib/utils: Make pyexec_file_if_exists run frozen scripts if they exist.Andrew Leech
2019-04-30tests/ussl_basic: Disable setblocking() calls.Paul Sokolovsky
2019-04-30extmod/modussl_axtls: Add non-blocking mode support.Paul Sokolovsky
2019-04-30extmod/modussl_mbedtls: Support non-blocking handshake.Paul Sokolovsky
2019-04-30esp32/machine_wdt: Add timeout arg to select interval, make WDT panic.Krono
2019-04-29stm32/powerctrl: Deselect PLLSAI as 48MHz src before turning off PLLSAI.Damien George