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.
74fad3536b961e2ffe08e545b1cf787c0c0b4772
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
2
Mar
1
28
Feb
27
26
25
24
23
22
21
20
19
18
19
18
17
15
14
13
12
9
8
7
5
4
2
1
31
Jan
10
29
Dec
28
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
stm32/spibdev: Update to work with new spiflash driver.
extmod/machine_spi: Make SPI protocol structure public.
drivers/memory/spiflash: Add support for QSPI interface.
drivers/bus: Add QSPI abstract type with software QSPI implementation.
py/objint: Remove unreachable code checking for int type in format func.
tests: Move heap-realloc-while-locked test from C to Python.
tests/unix: Add coverage tests for various GC calls.
py/formatfloat: Fix case where floats could render with negative digits.
py/formatfloat: Fix case where floats could render with a ":" character.
py/formatfloat: Fix rounding of %f format with edge-case FP values.
tests/extmod/vfs_fat_fileio1: Add test for calling file obj finaliser.
extmod/vfs_fat_diskio: Use a C-stack-allocated bytearray for block buf.
tests/basics/gc1: Add test which triggers GC threshold.
tests/unix: Add coverage test for VM executing invalid bytecode.
py/vm: Simplify handling of special-case STOP_ITERATION in yield from.
py/vm: Fix case of handling raised StopIteration within yield from.
esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.
esp8266/uart: Allow to compile with event-driven REPL.
py/mpstate.h: Add repl_line state for MICROPY_REPL_EVENT_DRIVEN.
tests/float: Adjust float-parsing tests to pass with only a small error.
tests/extmod/uzlib_decompress: Add uzlib tests to improve coverage.
tests/extmod/vfs_fat_fileio1: Add test for failing alloc with finaliser.
tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.
py/mpz: In mpz_clone, remove unused check for NULL dig.
tests/stress: Add test to create a dict beyond "maximum" rehash size.
tests/basics: Add test for calling a subclass of a native class.
py/asm*.c: Remove unnecessary check for num_locals<0 in asm entry func.
py/compile: Adjust c_assign_atom_expr() to use return instead of goto.
extmod/vfs_fat: Remove declaration of mp_builtin_open_obj.
extmod/vfs_fat: Make fat_vfs_open_obj wrapper public, not its function.
extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.
extmod/vfs_fat: Move ilistdir implementation from misc to main file.
stm32: Move MCU-specific cfg from mphalport.h to mpconfigboard_common.h.
stm32/flash: Use FLASH_TYPEPROGRAM_WORD to support newer HALs.
stm32: Use "GEN" for describing files generated in the build.
examples/embedding: Don't prefix $(MPTOP) to ports/unix source files.
examples/embedding: Update broken paths to use correct $(MPTOP).
stm32: Add board config option to enable/disable the ADC.
minimal/Makefile: Explicitly include lib/utils/printf.c in build.
py: Use "GEN" consistently for describing files generated in the build.
Loading