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.
707f16b05c663ec3bdaf0ab0713e349638acd0fe
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
1
Jun
31
May
30
29
26
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
unix: Convert to use core-provided version of built-in import().
ports: Convert from using stmhal's input() to core provided version.
py/modbuiltins: Add core-provided version of input() function.
lib/libm: Use isfinite instead of finitef, for C99 compatibility.
stmhal/boards: Enable DAC for NUCLEO_F767ZI board.
docs/esp8266: Consistently replace Pin.high/low methods with .on/off.
docs/machine.Pin: Add on() and off() methods.
docs/machine.Pin: Remove out_value() method.
various: Spelling fixes
qemu-arm/Makefile: Adjust object-file lists to get correct dependencies.
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().
Loading