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.
f64a3e296e1c696b1c8a09bac68f7e075f419c8b
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
26
May
25
24
21
19
18
17
16
15
14
13
12
11
10
9
6
5
4
3
2
1
30
Apr
29
28
27
26
25
22
21
19
18
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Mar
30
29
28
27
26
25
24
23
22
21
20
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
28
Feb
27
26
24
23
24
22
21
20
17
16
15
14
13
10
9
8
7
6
5
4
3
2
3
2
1
31
Jan
30
docs: Bump version to 1.9.
unix/Makefile: Don't add frozen bytecode to minimal build.
zephyr/modusocket: Use DEBUG_PRINT macro name as other modules do.
esp8266/mpconfigport.h: Remove duplicate link to lwip module.
esp8266/modules: Mount filesystem at root when creating for first time.
py/objstringio: Catch mp_uint_t overflow of stream position in write().
mpy-cross/Makefile: Guard "override undefine" by test for make feature.
py/mkrules.mk: Fix auto-qstr generation when "make -B" is used.
tests/basics: Add more tests for unwind jumps from within a try-finally.
py/emitbc: Fix bug with BC emitter computing Python stack size.
py/vm: Fix bug with unwind jump popping the iterator from a for loop.
py/vm: Fix bug with stackless mode and unwinding of exceptions.
zephyr/modusocket: getaddrinfo: Raise OSError on resolution timeout, etc.
drivers: Replace deprecated Pin.high()/low() methods with .__call__(1/0).
esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off.
CODECONVENTIONS: Typo fix.
library/machine.Pin: Remove .id() method and .board class attr.
cc3200/mods/pybpin: Remove toggle() method.
py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.
docs/library/machine.UART: Update and improve uart.any() docs.
esp8266/machine_uart: Add uart.any() method.
tests/basics/builtin_range: Add tests for negative slicing of range.
py/objrange: Fix slicing of range when step of slice is negative.
tests/basics/list_slice_3arg: Add more tests for negative slicing.
py/sequence: Fix boundary errors when slicing with a negative step.
docs/library/micropython: Document the newer micropython functions.
drivers/display/lcd160cr_test: Allow test to take orientation parameter.
drivers/display/lcd160cr: Fix get_line method and enhance screen_dump.
docs: Change single occurrence of "Micropython" to "MicroPython".
examples/hwapi/soft_pwm2_uasyncio: Update for call_later_ms().
zephyr/modusocket: getaddrinfo: Use RAISE_ERRNO for proper error decoding.
zephyr/main: Check default netif before applying operations to it.
zephyr/modusocket: Get rid of cur_pkt object member.
zephyr/modusocket: First step to switch to alternative FIFO processing.
tools/mpy-tool.py: Fix regression with freezing floats in obj repr C.
stmhal/modmachine: Remove TODO comment that is now implemented.
stmhal/modmachine: Add machine.UART class, linking to pyb.UART.
esp8266/modnetwork: In connect, fix potential buffer overflows.
tests/io/bytesio_ext: Test read() after seek() past end of BytesIO object.
py/objstringio: Fix StringIO reads at or beyond EOF.
Loading