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.02Mar128Feb2726252423222120191819181715141312987542131Jan1029Dec28262322201918161514131211109876543130Nov2928272625242322212016151412111087542131Oct302928272624232119171615131211109876543229Sep26252422212019181716131211109876542131Aug3029282423222120191716151413121198763stm32/spibdev: Update to work with new spiflash driver.extmod/machine_spi: Make SPI protocol structure public.drivers/memory/spiflash: Add support for QSPI interface.drivers/bus: Add QSPI abstract type with software QSPI implementation.py/objint: Remove unreachable code checking for int type in format func.tests: Move heap-realloc-while-locked test from C to Python.tests/unix: Add coverage tests for various GC calls.py/formatfloat: Fix case where floats could render with negative digits.py/formatfloat: Fix case where floats could render with a ":" character.py/formatfloat: Fix rounding of %f format with edge-case FP values.tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.extmod/vfs_fat_diskio: Use a C-stack-allocated bytearray for block buf.tests/basics/gc1: Add test which triggers GC threshold.tests/unix: Add coverage test for VM executing invalid bytecode.py/vm: Simplify handling of special-case STOP_ITERATION in yield from.py/vm: Fix case of handling raised StopIteration within yield from.esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.esp8266/uart: Allow to compile with event-driven REPL.py/mpstate.h: Add repl_line state for MICROPY_REPL_EVENT_DRIVEN.tests/float: Adjust float-parsing tests to pass with only a small error.tests/extmod/uzlib_decompress: Add uzlib tests to improve coverage.tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.py/mpz: In mpz_clone, remove unused check for NULL dig.tests/stress: Add test to create a dict beyond "maximum" rehash size.tests/basics: Add test for calling a subclass of a native class.py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.py/compile: Adjust c_assign_atom_expr() to use return instead of goto.extmod/vfs_fat: Remove declaration of mp_builtin_open_obj.extmod/vfs_fat: Make fat_vfs_open_obj wrapper public, not its function.extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.extmod/vfs_fat: Move ilistdir implementation from misc to main file.stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.stm32/flash: Use FLASH_TYPEPROGRAM_WORD to support newer HALs.stm32: Use "GEN" for describing files generated in the build.examples/embedding: Don't prefix $(MPTOP) to ports/unix source files.examples/embedding: Update broken paths to use correct $(MPTOP).stm32: Add board config option to enable/disable the ADC.minimal/Makefile: Explicitly include lib/utils/printf.c in build.py: Use "GEN" consistently for describing files generated in the build.
Loading