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.
7cd59c5bc3ed2d4ade54e73fae18985b4b46ee42
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
24
Apr
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
10
8
5
4
3
17
Aug
16
15
14
13
10
8
7
6
4
stm32/dac: Rework DAC driver to use direct register access.
py/mpprint: Support printing %ld and %lu formats on 64-bit archs.
stm32/powerctrl: Enable EIWUP to ensure RTC wakes device from standby.
stm32/system_stm32f0: Add support for using HSE and PLL as SYSCLK.
stm32/system_stm32f0: Enable PWR clock on startup.
tests/micropython: Add some tests for failed heap allocation.
esp32/README: Add info about pyparsing and the correct Python version.
docs/cmodules: Note the various ways MODULE_EXAMPLE_ENABLED can be set.
extmod/modurandom: Add init method to seed the Yasmarang generator.
docs/cmodules: Fix example to globally define MODULE_EXAMPLE_ENABLED.
stm32/timer: Correctly initialise extended break settings on F7/H7/L4.
py/runtime: Fix mp_unpack_ex so seq can't be reclaimed by GC during use.
py/objset: Remove unused forward declaration and clean up whitespace.
py/runtime: Optimise to not create temp float for int to power negative.
py/makedefs: Use io.open with utf-8 encoding when processing source.
stm32/rtc: Remove non-ASCII mu-character from source code comment.
zephyr/CMakeLists.txt: Set AR to point to the Zephyr toolchain exe.
stm32/rtc: Remove unused LSE detection code.
stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI.
extmod/modlwip: Abort TCP conns that didn't close cleanly in a while.
stm32/boards/NUCLEO_L432KC: Disable complex nos and default frozen mods.
tools/mpy-tool.py: Fix init of QStrWindow, and remove unused variable.
stm32/boards/NUCLEO_H743ZI: Add config options to support mboot.
stm32/mboot: Add support for H7 MCUs, with H743 flash layout.
stm32/usbd_conf: Add support for USB HS peripheral on H7 MCUs.
stm32/i2cslave: Add support for H7 MCUs.
tools/mpy-tool.py: Adjust use of super() to make it work with Python 2.
stm32/network_wiznet5k: Automatically set MAC if device doesn't have one
stm32/network_wiznet5k: Add ability to set the MAC address.
stm32/network_wiznet5k: Add ability to trace Ethernet TX and RX frames.
esp32/boards/sdkconfig: Disable WDT check of idle task on CPU1.
tests/run-tests: Ignore exception in process kill when ending repl test.
extmod/modlwip: Use correct listening socket object in accept callback.
nrf/Makefile: Update to match latest oofatfs version.
stm32/moduos: Allow to compile again without USB enabled.
lib/stm32lib: Update library to fix F7 MMC capacity calculation.
stm32: Add support for MMC driver, exposed via pyb.MMCard class.
stm32: Rename MICROPY_HW_HAS_SDCARD to MICROPY_HW_ENABLE_SDCARD.
stm32/uart: Handle correctly the char overrun case of RXNE=0 and ORE=1.
extmod/modlwip: Free any stored incoming bufs/connections on TCP error.
Loading