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.
016325dd0a5ad0904378004e728ccca19ee2b30d
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
15
Nov
14
12
11
10
8
7
5
4
2
1
31
Oct
30
29
28
27
26
24
23
21
19
17
16
15
13
12
11
10
9
8
7
6
5
4
3
2
29
Sep
26
25
24
22
21
20
19
18
17
16
13
12
11
10
9
8
7
6
5
4
2
1
31
Aug
30
29
28
24
23
22
21
20
19
17
16
15
14
13
12
11
9
8
7
6
3
2
31
Jul
30
29
28
27
26
25
24
22
21
20
19
18
17
15
14
12
11
9
8
7
5
4
3
2
3
2
1
30
Jun
29
28
27
26
25
24
23
22
21
20
17
16
15
14
13
11
10
9
8
7
6
4
3
2
1
31
May
30
29
26
25
24
21
19
18
17
16
15
14
13
12
11
10
9
6
5
4
3
2
tools/mpy-tool.py: Implement freezing of Ellipsis const object.
stm32/boards/NUCLEO_F429ZI: Incr CPU freq to 168MHz to get USB working.
py/mkenv.mk: Use $(PYTHON) consistently when calling Python tools.
py/emitnative: Clean up asm macro names so they have dest as first arg.
esp8266/esp8266_common.ld: Put .text of more libs into .irom0.text .
extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.
esp8266/README: Add section on using upip.
esp8266/README: Emphasize the need to change default WiFi password.
py/objnamedtuple: Add _asdict function if OrderedDict is supported
py/objtype: mp_obj_new_type: Name base types related vars more clearly.
docs/_thread: Add a placeholder docs for _thread module.
py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.
docs/ure: Emphasize not supported features more.
unix/moduselect: Fix nanbox build after adding .dump() method.
unix/moduselect: Add .dump() method for debugging.
axtls: Update, exposes AES functions to implement ECB chiper mode.
esp8266/etshal.h: Make function prototypes compatible with ESP SDK 2.1.0+.
docs/ure: Add flags arg to ure.compile(), mention that ure.DEBUG is optional.
docs/esp8266/general: Minor grammar fixes.
extmod/modussl_axtls: Typo fix in comment.
extmod/modussl_axtls: socket_read: Handle EAGAIN.
zephyr/README: "make qemu" was replaced with "make run".
docs/esp8266/general: TLS limitations: Mention also "ussl" module limitations.
py/compile: Use alloca instead of qstr_build when compiling import name.
docs: Bump version to 1.9.3.
teensy: Get port compiling without any warnings.
docs/ure: Add "|" (alternative) to the list of supported operators.
Revert "py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files."
docs/usocket: Document that settimeout() isn't supported by all ports.
docs/esp8266/general: Add section on TLS limitations.
docs/ussl: Fix module name refs and use "MicroPython port" term.
extmod/modussl_mbedtls: Allow to compile with unix coverage build.
extmod/modussl: Add finaliser support for ussl objects.
docs/reference/isr_rules: Minor typo correction.
lib/axtls: Update, support for SSL_EAGAIN return code.
unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.
py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.
py/objtype: Define all special methods if requested.
docs/library/network: Add dhcp_hostname parameter
extmod/vfs: Replace VLA in proxy func with small, static sized array.
Loading