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.
bdf33bc1367fa6fc888c791ce00b326bbd279bdf
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
16
Jan
12
8
9
8
7
6
5
4
3
2
31
Dec
30
29
28
27
25
24
23
22
21
20
19
18
17
16
15
14
13
12
9
8
7
5
4
2
1
30
Nov
29
28
26
25
24
23
22
21
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Oct
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
7
6
5
4
5
4
3
1
30
Sep
29
28
27
28
27
24
23
22
21
22
20
19
18
py/builtinimport: Remove unreachable code and change obj-import comment.
py/builtinimport: Raise ValueError for bad relative import, per CPython.
unix/coverage: Move coverage #if guard back to top of file.
tests/import: Improve builtinimport.c test coverage.
tests: Improve stream.c test coverage.
stmhal: fix wrong usage of gcc -print-libgcc-file-name
stmhal: Support PortG on STM32L476 and STM32L486.
extmod/modframebuf: optimize fill_rect subroutine call
tests: Update test suite to be compatible with CPython 3.6.
docs: Bump version to 1.8.7.
tests/unix/extra_coverage: Add tests for importing frozen packages.
py/builtinimport: Fix bug when importing names from frozen packages.
drivers/onewire/ds18x20: Fix negative temperature calc for DS18B20.
cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function.
docs/usocket: Clarify that socket timeout raises OSError exception.
tests/array*: Allow to skip test if "array" is unavailable.
tests/types1: Split out set type test to set_types.
docs/library/esp: Remove para and add further warning about flash.
esp8266/modules/flashbdev: Change RESERVED_SECS to 0.
esp8266/modules/flashbdev: Remove now-unused function set_bl_flash_size.
esp8266/modules/flashbdev: Remove code to patch bootloader flash size.
unix/Makefile: Allow cache-map-lookup optimisation with frozen bytecode.
tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
py/mkrules.mk: Add MPY_CROSS_FLAGS option to pass flags to mpy-cross.
tests/unix/extra_coverage: Add basic tests to import frozen str and mpy.
unix: Enable and add basic frozen str and frozen mpy in coverage build.
unix/Makefile: Split long line for coverage target, easier to modify.
tests/unix: Improve formatfloat.c test coverage using C.
tests/float: Improve formatfloat.c test coverage using Python.
tests: Improve warning.c test coverage.
tests/run-tests: Allow to skip set tests.
all: Consistently update signatures of .make_new and .call methods.
docs/library/esp: Document esp.set_native_code_location() function.
esp8266/modules/flashbdev: Add RESERVED_SECS before the filesystem.
esp8266/Makefile: Put firmware-ota.bin in build/, for consistency.
esp8266/general: Add "Scarcity of runtime resources" section.
tests/pyb/uart: Update test to match recent change to UART timeout_char.
docs/esp8266/tutorial: Close socket after reading page content.
drivers/onewire: Enable pull up on data pin.
esp8266/modesp: Fix a typo, print -> printf.
Loading