Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
1e5a33df413bbd8a8aa5bd880be445c684fc5506
Select Git revision
Branches
5
ch3/leds
ch3/time
dualcore
master
wip-bootstrap
default
5 results
Begin with the selected commit
Created with Raphaël 2.2.0
9
Mar
8
7
5
4
3
2
1
28
Feb
27
26
25
24
23
22
21
20
19
18
19
18
17
15
14
13
12
9
8
7
5
4
2
1
31
Jan
10
29
Dec
28
26
23
22
20
19
18
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Nov
29
28
27
26
25
24
23
22
21
20
16
15
14
12
11
10
8
7
5
4
2
1
31
Oct
30
29
28
27
26
24
23
21
19
17
16
15
13
12
11
10
9
8
7
6
5
4
3
2
29
Sep
26
25
24
22
21
20
19
18
17
16
13
12
11
10
9
8
7
6
5
4
2
1
31
Aug
30
29
28
24
23
docs/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