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.
c3bd9415cc8e6ba3619fe4b7a2bdac20260b0236
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
Oct
13
12
11
10
9
8
9
8
7
6
5
4
3
2
1
30
Sep
29
28
27
28
27
26
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
7
4
3
1
31
Aug
30
29
30
29
30
29
28
25
22
21
20
17
18
17
16
15
14
13
12
11
10
9
8
7
6
5
3
2
31
Jul
30
29
27
26
25
24
23
22
21
6
Jun
20
Jul
19
17
16
15
14
15
14
12
11
10
9
8
7
6
5
4
2
30
Jun
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
18
17
16
13
12
11
10
9
8
7
6
5
tests/jni: Start adding modjni tests.
unix/modjni: Add iteration support for Java List objects.
unix/modjni: call_method: Check for Java exception after method return.
tests: Add more tests for viper 16/32-bit load/store, and ellipsis.
py/qstr: Fix calc of qstr memory usage, due to new qstr chunk allocation.
docs: Fix formatting of DAC code examples.
stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12.
py: Implement ptr32 load and store in viper emitter.
unix/modtermios: tcsetattr: If 0 passed for "when" param, treat as TCSANOW.
py: Add support to call __init__ from a builtin module on first import.
py: Allow to to build MicroPython as a static library.
py/parse: Make parser error handling cleaner, less spaghetti-like.
py: Move constant folding from compiler to parser.
py/objarray: Allow to create array of void pointers, as extension to CPython.
unix: Add exit and paste-mode hints to shell startup banner.
README.md: Document "Ctrl+D" shell exit.
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
stmhal: Enable REPL auto indent; document paste mode in help().
repl: Add paste mode to friendly REPL, entered via CTRL-E.
py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.
py/makeqstrdata.py: Catch and report case of empty input file.
unix/modsocket: Fix usage of pointers to locals outside scope
drivers/sdcard: Allow up to 5 retries to initialise SD card.
docs: Describe properly how MCU can be woken from pyb.standby() state.
unix/modjni: py2jvalue: Support bool and None values.
tests: In pyb RTC tests, check wakeup register values.
stmhal: Fix USB CDC-only mode under Windows.
py/parse: Factor logic when creating parse node from and-rule.
unix/modjni: jvalue2py() is currently not used.
unix/modjni: Allow to access fields of objects.
py: Don't generate unnecessary parse nodes for assignment or kwargs.
tests: Add test for evaluation order of dictionary key/value pairs.
py/emitnative: Raise ViperTypeError for unsupported unary ops.
py/compile: Fix edge case when constant-folding negation of integer.
stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods.
unix/modjni: After Call*Method(), Java exception should always be checked.
stmhal: In RTC.wakeup, fix setting of wucksel to get correct period.
docs: Update esp8266 documentation to match the code.
modussl: SSL socket wrapper module based on axTLS.
tests/basics/builtin_range: PEP8 fixes.
Loading