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.
d7353fe6fe9c9d421ef045c0eea8d4591710e1ba
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
14
Jan
13
12
11
10
9
8
7
8
7
6
4
3
2
1
31
Dec
30
29
28
27
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
2
1
30
Nov
29
28
27
26
25
22
21
19
17
16
17
15
9
6
5
4
3
2
31
Oct
30
31
30
29
26
25
24
23
22
21
20
19
18
17
16
15
13
12
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Sep
29
28
27
26
25
23
22
21
19
17
18
17
15
13
12
11
10
8
7
6
5
4
3
2
1
31
Aug
30
29
28
27
26
27
26
25
24
py, unix: Trace root pointers with native emitter under unix port.
py: Make compiler not crash when default except is not last.
py/showbc.c: Handle new LOAD_CONST_OBJ opcode, and opcodes with cache.
py: Never intern data of large string/bytes object; add relevant tests.
py: Add load_const_obj to emitter, add LOAD_CONST_OBJ to bytecode.
minimal: Add simple test; build and run minimal test on Travis CI.
minimal/Makefile: Remove unnecessary -I of py/ dir.
minimal: Add "run" make target to run emulated build with suitable tty config.
minimal: Convert "bare-arm" port to "minimal" port.
minimal: New port, intended to represent minimal working code.
py: Allow to compile with -Wstrict-prototypes.
py: Allow to compile with -Wredundant-decls.
py, unix, lib: Allow to compile with -Wold-style-definition.
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
py: Make a function static and comment out those not used.
py, unix: Allow to compile with -Wdouble-promotion.
qemu-arm: Disable basics/memoryerror.py test.
stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards.
travis: grep for failure in qemu-arm output if tests fail.
windows: Enable MICROPY_STACK_CHECK.
qemu-arm: Enable GC and native code-gen; enable more tests.
lib/mp-readline: Refactor to support coroutine/event-driven usage.
teensy: Update for readline module moved to lib/.
esp8266: Update for readline module moved to lib/.
stmhal: Move readline code to lib/mp-readline/.
py/makeqstrdata.py: Make it work again with both Python2 and Python3.
py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1.
py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script.
py: Remove unnecessary BINARY_OP_EQUAL code that just checks pointers.
py: Implement fallback for equality check for all types.
py: Add (commented out) code to gc_dump_alloc_table for qstr info.
py/makeqstrdata.py: Add more allowed qstr characters; escape quot.
py: Fix hard-coded hash for empty qstr (was 0x0000 now 0x1505).
py: Add config option MICROPY_COMP_MODULE_CONST for module consts.
tests: Make ffi_callback.py be able to run on uclibc and macosx.
py: Fix handling of "0" mpz in some functions.
stmhal: Reclaim 72 bytes of stack by factoring out flash init code.
py: Make mem_info print correct remaining stack bytes.
windows: Enable MICROPY_PY_MICROPYTHON_MEM_INFO.
py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.
Loading