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.
a9862b30068fc9df1022f08019fb35aaa5085f64
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
Dec
13
12
11
10
9
8
7
6
5
4
3
1
30
Nov
29
28
27
26
25
24
23
22
21
20
16
15
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
tools/pydfu.py: Call set_configuration() on fresh USB device object.
tools/tinytest-codegen: Take --target= option for test set selection.
tests/run-tests: Add --list-tests switch.
extmod/modure: Add cast to workaround bug in MSVC.
stm32/usbdev: Pass thru correct val for SCSI PreventAllowMediumRemoval.
.travis.yml: Update for qemu-arm's testing moved to Makefile.test.
ports/qemu-arm: Rework "test" target using upytesthelper.
tools/tinytest-codegen: More excludes after enabling expected output match.
tools/tinytest-codegen: Wrap lines of exclude_tests.
tools/tinytest-codegen.py: Generate code for upytesthelper.
lib/upytesthelper: MicroPython test helper layer on top of tinytest.
docs/esp8266/tutorial: Fix typo, change -> changed.
esp32: Add custom partitions.csv file with uPy specific size.
esp32/Makefile: Support using IDF_PATH as the env var to the IDF source.
esp32/modesp: Add osdebug() function to disable or change IDF logging.
esp32/mpconfigport.h: Enable websocket module.
esp32: Implement wired Ethernet via network.LAN().
extmod/modussl_mbedtls: Clean up mbedtls state when error during setup.
esp32/mpconfigport.h: Enable ussl finaliser.
esp32/modnetwork.c: Fix for setting DNS with network.WLAN.ifconfig().
esp32/modules: Symlink in ntptime.py from esp8266/modules.
esp32: Update to latest ESP IDF.
esp32/machine_pwm: Always set the channel in the PWM object.
esp32/modutime.c: Add localtime and mktime functions.
esp32/README: Update general description of port to add avail features.
esp32: Implement machine.WDT() class.
esp32: Call initialization function on sha1 and sha256.
esp32/mphalport.h: Make mp_hal_pin_<dir> select gpio on the pad.
esp32/mpconfigport.h: Add missing uhashlib.
esp32/modsocket: Implement setsockopt(IP_ADD_MEMBERSHIP).
esp32/modnetwork: Give better error msgs for AP timeout and not-found.
esp32: Add new port to Espressif ESP32 SoC.
py/builtinimport: Call __init__ for modules imported via a weak link.
drivers/display/ssd1306: Make SSD1306 class inherit from FrameBuffer.
docs/packages: Add quick "Creating distribution packages" section.
tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.
tests/cpydiff: Update subclassing Exception case and give work-around.
py/objtype: Refactor object's handling of __new__ to not create 2 objs.
tests/extmod: Add test which subclasses framebuf.FrameBuffer.
tests/basics: Add test for overriding a native base-class's init method.
Loading