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.024Apr23181615121198543129Mar28272619201815141312118754128Feb27262521201918151412876231Jan302827262524232217161110430Dec2927222015131210111076543128Nov272615130Oct2827232219181715131152130Sep292827262421201816151413121110854317Aug16151413108764stm32/dac: Rework DAC driver to use direct register access.py/mpprint: Support printing %ld and %lu formats on 64-bit archs.stm32/powerctrl: Enable EIWUP to ensure RTC wakes device from standby.stm32/system_stm32f0: Add support for using HSE and PLL as SYSCLK.stm32/system_stm32f0: Enable PWR clock on startup.tests/micropython: Add some tests for failed heap allocation.esp32/README: Add info about pyparsing and the correct Python version.docs/cmodules: Note the various ways MODULE_EXAMPLE_ENABLED can be set.extmod/modurandom: Add init method to seed the Yasmarang generator.docs/cmodules: Fix example to globally define MODULE_EXAMPLE_ENABLED.stm32/timer: Correctly initialise extended break settings on F7/H7/L4.py/runtime: Fix mp_unpack_ex so seq can't be reclaimed by GC during use.py/objset: Remove unused forward declaration and clean up whitespace.py/runtime: Optimise to not create temp float for int to power negative.py/makedefs: Use io.open with utf-8 encoding when processing source.stm32/rtc: Remove non-ASCII mu-character from source code comment.zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe.stm32/rtc: Remove unused LSE detection code.stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI.extmod/modlwip: Abort TCP conns that didn't close cleanly in a while.stm32/boards/NUCLEO_L432KC: Disable complex nos and default frozen mods.tools/mpy-tool.py: Fix init of QStrWindow, and remove unused variable.stm32/boards/NUCLEO_H743ZI: Add config options to support mboot.stm32/mboot: Add support for H7 MCUs, with H743 flash layout.stm32/usbd_conf: Add support for USB HS peripheral on H7 MCUs.stm32/i2cslave: Add support for H7 MCUs.tools/mpy-tool.py: Adjust use of super() to make it work with Python 2.stm32/network_wiznet5k: Automatically set MAC if device doesn't have onestm32/network_wiznet5k: Add ability to set the MAC address.stm32/network_wiznet5k: Add ability to trace Ethernet TX and RX frames.esp32/boards/sdkconfig: Disable WDT check of idle task on CPU1.tests/run-tests: Ignore exception in process kill when ending repl test.extmod/modlwip: Use correct listening socket object in accept callback.nrf/Makefile: Update to match latest oofatfs version.stm32/moduos: Allow to compile again without USB enabled.lib/stm32lib: Update library to fix F7 MMC capacity calculation.stm32: Add support for MMC driver, exposed via pyb.MMCard class.stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.stm32/uart: Handle correctly the char overrun case of RXNE=0 and ORE=1.extmod/modlwip: Free any stored incoming bufs/connections on TCP error.
Loading