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.
9472907ae1906ccff7ce5cab24f0fa9d146c4534
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
4
Jul
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
2
1
28
Feb
27
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.
cc3200: Add modussl, ssl sockets subclassed from normal sockets.
cc3200: Code clean-up on pybpin.
cc3200: Set WLAN date/time via the rtc.datetime method().
cc3200: Optimize check for WLAN AP mode.
cc3200: Raise an exception if trying to scan for networks in AP mode.
cc3200: Add socket.timeout and socket.error exceptions.
py: Add TimeoutError exception subclassed from OSError.
docs/wipy: Update safe boot comments to match actual behaviour.
cc3200: Add CA, certificate and key files to the updater list.
cc3200: Correct socket settimeout time format.
builtinimport: Fix running package submodule with -m.
cc3200: Adapt update-wipy.py timing to improve stability.
cc3200: Add `Pin.name()` method.
cc3200: Enable more features to improve compatibility with stmhal.
stmhal: Add config option for storage to use second flash segment.
docs: Fix duplicate label error for network.WLAN.
docs: Make index link point to "index.html" irrespective of port.
tests: Add test for relative import without package context.
builtinimport: Catch case when relative import happens without active package.
runtime: Improve mp_import_name() debug logging.
objstr: Add note that replace() is nicely optimized.
docs: Add link from pyboard asm tutorial to asm reference.
py: Remove mp_load_const_bytes and instead load precreated bytes object.
py: Remove mp_load_const_str and replace uses with inlined version.
tools: Update upip to 0.5.4.
CODECONVENTIONS.md: add documentation on putting comments in code.
tests: Split out json float tests to separate files.
tests: Add support for the WiPy in run-tests script.
docs: Add link in references index to Thumb2 assembler docs.
docs: Add reference for Thumb2 inline assembler.
docs: Add "reference" directory for putting docs about the language.
Loading