summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-11docs: Bump version to 1.9.4.v1.9.4Damien George
2018-05-11tests/float/float_parse: Allow test to run on 32-bit archs.Damien George
2018-05-11py/repl: Initialise q_last variable to prevent compiler warnings.Damien George
2018-05-11py/objdeque: Fix sign extension bug when computing len of deque object.Damien George
2018-05-11stm32/README: Update to reflect current MCU support.Damien George
2018-05-10py/modbuiltins: Make built-in dir support the __dir__ special method.Damien George
2018-05-10py/modbuiltins: In built-in dir make use of mp_load_method_protected.Damien George
2018-05-10py/repl: Use mp_load_method_protected to prevent leaking of exceptions.Damien George
2018-05-10py/modbuiltins: Make built-in hasattr work properly for user types.Damien George
2018-05-10py/runtime: Add mp_load_method_protected helper which catches exceptionsDamien George
2018-05-09py/{modbuiltins,repl}: Start qstr probing from after empty qstr.Damien George
2018-05-09stm32/usb: Use correct type for USB HID object.Damien George
2018-05-09stm32/usb: Fix broken pyb.have_cdc() so it works again.Damien George
2018-05-09stm32/i2c: Make sure stop condition is sent after receiving addr nack.Damien George
2018-05-08tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.Damien George
2018-05-04tests/cpydiff: Remove working cases from types_float_rounding.Damien George
2018-05-04tests/cpydiff: Remove types_str_decodeerror now that it succeeds.Damien George
2018-05-04tests/cpydiff: Remove core_function_unpacking now that it succeeds.Damien George
2018-05-04py/emitnx86: Fix 32-bit x86 native emitter build by including header.Damien George
2018-05-04stm32/Makefile: Use -O2 to optimise compilation of lib/libc/string0.c.Damien George
2018-05-04stm32: Don't use %lu or %lx for formatting, use just %u or %x.Damien George
2018-05-04stm32/dma: Fix duplicate typedef of struct, it's typedef'd in dma.h.Damien George
2018-05-04extmod/modlwip: In ioctl handle case when socket is in an error state.Damien George
2018-05-03esp32/modsocket: Check for pending events during blocking socket calls.Damien George
2018-05-02extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls.Damien George
2018-05-02esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts.Damien George
2018-05-02esp32/modsocket: Correctly handle reading from a peer-closed socket.Damien George
2018-05-02esp32/README: Add --init to submodule update command.Torwag
2018-05-02tests/run-tests: Support esp32 as a target for running the test suite.Ayke van Laethem
2018-05-02extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import.Damien George
2018-05-02py/builtinhelp: Change occurrence of mp_uint_t to size_t.Damien George
2018-05-02esp8266: Disable DEBUG_PRINTERS for 512k build.Damien George
2018-05-02tests/pyb: Update tests to run correctly on PYBv1.0.Damien George
2018-05-02stm32/main: Clean up and optimise initial start-up code of the MCU.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2018-05-02stm32/dma: Always deinit/reinit DMA channels on L4 MCUs.Peter D. Gray
2018-05-02stm32/flash: Remove unused src parameter from flash_erase().Damien George
2018-05-02stm32/mphalport: Optimise the way that GPIO clocks are enabled.Damien George
2018-05-02stm32/dac: Implement printing of a DAC object.Damien George
2018-05-02stm32/dac: Make deinit disable the output buffer on H7 and L4 MCUs.Damien George
2018-05-02stm32/adc: Use mp_hal_pin_config() instead of HAL_GPIO_Init().Damien George
2018-05-02stm32/mphalport: Support ADC mode on a pin for L4 MCUs.Damien George
2018-05-01py/obj.h: Fix math.e constant for nan-boxing builds.Damien George
2018-05-01stm32/boards: Update pins.csv to include USB pins where needed.Damien George
2018-05-01stm32/dac: Use mp_hal_pin_config() instead of HAL_GPIO_Init().Damien George
2018-05-01stm32/usbd_conf: Use mp_hal_pin_config() instead of HAL_GPIO_Init.Damien George
2018-05-01stm32/mphalport: Add mp_hal_pin_config_speed() to select GPIO speed.Damien George
2018-05-01esp32/modnetwork: Allow to get ESSID of AP that STA is connected to.Damien George
2018-05-01esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to.Lars Kellogg-Stedman
2018-05-01esp32: Add support for the esp32's ULP.Andreas Valder