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.
ea23520403777f9b026f49245d39f8be1ccdbdac
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
12
Apr
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
8
7
6
5
4
3
2
29
Feb
28
27
25
23
22
21
17
15
14
13
12
10
9
8
7
6
3
2
1
31
Jan
30
29
28
27
26
25
24
23
21
19
17
16
15
14
13
12
11
10
9
8
7
4
3
2
1
31
Dec
30
31
30
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
5
4
3
extmod: Add generic machine.I2C class, with bit-bang I2C.
extmod: Add initial framebuf module.
esp8266/scripts/inisetup.py: Use "-" in AP ESSID instead of space.
esp8266/scripts/inisetup.py: Set WPA/WPA2 AP mode with a predefined password.
esp8266: Add Python modules for initial configuration.
esp8266/scripts/main.py: Remove stale file.
esp8266/modnetwork: .config(): Add "password" param (W/O).
esp8266/modnetwork: .config(): Add "authmode" param.
esp8266/modnetwork: .config(): Check interface whose config is requested.
unix: Build with MICROPY_PY_UHASHLIB_SHA1 if already building with axTLS.
esp8266: Enable websocket module.
docs: Bump version to 1.7.
extmod/modwebsocket: write(): Support write size beyond 125 bytes.
extmod/modlwip: Fix for loss of data in unaccepted incoming sockets.
esp8266/modesp: Add freemem() and meminfo() functions.
esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call().
py/stream: Move uPy func obj wrappers to below their respective funcs.
py/stream: Simplify arg extraction logic for stream_ioctl.
esp8266: Implement multistage bootstrap sequence.
extmod/modwebsocket.h: Split websocket-related defines for reuse.
py/stream: ioctl(): Properly support 2-arg form.
py/stream: Fix signed comparison issue.
extmod/modwebsocket: Implement MP_STREAM_SET_DATA_OPTS ioctl.
extmod/modwebsocket: Allow to get type of last read data using ioctl().
py/stream: Add Python-level ioctl() method.
py/stream.h: Add bigger inventory of stream ioctl's.
extmod/modwebsocket: Record current fragment type (binary/text/etc.)
extmod/modwebsocket: Add option for blocking writes to non-blk sockets.
extmod/modwebsocket: Reset mask between packets.
extmod/modwebsocket: Make sure to propagate EOF.
unix: freedos strip and size names for binaries
extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
extmod/modwebsocket: Properly check number of args to constructor.
lib/axtls: Update to the latest upstream master.
docs: esp8266: Enable "machine" module docs.
docs/ubinascii: Document non-standard "sep" argument to hexlify().
stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS).
py/objarray: Fix array.append so it doesn't extend if append fails.
py: Implement basic with support in native emitter.
py: Combine continuous block of emit steps into with_cleanup emit call.
Loading