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.
db7f4aa2cb5848942c421785770831bd9be7b9b6
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
28
Dec
26
23
22
20
19
18
16
15
14
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
py/nlr: Factor out common NLR code to macro and generic funcs in nlr.c.
py/nlr: Clean up selection and config of NLR implementation.
py/nlrthumb: Fix use of naked funcs, must only contain basic asm code.
zephyr/main: Remove unused do_str() function.
Revert "py/nlr: Factor out common NLR code to generic functions."
zephyr/Makefile: clean: Clean libmicropython.a too.
docs/library/index: Elaborate uPy libraries intro.
stm32/i2c: Support more I2C baudrates for F746, and more F7 MCUs.
stm32/i2c: Fix bug with I2C4 initialisation.
stm32/uart: Support board configs with CTS/RTS on UART6.
esp8266/Makefile: Remove commented-out unused lines.
drivers/sdcard: Support old SD cards (<=2GB).
esp32/README: Update toolchain setup.
stm32/uart: Add support for 7-bit modes: 7N1 and 7N2.
stm32: Allow to build a board without any hardware I2C ports defined.
stm32: Use corrected capitalization of HAL_SD_CardStateTypedef.
tests/basics/memoryerror: Add test for out-of-memory using realloc.
py/malloc: Remove unneeded code checking m_malloc return value.
qemu-arm/test_main: Include setjmp.h because it's used by gc_collect.
py/nlr: Factor out common NLR code to generic functions.
unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM.
py/modio: Use correct config macro to enable resource_stream function.
tests/extmod: Add some uctypes tests to improve coverage of that module.
tests: Add some more tests to improve coverage of py/parse.c.
py/mpz: Apply a small code-size optimisation.
tests/basics/builtin_pow3: Add tests for edge cases of pow3.
py/mpz: Fix pow3 function so it handles the case when 3rd arg is 1.
tests/basics/generator_pend_throw: Add test for just-started generator.
tests/unix: Add test for printf with %lx format.
tests/float/builtin_float_hash: Add test to improve objfloat.c coverage.
tests/extmod/uhashlib_sha256: Add test for hashing 56 bytes of data.
py/objset: Remove unneeded check from set_equal.
tests/basics: Add more set tests to improve coverage of py/objset.c.
py/map: Don't include ordered-dict mutating code when not needed.
py/runtime: Remove unnecessary break statements from switch.
esp32/machine_hw_spi: Remove unnecessary white space for consistency.
esp32/machine_hw_spi: Fix large HW SPI transfers by splitting them up.
.travis.yml: Build and test strict stackless build.
unix/mpconfigport.h: Allow to override stackless options from commandline.
unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA.
Loading