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.
eb90edb5c05dd613c144e2b66dd303f2248593e5
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
4
Apr
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
29
28
27
26
25
24
23
22
21
20
19
18
17
16
12
8
9
8
7
6
5
4
3
2
31
Dec
30
29
28
27
25
24
23
22
extmod/modframebuf: Make monochrome bitmap formats start with MONO_.
py/objint: Consolidate mp_obj_new_int_from_float to one implementation.
stmhal/usbd_cdc_interface: Change CDC RX to use a circular buffer.
stmhal/usbd_cdc_interface: Increase in-endpoint timeout to 500ms.
zephyr/modusocket: Factor out socket_new() function.
zephyr/modusocket: Be sure to use MP_OBJ_FROM_PTR.
tests/run-tests: Update names of tests that may need skipping.
tests/float: Add tests for hashing float and complex numbers.
py: Add very simple but correct hashing for float and complex numbers.
docs/library/btree: Add btree module docs.
zephyr/prj_base.conf: Add config for net_buf logging.
tests/run-tests: Introduce generic "minimal" target.
esp8266: Remove unused entry in port root pointers.
tests/micropython/heapalloc_iter: Improve skippability.
tests/float/byte*_construct: Skip on missing array module.
tests/extmod/vfs_fat_fileio*: Improve skippability.
run-tests: Add feature check for "const" keyword and skip related tests.
tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2.
py/objstr: Use MICROPY_FULL_CHECKS for range checking when constructing bytes.
tests/run-tests: Be sure to close Pyboard object on completion.
tools/pyboard: Tighten up Pyboard object closure on errors.
zephyr/modusocket: Implement recv() for TCP sockets.
tests/basics: Add tests for list and bytearray growing using themselves.
py/obj.h: Make sequence grow more efficient and support overlapping.
zephyr/modusocket: Implement recv() for UDP sockets.
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
zephyr/modusocket: Implement send().
zephyr/modusocket: Implement bind() and connect().
all: Use full path name when including mp-readline/timeutils/netutils.
unix: Convert mp_uint_t to size_t in alloc.c.
stmhal/i2c: Clean the cache so that I2C DMA works on F7 MCUs.
stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c.
zephyr: Integrate modusocket into build.
zephyr/modusocket: Initial version of usocket module for Zephyr.
zephyr: Fix NLR segfault in minimal build.
zephyr/Makefile: Add workaround (fix?) for broken builds for DTS targets.
py/objzip: Convert mp_uint_t to size_t.
stmhal/dma: Don't include SDMMC2 struct if SDMMC2 is not available.
stmhal/boards: Remove F769 alt function table, it's same as for F767.
stmhal/boards/STM32F769DISC: Fix user switch pin, and document stlink.
Loading