aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-10unix/Makefile: Build libffi inside $BUILD.Paul Sokolovsky
2018-09-08esp8266/main: Increase heap by 2kb, now that axtls rodata is in ROM.Damien George
2018-09-08esp8266/Makefile: Remove build of libaxtls.a and add back tuned config.Damien George
2018-09-08unix/Makefile: Remove building of libaxtls.a which is no longer needed.Damien George
2018-09-08py/py.mk: Build axtls library directly from its source files.Damien George
2018-09-05tests: Remove pyboard.py symlink and instead import from ../tools.Damien George
2018-09-05stm32/mboot/main: Use correct formula for DFU download address.Damien George
2018-09-05stm32/mboot/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.Damien George
2018-09-04tests/float: Test -inf and some larger values for special math funcs.Damien George
2018-09-04tests/float/cmath_fun.py: Fix truncation of small real part of complex.Damien George
2018-09-04lib/libm/wf_tgamma: Fix tgammaf handling of -inf, should return nan.Damien George
2018-09-04lib/libm/math: Make tanhf more efficient and handle large numbers.Damien George
2018-09-04lib/libm_dbl/tanh: Make tanh more efficient and handle large numbers.Damien George
2018-09-04py/compile: Factor code that compiles start/end of exception handler.Damien George
2018-09-04tests/basics: Add test cases for context manager raising in enter/exit.Damien George
2018-09-04tests/basics: Add more tests for return within try-finally.Damien George
2018-09-04tests/run-tests: Enable native tests for unwinding jumps.Damien George
2018-09-04py/emitnative: Add support for return/break/continue in try and with.Damien George
2018-09-03py/emitnative: Cancel caught exception once handled to prevent reraise.Damien George
2018-09-03py/vm: Fix handling of finally-return with complex nested finallys.Damien George
2018-08-17tests/basics: Provide .exp files for generator tests that fail PEP479.Damien George
2018-08-17tests: Modify tests that print repr of an exception with 1 arg.Damien George
2018-08-17tests/basics/int_big_error.py: Use bytearray to test for int overflow.Damien George
2018-08-17tests/basics/set_pop.py: Sort set before printing for consistent output.Damien George
2018-08-17py/emitnx86: Fix number of args passed to mp_setup_code_state, 4 not 5.Damien George
2018-08-17py/asmxtensa: Use narrow version of add instr to reduce native code sizeDamien George
2018-08-17py/emitnative: Fix bug with store of 16 and 32 values in viper ARM mode.Damien George
2018-08-17py/asmxtensa: Optimise loading local addr and support larger offsets.Damien George
2018-08-17py/asmxtensa: Fix bug with order of regs in addi encoding.Damien George
2018-08-17tests/micropython: Add tests for try and with blocks under native/viper.Damien George
2018-08-16py/emitnative: Optimise and improve exception handling in native code.Damien George
2018-08-16py/asm*: Support assembling code to jump to a register, and get PC+off.Damien George
2018-08-16py/asmxtensa: Handle function entry/exit when stack use larger than 127.Damien George
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