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.
ec7fe925312845f788590ce5ccb2a8b3a18a0486
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
24
Sep
23
22
21
22
20
19
18
17
16
14
12
10
9
8
7
6
5
4
3
4
3
2
1
31
Aug
30
29
28
27
26
25
24
22
20
19
17
16
15
14
12
11
10
9
7
6
5
4
2
1
31
Jul
30
29
28
27
26
25
24
23
22
21
17
16
15
14
13
11
10
9
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
12
10
9
8
7
6
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
17
16
15
14
13
12
11
10
extmod/uzlib/: Update uzlib to v2.0.3.
tests/uzlib_decompio_gz: Test for DecompIO with gzip bitstream.
extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.
extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream.
tools: Update upip to 0.8. Fixes IPv6 support.
py/py.mk: Add support for building modussl_mbedtls.
py/parse: Only replace constants that are standalone identifiers.
docs/library/machine: Update description of disable/enable IRQ funcs.
py: Update opcode format table because 3 opcodes were removed, 1 added.
py: Shrink mp_arg_t struct by using reduced-size integer members.
extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().
extmod/machine_i2c: Add clock stretching support.
stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported.
stmhal: Put common definitions from linker files to common.ld.
unix: Enable btree module for coverage build.
py/py.mk: Suppress some compiler warnings when building berkeley-db.
py/stream: Remove unnecessary check for NULL return from vstr_extend.
README: Remove issue-stats badges, the service is no longer available.
extmod/modussl_mbedtls: Use 2-component include paths.
extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().
extmod/modubinascii: Fix crc32() function on 32-bit platforms.
extmod/uctypes: Allow full 32-bit address range.
extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.
all: Remove 'name' member from mp_obj_module_t struct.
stmhal: Use attribute to avoid inlining.
py/builtinimport: Fix nanbox build after change to better handle -m modules.
builtinimport: add the module specified by -m to sys.modules as '__main__'
esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms.
travis: Run feature and coverage test for precompiled mpy files.
tests/run-tests: Add --via-mpy option to run test from precompiled code.
tests: Get cmdline verbose tests running again.
py/showbc: Make printf's go to the platform print stream.
tests/array1: Add tests for "l", "L" array types to improve coverage.
tests/struct1: Test "l" specifier to improve coverage.
py/qstr: Remove a comment.
stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.
py/objnone: Use mp_generic_unary_op instead of custom one.
py/vstr: Remove vstr.had_error flag and inline basic vstr functions.
py: Combine 3 comprehension opcodes (list/dict/set) into 1.
py: Combine 3 comprehension emit functions (list/dict/set) into 1.
Loading