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.01Jun31May30292625242119181716151413121110965432130Apr2928272625222119181615141312111098765432131Mar302928272625242322212017161514131211109876543228Feb27262423242221201716151413109876543232131Janunix: Convert to use core-provided version of built-in import().ports: Convert from using stmhal's input() to core provided version.py/modbuiltins: Add core-provided version of input() function.lib/libm: Use isfinite instead of finitef, for C99 compatibility.stmhal/boards: Enable DAC for NUCLEO_F767ZI board.docs/esp8266: Consistently replace Pin.high/low methods with .on/off.docs/machine.Pin: Add on() and off() methods.docs/machine.Pin: Remove out_value() method.various: Spelling fixesqemu-arm/Makefile: Adjust object-file lists to get correct dependencies.docs: Bump version to 1.9.unix/Makefile: Don't add frozen bytecode to minimal build.zephyr/modusocket: Use DEBUG_PRINT macro name as other modules do.esp8266/mpconfigport.h: Remove duplicate link to lwip module.esp8266/modules: Mount filesystem at root when creating for first time.py/objstringio: Catch mp_uint_t overflow of stream position in write().mpy-cross/Makefile: Guard "override undefine" by test for make feature.py/mkrules.mk: Fix auto-qstr generation when "make -B" is used.tests/basics: Add more tests for unwind jumps from within a try-finally.py/emitbc: Fix bug with BC emitter computing Python stack size.py/vm: Fix bug with unwind jump popping the iterator from a for loop.py/vm: Fix bug with stackless mode and unwinding of exceptions.zephyr/modusocket: getaddrinfo: Raise OSError on resolution timeout, etc.drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off.CODECONVENTIONS: Typo fix.library/machine.Pin: Remove .id() method and .board class attr.cc3200/mods/pybpin: Remove toggle() method.py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.docs/library/machine.UART: Update and improve uart.any() docs.esp8266/machine_uart: Add uart.any() method.tests/basics/builtin_range: Add tests for negative slicing of range.py/objrange: Fix slicing of range when step of slice is negative.tests/basics/list_slice_3arg: Add more tests for negative slicing.py/sequence: Fix boundary errors when slicing with a negative step.docs/library/micropython: Document the newer micropython functions.drivers/display/lcd160cr_test: Allow test to take orientation parameter.drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.docs: Change single occurrence of "Micropython" to "MicroPython".examples/hwapi/soft_pwm2_uasyncio: Update for call_later_ms().
Loading