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.
511c083811ca538753dfccc7c908048b2c23bea4
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
22
Jan
21
20
19
18
17
16
12
8
9
8
7
6
5
4
3
2
31
Dec
30
29
28
27
25
24
23
22
21
20
19
18
17
16
15
14
13
12
9
8
7
5
4
2
1
30
Nov
29
28
26
25
24
23
22
21
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Oct
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
7
6
5
4
5
4
3
1
30
Sep
29
28
27
28
27
24
esp8266: Convert to use builtin help function.
stmhal: Convert to use builtin help function.
py: Add builtin help function to core, with default help msg.
tests/heapalloc_int_from_bytes: Test that int.from_bytes() can work w/o alloc.
tests: Add test for int.from_bytes() for arbitrary-precision integer.
py/objint_longlong: Add stub for mp_obj_int_from_bytes_impl().
py/objint: from_bytes(): Implement "byteorder" param and arbitrary precision.
py/mpz: Implement mpz_set_from_bytes() as a foundation for int.from_bytes().
zephyr: Enable SLIP networking for the default build.
zephyr: Add separate Zephyr config for "minimal" build.
zephyr: Remove deprecated .mdef file.
zephyr/help: Update n_args param type to size_t.
tests/basics: Add test for assignment of attribute to bound method.
travis: Unconditionally run coveralls analysis, even if others failed.
tests/misc/non_compliant: Add test for inability to assign func attrs.
tests/micropython/opt_level: Add test for opt_level 3.
tests/extmod/framebuf1: Add test for no-op fill_rect.
tests/float: Add test for assigning to attribute of complex number.
py/objint_mpz: Refactor switch-statement to remove unreachable default.
py/formatfloat: Remove unreachable code.
stmhal: Implement SNAK/CNAK mechanism for USB HID receive.
stmhal: Implement ioctl for USB HID read.
stmhal: Fix USB HID receive not receiving the first packet.
drivers: Fix some minor spelling mistakes.
docs: Fix some minor spelling mistakes.
py/binary: mp_binary_get_size: Raise error on unsupported typecodes.
tests/extmod: Improve test coverage of ure module.
py/runtime: Refactor default case of switch to remove assert(0).
py/objexcept: Replace if-cond and assert(0) with simple assert.
py/emitnative: Remove assert(0)'s or replace with mp_not_implemented.
py/parse: Refactor code to remove assert(0)'s.
tests/basics: Improve runtime.c test coverage.
tests/io: Improve test coverage of io.BufferedWriter.
tests: Update tests, and add new ones, for recent generator tweaks.
py/objgenerator: Don't raise RuntimeError if GeneratorExit ignored.
py/objgenerator: When throwing an object, don't make an exc instance.
py/runtime: Fix handling of throw() when resuming generator.
py/runtime: Refactor assert(0) to improve coverage.
tests: Improve frozen import test coverage.
py/builtinimport: Remove unreachable code and change obj-import comment.
Loading