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.016Jan1110430Dec2927222015131210111076543128Nov272615130Oct2827232219181715131152130Sep292827262421201816151413121110854317Aug161514131087642131Jul30272320191817161412111098543228Jun272625232220191816151413128esp32/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.py/gc: Adjust gc_alloc() signature to be able to accept multiple flags.py/objarray: Introduce "memview_offset" alias for "free" field of objecttools/mpy-tool.py: Fix build error when no qstrs present in frozen mpy.py/qstr: Put a lower bound on new qstr pool allocation.windows: Remove remaining traces of old GNU readline support.stm32/boards/NUCLEO_L432KC: Specify L4 OpenOCD config file for this MCU.stm32/boards: Allow OpenOCD stm_flash procedure to accept single FW img.tests/basics/special_methods2: Typo fix in comment.tools/mpy-tool.py: Fix calc of opcode size for opcodes with map caching.py/bc: Fix calculation of opcode size for opcodes with map caching.py/objdict: Make .fromkeys() method configurable.docs/ure: Fully describe supported syntax subset, add example.stm32/adc: Support 16-bit ADC configuration on H7 MCUs.stm32/adc: Increase ADC sampling time for internal sources on H7 MCUs.stm32/adc: Fix calibrated volt/temp readings on H7 by using 16bit scale.stm32/extint: Use correct EXTI channels on H7 MCUs for RTC events.nrf/bluetooth: Update BLE stack download script.docs/README: Remove references to MICROPY_PORT when building docs.
Loading