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.
55f33240f3d7051d4213629e92437a36f1fac50e
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
29
Nov
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
22
21
20
19
17
16
15
14
13
12
11
9
8
7
6
3
2
31
Jul
30
29
28
27
26
25
24
22
21
20
19
18
17
15
14
12
11
9
8
7
5
4
3
2
3
2
1
30
Jun
29
28
27
26
25
24
23
22
21
20
17
16
15
14
13
11
10
9
8
7
6
4
3
2
1
31
May
30
29
26
25
24
21
19
18
17
16
15
14
13
12
11
py: Annotate func defs with NORETURN when their corresp decls have it.
zephyr/Makefile: Make prj_$(BOARD).conf optional, again.
zephyr/Makefile: Convert to new CMake-based Zephyr build system.
zephyr/prj_base.conf: Force zephyr.bin build output.
tests/run-tests: "minimal": Skip recently added float/float_parse.py.
zephyr/Makefile: clean: Remove generated prj_*_merged.conf.
tests/cpydiff: Add difference-test for second arg of builtin next().
tools/gen-cpydiff.py: Update executable paths to point to new ports dir.
py/objdict: Reuse dict-view key iterator for standard dict iterator.
tests/basics/builtin_locals: Add test for using locals() in class body.
py/parsenum: Improve parsing of floating point numbers.
docs/uselect: Describe POLLHUP/POLLERR semantics in more details.
docs/uctypes: Tweak descriptor reference to hopefully be easier to follow.
docs/uctypes: Typo/article fixes.
extmod/modlwip: Commit TCP out data to lower layers if buffer gets full.
extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.
tests/basics/builtin_range: Add test for corner case of range slicing.
tests/basics: Add test for containment of a subclass of a native type.
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
py/opmethods: Include the correct header for binary op enums.
py/runtime: Simplify handling of containment binary operator.
docs/uselect: poll: Explicitly specify that no-timeout value is -1.
docs: Add notes on heap allocation caused by bound method refs.
tests/net_hosted: Add test for socket connect() and poll() behaviour.
py/modbuiltins: Slightly simplify code in builtin round().
py/objfloat: Allow float() to parse anything with the buffer protocol.
py/objnamedtuple: Allow to reuse namedtuple basic functionality.
py: Add config option to disable multiple inheritance.
stm32/led: Remove unused LED enum constants.
stm32/boards: Remove obsolete and unused board-specific defines.
stm32/boards: Add support for NUCLEO-F746ZG evaluation board.
stm32/boards/stm32f746_af.csv: Fix typos in AF table.
extmod/vfs_fat: Mount FatFS on creation so VFS methods can be used.
drivers/nrf24l01: Make driver and test run on pyboard, ESP8266, ESP32.
docs/library/network: Enhance AbstractNIC.status to take an argument.
py/objstr: When constructing str from bytes, check for existing qstr.
py/objstr: Make mp_obj_new_str_of_type check for existing interned qstr.
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
extmod/vfs: Use existing qstr for forward-slash string object.
tools/mpy-tool.py: Implement freezing of Ellipsis const object.
Loading