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.09Mar875432128Feb2726252423222120191819181715141312987542131Jan1029Dec28262322201918161514131211109876543130Nov2928272625242322212016151412111087542131Oct302928272624232119171615131211109876543229Sep26252422212019181716131211109876542131Aug3029282423docs/reference/repl.rst: Fix some minor errors in the REPL tutorial.stm32/usbd_conf.h: Add include of stdint.h to fix compilation issues.stm32: Remove startup_stm32.S, now provided in boards/ for each MCU.stm32/Makefile: Use separate startup file for each MCU series.stm32/boards: Add startup_stm32l4.s for L4 series specific startup.stm32/boards: Add startup_stm32f4.s for F4 series specific startup.stm32/boards: Add startup_stm32f7.s for F7 series specific startup.stm32/boards: Add startup_stm32h7.s for H7 series specific startup.stm32/main: Enable D2 SRAM1/2/3 clocks on H7 MCUs.stm32/mpconfigboard_common: Add STM32H7 common configuration.stm32/extint: Add EXTI support for H7 MCUs.stm32/rtc: Add RTC support for H7 MCUs.stm32/dma: Add DMA support for H7 MCUs.stm32/stm32_it: Add support for H7 MCUs.stm32/usbd_conf: Add USB support for H7 MCUs.stm32/modmachine: Support basic H7 MCU features.stm32/timer: Add Timer support for H7 MCUs.stm32/uart: Add UART support for H7 MCUs.stm32/wdt: Add WDT support for H7 MCUs.stm32/mphalport: Use GPIO BSRRL/BSRRH registers for H7 MCUs.stm32/system_stm32: Add H7 MCU system initialisation.stm32/flash: Add flash support for H7 MCUs.stm32/Makefile: Add settings to support H7 MCUs.stm32/boards: Add new NUCLEO_H743ZI board configuration files.stm32/boards: Add stm32h743.ld linker script.lib/stm32lib: Update library to include support for STM32H7 MCUs.stm32/boards: Add stm32h743_af.csv file describing H7 GPIO alt funcs.tests/basics/builtin_enumerate: Add test for many pos args to enumerate.unix/coverage: Allow coverage tests to pass with debugging disabled.stm32/boards/NUCLEO_F767ZI: Update pins list to include 3 extra pins.stm32/boards/stm32f767_af.csv: Add ADC column to pin capability list.stm32/i2c: On F4 MCUs report the actual I2C SCL frequency.docs/library/uos: Document mount, umount, VfsFat and block devices.docs/library/uos: Create sections for distinct parts and document uname.docs/library/micropython: Describe optimisation levels for opt_level().docs/library/usocket: Make xref to uerrno explicitly a module reference.esp32/modnetwork: Implement status('stations') to list STAs in AP mode.esp32: Revert "esp32/machine_touchpad: Swap pins 32 and 33."esp8266/esppwm: Always start timer to avoid glitch from full to nonfull.tests/extmod/time_ms_us: Fix ticks tests, ticks_diff args are reversed.
Loading