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.
3d7f3f00e03ef165aebef68a5f9710631494654b
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
9
Jul
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
16
15
14
15
14
13
travis: Run unix thread tests.
tests/run-tests: If running thread tests on unix, don't run mutate ones.
unix: Disable the GIL to improve performance of non-thread code.
unix/main: When preparing sys.path, allocate exact strings on uPy heap.
unix/main: Improve help for -X options a bit.
unix/main: Error out on unknown value of suffix in -X heapsize= option.
extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations.
py/objarray: Split out header to allow direct access to object.
esp8266/esp_mphal: Properly handle dupterm EOF after switching to readinto().
esp8266/esp_mphal: call_dupterm_read: Use readinto() method.
esp8266/main: Init recently added dupterm_arr_obj port state var.
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap.
unix/Makefile: Make "minimal" build be minimal again.
esp8266/README: Promote from "highly experimental" to "experimental".
esp8266: Switch webrepl to use frozen bytecode.
esp8266: Switch webrepl_setup to use frozen bytecode.
esp8266: Explicitly collect garbage in bootstrap scripts.
extmod/modbtree: Fixes for nanbox build.
unix: Enable btree module.
extmod/modbtree: Fix unused argument warning.
py/mpconfig.h: Mention MICROPY_PY_BTREE config option.
py/builtinimport: Disable "imported as namespace package" warning.
extmod/modwebrepl: Add readinto() method.
extmod/modwebsocket: Add readinto() method.
tests/meminfo: Update for addition of "max free sz" output.
py/gc: Calculate (and report) maximum contiguous free block size.
esp8266/modpybuart: allow setting baudrate and other params
esp8266/websocket_helper.py: Fix typo in debug output.
py/gc: Be sure to count last allocated block at heap end in stats.
esp8266/websocket_helper.py: Avoid extra string allocations.
stmhal: Enable SD card on L4 MCUs.
stmhal: Correct DMA to allow SD card on L4 MCUs.
stmhal: Update HALCOMMITS due to change to hal
stmhal: Port of f4 hal commit 1d7fb82 to l4 hal
esp8266/README: Describe how to build mpy-cross.
esp8266: Enable frozen bytecode, with scripts in modules/ subdir.
qemu-arm: Disable gcc LTO option for nlrthumb.c.
cc3200: Remove obsolete singleton heart-beat object.
cc3200: Allow to compile bootloader with threading enabled.
Loading