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.
ddb56a0a843c21841d3226f93505ba4d7857e38a
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
3
May
2
1
30
Apr
29
28
27
26
25
22
21
19
18
16
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
22
21
20
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
28
Feb
27
26
24
23
24
22
21
20
17
16
15
14
13
10
9
8
7
6
5
4
3
2
3
2
1
31
Jan
30
29
28
27
26
25
24
23
22
msvc: Workaround parser bug in older MSBuild versions
mpy-cross: Fix compiler detection for including windows/fmode.c
tests/io/resource_stream: Add test for uio.resource_stream().
py/modio: Implement uio.resource_stream(package, resource_path).
zephyr/main: Remove superfluous include.
zephyr/mpconfigport.h: Enable line number information for scripts.
tests/cpydiff/core_import_prereg: Fill in cause and workaround.
tests/cpydiff/core_function_userattr: Clarify, fill in cause and workaround.
tests/cpydiff/core_arguments: Fill in cause/workaround.
zephyr/Makefile: Add debugserver Zephyr target.
unix/main: Ignore SIGPIPE signal, instead make EPIPE arrive.
extmod/modlwip: ioctl POLL: Fix handling of peer closed socket.
windows/README: Add a note about stack usage for msvc
windows/README: Fix some typos and grammar
tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
tools/mpy-tool: Make work if run from another directory.
msvc: Rebuild all qstrs when mpconfig headers are modified
msvc: Do not define DEBUG for debug builds
py: Cleanup use of global DEBUG preprocessor definition
windows/README: Convert to Markdown.
extmod/modlwip: getaddrinfo: Allow to accept all 6 standard params.
extmod/moduselect: Implement ipoll() method for alloc-free polling.
extmod/moduselect: Refactor towards introduction of poll.ipoll().
extmod/moduselect: Convert to MP_ROM_QSTR and friends.
qemu-arm, stmhal: Remove dummy memory.h since it's no longer needed.
examples/hwapi: Add config for Zephyr port of 96Boards Carbon.
extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.
zephyr/modusocket: Add dummy makefile() implementation.
zephyr/modusocket: sock_read: Check socket status only at the start of packet.
zephyr/modusocket: Add read/readline/readinto stream methods.
zephyr/modusocket: Refactor recv() into stream read() method.
unix: Remove obsolete MICROPY_FATFS macro.
zephyr/modusocket: Enable stream write() method.
zephyr/modusocket: Refactor send() into stream write() method.
zephyr: Add 96b_carbon configuration.
py/mpz: In mpn_sub, use existing function to remove trailing zeros.
tests/basics: Add tests for int.from_bytes when src has trailing zeros.
py/mpz: Strip trailing zeros from mpz value when set from bytes.
zephyr/main: Configure IPv4 netmask and gateway to allow Internet access.
tests: Add tests for calling super and loading a method directly.
Loading