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.
7e7039b53ccc3c02815823bd95fa50da2955b5c1
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
Jul
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
4
3
1
30
Apr
29
28
29
28
25
26
25
24
23
22
21
20
19
18
17
16
14
13
12
11
10
9
7
6
7
6
5
4
3
2
3
2
1
31
Mar
30
29
28
26
27
26
25
24
23
22
21
20
21
20
19
18
17
16
15
14
13
12
11
10
9
6
5
4
3
stmhal: Add qstr definition for ifconfig when building for WizNet
py: Improve allocation policy of qstr data.
unix: modsocket: Implement inet_pton() in preference of inet_aton().
unix: modsocket: Implement recvfrom().
unix: modsocket: Implement sendto().
unix: socket.getaddrinfo: Port is unsigned value.
cc3200: Refactor and clean-up socket closing code.
cc3200: Set simplelink time and date when enabling WLAN.
cc3200: Add struct weak link for ustruct.
unix: socket.getaddrinfo: Accept family & socktype arguments.
cc3200: Increment telnet Tx retry delay on every try.
cc3200: Correct udelay us to ticks calculation.
cc3200: Use alternative HAL_Delay also when interrupts are disabled.
docs: Update pyb.Accel doc to reflect changes and explain filtered_xyz.
modmachine: Implement physical memory access using /dev/mem (Linux, etc).
cc3200: Translate simplelink's socket error numbers to POSIX values.
cc3200: Create /flash/sys and /flash/lib directories while booting.
cc3200: Make update-wipy.py more robust.
cc3200: Improve interrupt handling and fix bug in HAL_Delay().
cc3200: Increment interrupt stack size from 2K to 3K.
stmhal: Add I2S support to make-pins.py
tools: Fix pydfu.py to work with old and new versions of PyUSB
py: Prevent many extra vstr allocations.
py/repl: Fix case where shorter names are shadowed by longer names.
tools/make-frozen.py: Use Python2-compatible shebang.
tests: Catch ValueError instead of any exception to properly test error.
extmod/modubinascii: Re-use error string to reduce code size.
tools/make-frozen.py: Actually make Python2-compatible.
tools/make-frozen.py: Add Python2 compatibility.
modstruct: Raise NotImplementedError for unsupported repeat specification.
cc3200/README.md: Improve make deploy instructions.
cc3200: Enable base64 methods from modubinascii.
cc3200/README.md: Add notes about deploying a new software version.
ubinascii: Fix a shadowed variable case.
ubinascii: b2a_base64: Optimize away a modulo operation.
extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.
esp8266: Allow to easily override programming baudrate.
cc3200: Fix socket recv and recvfrom return value type.
py/objarray.c: Allow to build with debugging and bytearray but no array.
cc3200: time.sleep() now receives seconds, like CPython.
Loading