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.027Jan262524232217161110430Dec2927222015131210111076543128Nov272615130Oct2827232219181715131152130Sep292827262421201816151413121110854317Aug161514131087642131Jul30272320191817161412111098543228Jun27262523222019181615141312stm32: Implement machine.lightsleep().docs/machine: Change sleep to lightsleep and add timeout arguments.py: Remove calls to file reader functions when these are disabled.extmod/moduzlib: Update for uzlib 2.9.2.extmod/uzlib: Update uzlib to v2.9.2.all: Bump version to 1.10.py/mpconfig.h: Remove parentheses from MICROPY_VERSION_xxx macros.pic16bit: Update to compile with latest xc16 v1.35 compiler.py/obj.h: Explicitly cast args to uint32_t in MP_OBJ_FUN_MAKE_SIG.docs/library: Add documentation for esp32 module.docs: Add initial docs for esp32 port, including quick-ref and general.lib/stm32lib: Update library to get F413 BOR defs and fix gcc 8 warning.esp32/machine_hw_spi: Make HW SPI objects statically allocated.esp32/machine_hw_spi: Use separate DMA channels for HSPI and VSPI.esp32/modules/neopixel.py: Change NeoPixel to different default timings.esp8266/esp_mphal: Provide mp_hal_pin_od_high_dht so DHT works reliably.drivers/dht: Allow open-drain-high call to be DHT specific if needed.esp32/Makefile: Use system provided math library rather than uPy one.esp32/machine_pin: Add Pin.off() and Pin.on() methods.esp8266/main: Activate UART(0) on dupterm for REPL before boot.py runs.docs/differences: Clarify the differences are against Python 3.4.stm32/main: Make thread and FS state static and exclude when not needed.stm32/wdt: Make singleton WDT object const so it goes in ROM.py/modio: Make iobase_singleton object const so it goes in ROM.esp32/modsocket: For socket read only release GIL if socket would block.esp32/mphalport: When tx'ing to REPL only release GIL if many chars sentpy: Fix location of VM returned exception in invalid opcode and commentspy: Get optional VM stack overflow check compiling and working again.stm32/sdcard: Properly reset SD periph when SDMMC2 is used on H7 MCUs.tools/pydfu.py: Fix regression so tool runs under Python 2 again.stm32/modmachine: Fix reset_cause to correctly give DEEPSLEEP on L4 MCU.stm32/uart: Make sure user IRQs are handled even with a keyboard intr.stm32/uart: Clear overrun error flag after reading RX data register.stm32/uart: Always enable global UART IRQ handler on init.stm32/uart: Fix uart_rx_any in case of no buffer to return 0 or 1.stm32: Implement UART.irq() method with initial support for RX idle IRQ.lib/utils: Add generic MicroPython IRQ helper functions.py/runtime: Unlock the GIL in mp_deinit function.py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.stm32/main: Add board config option to enable/disable mounting SD card.
Loading