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.
274952a1174efe27fa90dd793587837584712358
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
28
Jul
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
9
8
7
6
5
4
3
2
1
30
Apr
29
28
27
28
27
26
25
24
23
22
21
20
19
18
17
unix/file: Use generic stream flush() method.
esp8266/modpybuart: Fix UART parity setting.
unix/file: fdfile_ioctl(): Fix argument to check_fd_is_open().
py/stream: Implement generic flush() method, in terms of C-level ioctl.
unix/file: ioctl(): Check that file is open before operations.
unix/file: Implement MP_STREAM_FLUSH ioctl.
tests/run-tests: Make "regex'ed .exp" facility available to device tests.
py/stream: Stream module works with errno's, so should include mperrno.h.
unix/mpconfigport.h: Include stdio.h by default.
tests/unicode_subscr.py: Detailed test for subscripting unicode strings.
py/objstrunicode: str_index_to_ptr: Implement positive indexing properly.
py/objstrunicode: str_index_to_ptr: Should handle bytes too.
py/stream.h: Remove dated comment of POSIX-specificity of EAGAIN.
py/stream.h: Move mp_stream_write_adaptor() inside ifdef block.
tests/extmod/btree1: Close database at the end of test.
extmod/modbtree: Check __bt_open() return value for error.
esp8266/_boot.py: Decrease GC alloc threshold to quarter of heap size.
extmod/modwebrepl: Use mp_stream_close() method.
examples/http_client*: Be sure to close socket.
extmod/modussl_axtls: Use mp_stream_close() method.
esp8266/_boot.py: Set GC alloc threshold to half of heap size.
esp8266: dupterm_task_init() should be called before running _boot.py, etc.
examples/embedding: Add README.
examples/embedding: Example for embedding MicroPython in an app.
wundows/README: Typo fix.
mpy-cross: Use binary file translation mode for creating mpy files on windows
lib/utils/stdout_helpers: Move from minimal/uart_extra.c for reuse.
tests/bytes_compare: Rework test for bytes <-> str comparison.
esp8266: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
py/mpconfig.h: Fix description for MICROPY_PY_STR_BYTES_CMP_WARN.
py/obj: Issue a warning when str and bytes objects are compared.
py: Fix nlrthumb.c when DEBUG=1 is defined
minimal: Disable MICROPY_GC_ALLOC_THRESHOLD.
unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.
py/gc: Implement GC running by allocation threshold.
lib/utils/pyexec: Use full path to readline.h header, per latest conventions.
tests/extmod/machine_pinbase: Skip if machine.PinBase is not available.
unix: Cache libaxtls.a in local build dir.
esp8266: Cache Xtensa-built libaxtls.a in local build dir.
Loading