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.028Dec262322201918161514131211109876543130Nov2928272625242322212016151412111087542131Oct302928272624232119171615131211109876543229Sep26252422212019181716131211109876542131Aug3029282423222120191716151413121198763231Jul3029282726252422212019181715141211987543232130Jun2928272625242322py/parse: Split out rule name from rule struct into separate array.stm32/spi: If MICROPY_HW_SPIn_MISO undefined, do not claim pin on init.py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.py/nlr: Clean up selection and config of NLR implementation.py/nlrthumb: Fix use of naked funcs, must only contain basic asm code.zephyr/main: Remove unused do_str() function.Revert "py/nlr: Factor out common NLR code to generic functions."zephyr/Makefile: clean: Clean libmicropython.a too.docs/library/index: Elaborate uPy libraries intro.stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs.stm32/i2c: Fix bug with I2C4 initialisation.stm32/uart: Support board configs with CTS/RTS on UART6.esp8266/Makefile: Remove commented-out unused lines.drivers/sdcard: Support old SD cards (<=2GB).esp32/README: Update toolchain setup.stm32/uart: Add support for 7-bit modes: 7N1 and 7N2.stm32: Allow to build a board without any hardware I2C ports defined.stm32: Use corrected capitalization of HAL_SD_CardStateTypedef.tests/basics/memoryerror: Add test for out-of-memory using realloc.py/malloc: Remove unneeded code checking m_malloc return value.qemu-arm/test_main: Include setjmp.h because it's used by gc_collect.py/nlr: Factor out common NLR code to generic functions.unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM.py/modio: Use correct config macro to enable resource_stream function.tests/extmod: Add some uctypes tests to improve coverage of that module.tests: Add some more tests to improve coverage of py/parse.c.py/mpz: Apply a small code-size optimisation.tests/basics/builtin_pow3: Add tests for edge cases of pow3.py/mpz: Fix pow3 function so it handles the case when 3rd arg is 1.tests/basics/generator_pend_throw: Add test for just-started generator.tests/unix: Add test for printf with %lx format.tests/float/builtin_float_hash: Add test to improve objfloat.c coverage.tests/extmod/uhashlib_sha256: Add test for hashing 56 bytes of data.py/objset: Remove unneeded check from set_equal.tests/basics: Add more set tests to improve coverage of py/objset.c.py/map: Don't include ordered-dict mutating code when not needed.py/runtime: Remove unnecessary break statements from switch.esp32/machine_hw_spi: Remove unnecessary white space for consistency.esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up..travis.yml: Build and test strict stackless build.
Loading