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.
c618f91e22613b2e530f7c21be0be789a7e8eed5
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
26
May
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
12
11
10
9
8
7
6
5
4
3
2
1
31
Mar
30
29
28
27
26
25
24
23
19
17
16
15
14
13
12
11
10
9
esp8266/xtirq: Add xtirq.h for controlling xtensa irqs.
esp8266/modpybspi: Configure pins when initialising an SPI object.
esp8266: Add mp_hal_pin_input() and mp_hal_pin_output() functions.
.travis.yml: Install gcc-arm-none-eabi with --force-yes for now.
unix: Enable "ussl" module.
extmod/modussl: Coverage build fixes.
unix/Makefile: nanbox build is not compatible with modussl, disable.
extmod/modussl: Make more compatible with non-default obj representations.
py/moduerrno: Add EEXIST, EISDIR.
esp8266/esp_mphal: mp_uos_dupterm_deactivate() may raise exception.
esp8266/esp_mphal: Handle Ctrl+C from dupterm (e.g. WebREPL).
esp8266/esp_mphal: Fix NLR buffer leak in call_dupterm_read().
esp8266/scripts/port_diag: Dump network interface IP settings.
docs/esp8266/general: Grammar fixes.
py/objnamedtuple: Allow passing field names as a tuple.
unix: Support frozen packages.
py/makeqstrdata.py: Allow to have double-quote characters in qstrs.
stmhal: Support frozen packages using .mpy files.
tools/mpy-tool.py: Don't strip directories from the frozen source name.
mpy-cross: Add -s option to specify the embedded source filename.
tools/mpy-tool.py: Include .py extension in frozen filename.
py: Allow to stat and import frozen mpy files using new frozen "VFS".
docs: esp8266: Include ussl module in the docs.
docs/ussl: Add basic description of axTLS-based modussl.
esp8266/main: Update _boot module loading for recent frozen modules refactors.
esp8266: Enable collections.OrderedDict.
py/objstr: Fix mix-signed comparison in str.center().
py/objstr*: Properly ifdef str.center().
tests: Add testcase for str.center().
py/objstr: Implement str.center().
py/builtinimport: Unbreak bare-arm build.
py/builtinimport: Unbreak minimal build.
tools/make-frozen: Update for latest changes in frozen modules support.
py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.
unix/unix_mphal: Implement mp_hal_ticks_us().
py/mphal.h: Provide default prototypes for mp_hal_delay_us/mp_hal_ticks_us.
extmod/moduos_dupterm: Dumpterm subsystem is responsible for closing stream.
extmod/modwebrepl: Add close() method.
extmod/modwebsocket: Add close() method.
py/stream: Add mp_stream_close() helper function.
Loading