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
Graph
70bf9d4b5bfd58107870c2e84d4af3a5ba4553eb
Select Git revision
Branches
5
ch3/leds
ch3/time
dualcore
master
wip-bootstrap
default
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Jun
6
5
4
3
31
May
30
29
28
27
24
23
22
21
20
17
15
14
13
10
9
8
7
6
3
2
1
30
Apr
29
28
26
25
24
23
18
16
15
12
11
9
8
5
4
3
1
29
Mar
28
27
26
19
20
18
15
14
13
12
11
8
7
5
4
1
28
Feb
27
26
25
21
20
19
18
15
14
12
8
7
6
2
31
Jan
30
28
27
26
25
24
23
22
17
16
11
10
4
30
Dec
29
27
22
20
15
13
12
10
11
10
7
6
5
4
3
1
28
Nov
27
26
15
1
30
Oct
28
27
23
22
19
18
17
15
13
11
5
2
1
30
Sep
29
28
27
wip: dualcore support
dualcore
dualcore
Add LED!
ch3/leds
ch3/leds
Add reset command for gdb
wip-bootstrap
wip-bootstrap
Add leds library to makefile
Add time module
Add time module
ch3/time
ch3/time
Add buzzer
WIP: Enable utime
WIP: Extend config
WIP: Switch to hardware floating point
WIP: Cleanup main.c
WIP: Add .gdbinit
WIP: Update README
WIP: Add sdk to Makefile
WIP: Remove frozen_mpy configs
WIP: Fix uart HAL
WIP: Add basic files
Move README
tools/mpy-tool.py: Fix linking qstrs in native code, and multiple files.
master
master
stm32/modnetwork: Replace generic netif NIC polling with specific code.
stm32/boards/PYBD_SFx: Enable CYW43 WLAN driver.
stm32: Integrate in the cyw43 driver and network.WLAN class.
stm32: Add low-level SDIO interface for cyw43 driver.
stm32/mphalport: Add support for having MAC in OTP region.
stm32/extint: Add extint_set() function for internal C access to EXTI.
stm32/modpyb: Add pyb.country() function to set the country.
extmod: Add network-level class binding to cyw43 driver.
drivers: Add driver for CYW43xx WiFi SoCs.
gitattributes: Mark *.a files as binary.
lib/netutils: Add DHCP server component.
mpy-cross: Do not automatically build mpy-cross, rather do it manually.
lib/cmsis: Upgrade to CMSIS 5.5.1.
docs/machine: Add initial docs for new machine.SDCard class.
esp32: Add machine.SDCard class using built-in HW SD/MMC controller.
travis: Build PYBD_SF2 board as part of the stm32 job.
stm32/boards: Add board definition files for PYBD -SF2, -SF3, -SF6.
stm32/boards/pllvalues.py: Search nested headers for HSx_VALUE defines.
stm32/boards/make-pins.py: Allow pins.csv to skip or hide board-pin name
stm32/usb: Include py/mpconfig.h instead of mpconfigboard.h.
esp32/machine_timer: Reuse Timer handles, deallocate only on soft-reset.
Loading