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.
bb293e6bcfbaad6d4fa247c56d62a8af55fd3068
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
17
Apr
16
15
14
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Mar
30
29
28
27
26
25
24
23
19
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
29
Feb
28
27
25
23
22
21
17
15
14
13
12
10
9
8
7
6
3
2
1
31
Jan
30
29
28
27
26
25
24
23
21
19
17
16
15
14
13
12
11
10
9
8
7
4
3
2
1
31
Dec
30
31
30
29
28
27
26
25
24
23
22
21
20
19
18
17
stmhal: L4: Modify rtc.c to support L4 MCU.
stmhal: L4: Modify usbd_conf.c to support L4 MCU.
stmhal: L4: Modify uart.c to support L4 MCU.
extmod/modlwip: lwip_tcp_receive(): Full error handling.
extmod/modlwip: lwip_tcp_send(): Full error handling.
stmhal: L4: Modify adc.c to add support for STM32L4 series.
stmhal: L4: Add line to Makefile for building L4 series.
stmhal: L4: Add board definition files for STM32L476DISC.
stmhal: Update HALCOMMITS due to change to hal.
stmhal: L4: Adapt UART HAL to avoid 64-bit integer division.
stmhal: L4: Add basic STM32L4xx HAL files.
stmhal: L4: Add CMSIS files to support STM32L476.
stmhal: For frozen bytecode generation, add dependency of qstr file.
minimal: For frozen bytecode generation, add dependency of qstr file.
esp8266: Adapt port to use new auto-qstr generation.
py/mkrules.mk: Suppress line-no output from CPP for qstr auto-gen.
py/py.mk: Add makefile variable for qstr autogeneration control.
windows/msvc: Implement automatic qstr generation using makeqstrdefs.
py/mkrules.mk: Add mpconfig[port].h dependency to qstr generating rule.
py: Add rules for automated extraction of qstrs from sources.
py/makeqstrdefs: Add script to automate extraction of qstr from sources.
esp8266/modmachine: Add reset_cause() function.
docs/speed_python: Add article.
tests: Fix dict1.py so it doesn't rely on the order of dict elems.
py/map: Change hash-table allocation policy to be less aggressive.
docs/speed_python: Add many more details on memoryviews.
docs/speed_python: Generalize "Floating point" subsection.
docs/speed_python: Clarify/generalize "Buffers" subsection.
docs/machine: Start to update for esp8266 port.
docs/esp: Enumerate flash access functions.
tools/mpy-tool.py: Add support for Python 2.7.
esp8266/moduos: Add uos.mkdir function.
extmod/fsusermount: In mount/mkfs, deregister VFS object on error.
esp8266/scripts/_boot: Mount block device on "" instead of "/".
extmod/modlwip: More debug messages for various edge conditions.
esp8266/qstrdefsport.h: Mark qstr's for "esp" module.
esp8266: Enable input() builtin.
py: Declare help, input, open builtins in core.
esp8266/scripts/port_diag.py: Module to collect diagnostic info.
py/makeqstrdata: Add special case to handle \n qstr.
Loading