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.
2f5d113fad4ca2b22b084ccaf835c595cd6a7a4e
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
20
May
17
15
14
13
10
9
8
7
6
3
2
1
30
Apr
29
28
26
25
24
23
18
16
15
12
11
9
8
5
4
3
1
29
Mar
28
27
26
19
20
18
15
14
13
12
11
8
7
5
4
1
28
Feb
27
26
25
21
20
19
18
15
14
12
8
7
6
2
31
Jan
30
28
27
26
25
24
23
22
17
16
11
10
4
30
Dec
29
27
22
20
15
13
12
10
11
10
7
6
5
4
3
1
28
Nov
27
26
15
1
30
Oct
28
27
23
22
19
18
17
15
13
11
5
2
1
30
Sep
29
28
27
26
24
21
20
18
16
15
14
13
12
11
zephyr/machine_i2c: Update to support new C-level I2C API.
nrf/machine/i2c: Update to support new C-level I2C API.
stm32/machine_i2c: Update to support new C-level I2C API.
extmod/machine_i2c: Change C-level API to allow split I2C transactions.
docs/machine.I2C: Add writevto method to write a vector of byte bufs.
stm32/adc: Fix VBAT_DIV to be 4 for STM32F411.
various: Update early copyright years to match actual edit history.
various: Add and update my copyright line based on git history.
stm32/modmachine: Create dedicated asm function to branch to bootloader.
esp32/network_ppp: Add a timeout for closing PPP connection.
esp32/machine_uart: Implement UART.deinit() method.
stm32/boards/NUCLEO_H743ZI: Enable SPI3 on this board.
stm32/irq: Fix IRQ_ENABLE_STATS stats config to work on all MCUs.
stm32/spi: Enable SPI IRQs and add IRQHandlers for H7 MCUs.
stm32/dma: Always reset and configure the H7 DMA peripheral.
tools/upip.py: Add support for multiple index URLs with custom default.
tests/basics: Add coverage tests for memoryview attributes.
py/objarray: Add support for memoryview.itemsize attribute.
tests/pyb: Update UART expected output now that default timeout is 0.
extmod/modujson: Handle parsing of floats with + in the exponent.
stm32/dma: Initialise all members of DMA structs for H7 MCUs.
nrf: Change types to size_t for all uses of mp_obj_str_get_data.
esp32/modnetwork: Change type to size_t for uses of mp_obj_str_get_data.
py/persistentcode: Change "len" type to size_t for mp_obj_str_get_data.
docs/esp32: Correct quickref for ESP32 hardware SPI with non-default IO.
esp8266/modmachine: Handle overflow of timer to get longer periods.
py/misc.h: Rename _MP_STRINGIFY to not use leading underscore in ident.
py/objgenerator: Remove unneeded forward decl and clean up white space.
py/objgenerator: Fix handling of None passed as 2nd arg to throw().
stm32/rtc: Allow overriding startup timeouts from mpconfigboard.
unix/modusocket: Fix use of setsockopt in usocket.settimeout impl.
stm32/usbd_cdc_interface: Don't retransmit chars if USB is reconnected.
stm32: Move factory reset files and code to separate source file.
stm32/machine_uart: Change default UART timeout to 0, for non blocking.
mpy-cross: Add --version command line option to print version info.
docs/esp8266: Add tutorial for APA102 LEDs.
py: remove "if (0)" and "if (false)" branches.
extmod/moducryptolib: Add AES-CTR support for axTLS builds.
extmod/moducryptolib: Add AES-CTR support.
unix/coverage: Add test for printing literal % character.
Loading