aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-15py/emitnative: Use small tables to simplify handling of local regs.Damien George
2018-08-14stm32/spi: Add implementation of low-level SPI protocol.Damien George
2018-08-14unix/Makefile: Enable ussl module with nanbox build.Damien George
2018-08-14extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.Damien George
2018-08-14extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures.Damien George
2018-08-14py/stream: Adjust mp_stream_posix_XXX to take void*, not mp_obj_t.Damien George
2018-08-14mpy-cross/Makefile: Also undefine MICROPY_FORCE_32BIT and CROSS_COMPILE.Paul Sokolovsky
2018-08-14stm32/spi: Split out pyb.SPI and machine.SPI bindings to their own filesDamien George
2018-08-14esp32: Update to latest ESP IDF.Damien George
2018-08-14py/objarray: Allow to build again when bytearray is disabled.Damien George
2018-08-14py/gc: In gc_alloc, reset n_free var right before search for free mem.Damien George
2018-08-14stm32/boards/STM32F7DISC: Enable onboard SDRAM.forester3
2018-08-14stm32/boards/STM32F429DISC: Add burst len and autorefresh to SDRAM cfg.forester3
2018-08-14stm32/sdram: Allow additional config by a board, and tune MPU settings.forester3
2018-08-14docs/library/machine.UART.rst: Specify optional txbuf and rxbuf args.Damien George
2018-08-14unix/Makefile: coverage: Explicitly build "axtls" too.Paul Sokolovsky
2018-08-14py/py.mk: Don't hardcode path to libaxtls.a.Paul Sokolovsky
2018-08-14windows/msvc: Support custom compiler for header generation.stijn
2018-08-13py/compile: For dynamic compiler, widen literal 1 to get correct shift.Damien George
2018-08-10stm32/spi: Round up prescaler calc to never exceed requested baudrate.Damien George
2018-08-10run-tests: Make .exp and .out file names unique by prefixing with dir.stijn
2018-08-10stm32/dma: Fix spelling of "corresponding" in two locations.David Lechner
2018-08-10tools/pyboard.py: Change base class of PyboardError to Exception.Martin Dybdal
2018-08-08drivers/cc3000: Use cc3000_time_t instead of time_t for custom typedef.roland
2018-08-07py/emitnative: Allocate space for local stack info as it's needed.Damien George
2018-08-06py/emitnative: Simplify handling of exception objects from nlr_buf_t.Damien George
2018-08-04py/emitnative: Fix native locals stack to start at correct location.Damien George
2018-08-04py/asmx86: Use generic emit function to simplify cmp emit function.Damien George
2018-08-04tests/run-tests: Enable bool1.py test with native emitter.Damien George
2018-08-04tests/micropython/viper_cond: Add test for large int as bool.Damien George
2018-08-04py/emitnative: Fix x86 native zero checks by comparing full word.Damien George
2018-08-04py/emitnative: Factor common code for native jump helper.Damien George
2018-08-04docs/library/machine.I2C.rst: Clarify availability of primitive I2C ops.Peter Hinch
2018-08-04tools/pyboard: Run exec: command as a string.Ayke van Laethem
2018-08-04tests: Make tests work on targets without float support.Ayke van Laethem
2018-08-04stm32/adc: Fix ADC reading on F0 MCUs to only sample a single channel.Damien George
2018-08-04stm32/adc: Disable VBAT in read channel helper function.Damien George
2018-08-02nrf/uart: Fix UART.writechar() to write just 1 byte.Ayke van Laethem
2018-08-02nrf/uart: Remove unused UART.char_width field.Ayke van Laethem
2018-08-02nrf: Use separate config for each PWM instance.Stig Bjørlykke
2018-08-02py: Fix compiling with debug enabled and make more use of DEBUG_printf.Damien George
2018-08-02py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.Damien George
2018-08-01nrf: Correct index checking of ADC/PWM/RTCounter instances.Stig Bjørlykke
2018-08-01nrf: Enable all PWM, RTC and Timer instances for nrf52840.Stig Bjørlykke
2018-08-01nrf/uos: Add mbfs __enter__ and __exit__ handlers.Stig Bjørlykke
2018-08-01tools/mpy-tool: Set sane initial dynamic qstr pool size with frozen modsRich Barlow
2018-08-01stm32/modmachine: Get machine.sleep working on L4 MCUs.Damien George
2018-08-01stm32/extint.h: Use correct EXTI lines for RTC interrupts.Damien George
2018-07-31docs: Move WiPy specific Timer class to separate doc file.Damien George
2018-07-31stm32/modmachine: Get machine.sleep working on F0 MCUs.Damien George