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.
85f7b0b468ce886380c585535767024a59b2af85
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
29
Aug
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
21
20
17
16
15
14
13
11
10
9
8
7
6
4
3
2
1
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
lib: Add new submodule, stm32lib containing STM32 CMSIS and HAL source.
all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate
py/nlrx86,x64: Replace #define of defined() with portable macro usage.
drivers/memory/spiflash: Change from hard-coded soft SPI to generic SPI.
docs/machine.Signal: Improve style/grammar and add usage example.
py/objstr: startswith, endswith: Check arg to be a string.
docs/library/network: Fix ref to "socket" module (should be "usocket").
docs: More xrefs to "MicroPython port" in glossary.
stmhal/boards/pllvalues.py: Make script work with both Python 2 and 3.
stmhal/Makefile: Use GEN_PINS_HDR var instead of writing it explicitly.
stmhal/modmachine: For F7 MCU, save power by reducing internal volt reg.
stmhal: Compute PLL freq table during build instead of at run time.
docs/pyboard/tutorial: Add "timeout=0" to UART in pass-through example.
stmhal/modmachine: Improve support for sleep/deepsleep on F7 MCUs.
stmhal/modmachine: Make machine.bootloader() work when MPU is enabled.
docs: Bump version to 1.9.2.
py/asmthumb: Use existing macro to properly clear the D-cache.
docs: Consistently link to micropython-lib in glossary.
esp8266: Fix UART stop bit constants.
extmod/modubinascii: Don't post-increment variable that won't be used.
py/formatfloat: Don't post-increment variable that won't be used again.
py/objcomplex: Remove unnecessary assignment of variable.
py/compile: Remove unused pn_colon code when compiling func params.
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
extmod,unix: For uos.stat interpret st_size member as an unsigned int.
py/mkrules.mk: Use "find -path" when searching for frozen obj files.
py/stream: seek: Consistently handle negative offset for SEEK_SET.
py/objstringio: Fix regression with handling SEEK_SET.
py/objstringio: Prevent offset wraparound for io.BytesIO objects.
docs/glossary: Fix typos in micropython-lib paragraph.
docs/glossary: Elaborate on possible MicroPython port differences.
docs/library/usocket: Describe complete information on address formats.
docs/library/usocket: Move socket.error to its own section.
zephyr/modzephyr: Add shell_net_iface() function.
zephyr/prj_96b_carbon.conf: Re-enable networking on Carbon.
zephyr/modusocket: Update struct sockaddr family field name.
docs/library/ubinascii: Update base64 docs.
extmod/modubinascii: Rewrite mod_binascii_a2b_base64.
py/binary: Change internal bytearray typecode from 0 to 1.
tools/mpy-tool.py: Fix missing argument in dump() function
Loading