aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-04-28javascript/library: Print data as raw bytes to stdout so unicode works.Damien George
2019-04-28javascript/Makefile: Fix unrepresentable float error by using clamp.Damien George
2019-04-28javascript: Pass (error) exit value out from script to process caller.Damien George
2019-04-28javascript/library: Use Buffer.alloc() since new Buffer() is deprecated.Damien George
2019-04-28tests: Skip tests needing machine module if (u)machine doesn't exist.Damien George
2019-04-28stm32/usb: Add USB device mode for VCP+VCP without MSC.Andrew Leech
2019-04-26ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.Damien George
2019-04-26lib/utils/pyexec: Add pyexec_file_if_exists() helper function.Damien George
2019-04-26extmod/machine_signal: Fix fault when no args are passed to Signal().Damien George
2019-04-26stm32/usbdev: Make USB device descriptors at runtime rather than static.Damien George
2019-04-25tools/pyboard.py: Don't accumulate output data if data_consumer used.Damien George
2019-04-24stm32/dac: Rework DAC driver to use direct register access.Damien George
2019-04-23py/mpprint: Support printing %ld and %lu formats on 64-bit archs.Damien George
2019-04-18stm32/powerctrl: Enable EIWUP to ensure RTC wakes device from standby.Damien George
2019-04-18stm32/system_stm32f0: Add support for using HSE and PLL as SYSCLK.Damien George
2019-04-18stm32/system_stm32f0: Enable PWR clock on startup.Damien George
2019-04-18tests/micropython: Add some tests for failed heap allocation.Damien George
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