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.08Sep54317Aug161514131087642131Jul30272320191817161412111098543228Jun2726252322201918161514131286543131May3029282524232221181716151413111098432127Apr2624232011105430Mar2928272625esp8266/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.py/emitnative: Use small tables to simplify handling of local regs.stm32/spi: Add implementation of low-level SPI protocol.unix/Makefile: Enable ussl module with nanbox build.extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures.py/stream: Adjust mp_stream_posix_XXX to take void*, not mp_obj_t.mpy-cross/Makefile: Also undefine MICROPY_FORCE_32BIT and CROSS_COMPILE.stm32/spi: Split out pyb.SPI and machine.SPI bindings to their own filesesp32: Update to latest ESP IDF.
Loading