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.
4db727afea0082780fca558ff251afb4a8b32ad7
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
13
Apr
12
11
12
11
10
9
8
9
8
9
8
7
6
5
6
5
6
5
4
3
4
3
2
1
2
1
31
Mar
30
29
28
27
26
27
26
25
24
25
24
23
24
23
22
23
22
21
22
21
20
19
17
16
15
14
13
12
13
12
11
10
9
8
7
6
5
4
3
2
1
Merge pull request #471 from errordeveloper/misc_fix/unistd
bare-arm/unix-cpy: Minor changes.
stm[hal]: Init mp_sys_path and mp_sys_argv correctly.
py: Modify makeqstrdata to recognise better the output of CPP.
py: Add more #if's for configurable MOD_SYS.
Merge pull request #476 from pfalcon/static-sys
Merge pull request #473 from pfalcon/list-extend-iter
py: Oops, fix int.from_bytes to correctly convert bytes!
py: Make int.from_bytes a classmethod; support arbitrary length buf.
py: Fix mp_get_buffer, and use it in more places.
py: Add traceback info to syntax errors.
py: Update showbc to decode ptrs for MAKE_FUNCTION ops.
stmhal: Little hack to dump GC allocation table using pyb.info().
py: Remove unique_codes from emitglue.c. Replace with pointers.
py: Factor out impl of special methods for builtin types into opmethods.c
objset: Implement __contains__() op-method.
py: Provide more details for too few and too much args for Python fun calls.
py: Rename collections module to _collections.
README: Update for modffi being enabled by default for unix port.
stmhal: Update for static mod sys.
py: Move sys attribute qstrs's to core.
py, unix: Convert sys module to static representation.
objlist: Add support for statically allocated lists.
py: Make bytes type hashable.
objstr: Add str.encode() and bytes.decode() methods.
objlist: Make .extend accept arbitrary iterable.
Merge pull request #472 from pfalcon/modffi-on
Merge branch 'master' of github.com:micropython/micropython
py: Big improvements to inline assembler.
unix: Enable modffi by default.
pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures.
py: the entire `<unistd.h>` shouldn't be needed
py: don't look for any additional headers when lexerunix is disabled
stmhal: Put a USB structure in ROM; GC doesn't scan the data segment.
Update .gitignore to ignore __pycache__/.
examples: Add example script to flash an LED using inline assembler.
py: Make all LOAD_FAST ops check for unbound local.
tests: Add some bytecode tests.
Merge branch 'master' of github.com:micropython/micropython
py: Improve inline assembler; improve compiler constant folding.
Loading