Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • ch3/leds
  • ch3/time
  • dualcore
  • master
  • wip-bootstrap default
5 results
Created with Raphaël 2.2.011Sep10854317Aug161514131087642131Jul30272320191817161412111098543228Jun2726252322201918161514131286543131May3029282524232221181716151413111098432127Apr2624232011105430Mar292827py/emitnative: Fix try-finally in outer scope, so finally is cancelled.stm32/boards/STM32L476DISC: Enable external RTC xtal to get RTC working.stm32/Makefile: Allow external BOARD_DIR directory to be specified.py/objarray: bytearray: Allow 2nd/3rd arg to constructor.tests/extmod/uhashlib_md5: Add coverage tests for MD5 algorithm.extmod/moduhashlib: Add md5 implementation, using axTLS.py/runtime: Fix incorrect test for MICROPY_PORT_DEINIT_FUNC.unix/Makefile: Build libffi inside $BUILD.esp8266/main: Increase heap by 2kb, now that axtls rodata is in ROM.esp8266/Makefile: Remove build of libaxtls.a and add back tuned config.unix/Makefile: Remove building of libaxtls.a which is no longer needed.py/py.mk: Build axtls library directly from its source files.tests: Remove pyboard.py symlink and instead import from ../tools.stm32/mboot/main: Use correct formula for DFU download address.stm32/mboot/Makefile: Use -Wno-attributes for ll_usb.c HAL source file.tests/float: Test -inf and some larger values for special math funcs.tests/float/cmath_fun.py: Fix truncation of small real part of complex.lib/libm/wf_tgamma: Fix tgammaf handling of -inf, should return nan.lib/libm/math: Make tanhf more efficient and handle large numbers.lib/libm_dbl/tanh: Make tanh more efficient and handle large numbers.py/compile: Factor code that compiles start/end of exception handler.tests/basics: Add test cases for context manager raising in enter/exit.tests/basics: Add more tests for return within try-finally.tests/run-tests: Enable native tests for unwinding jumps.py/emitnative: Add support for return/break/continue in try and with.py/emitnative: Cancel caught exception once handled to prevent reraise.py/vm: Fix handling of finally-return with complex nested finallys.tests/basics: Provide .exp files for generator tests that fail PEP479.tests: Modify tests that print repr of an exception with 1 arg.tests/basics/int_big_error.py: Use bytearray to test for int overflow.tests/basics/set_pop.py: Sort set before printing for consistent output.py/emitnx86: Fix number of args passed to mp_setup_code_state, 4 not 5.py/asmxtensa: Use narrow version of add instr to reduce native code sizepy/emitnative: Fix bug with store of 16 and 32 values in viper ARM mode.py/asmxtensa: Optimise loading local addr and support larger offsets.py/asmxtensa: Fix bug with order of regs in addi encoding.tests/micropython: Add tests for try and with blocks under native/viper.py/emitnative: Optimise and improve exception handling in native code.py/asm*: Support assembling code to jump to a register, and get PC+off.py/asmxtensa: Handle function entry/exit when stack use larger than 127.
Loading