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.
01d64914c5517f4207c002d931efa1e71fc210d9
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
Nov
28
27
26
25
24
23
22
21
20
19
18
17
16
17
16
15
14
13
11
10
9
8
7
6
7
6
5
4
3
4
3
2
3
1
31
Oct
30
31
30
29
28
27
26
27
26
27
26
25
24
23
22
21
20
19
20
19
18
17
16
15
14
13
12
11
10
9
8
9
8
7
6
5
4
3
2
1
30
Sep
29
28
27
28
27
26
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
7
4
3
1
31
Aug
30
29
30
29
30
29
28
25
22
21
20
17
18
17
16
15
14
13
12
11
10
9
8
7
6
5
3
2
31
Jul
30
29
27
26
25
24
23
22
21
6
Jun
20
Jul
19
17
16
15
14
15
14
12
11
10
9
8
7
py/emit: Change type of arg of load_const_obj from void* to mp_obj_t.
py: Change qstr_* functions to use size_t as the type for str len arg.
py: Change mp_print_strn_t func type to use size_t for the str length.
unix/modtime: Unbreak Windows build after changes to check select() result.
unix/modtime: sleep(): Automatically restart after receiving EINTR.
examples/accel_i2c.py: Switch to "machine" module.
unix/moduselect: poll.register(): Reuse freed entries in poll array.
unix/moduselect: Fix bug in poll.poll() scanning loop.
py/asmx86: Fix function definition to use int32_t instead of int.
unix/unix_mphal: Use size_t instead of mp_uint_t in stdout_tx_strn decls.
py/binary: Make use of MP_ALIGN.
stmhal: Make stm.mem* support large integers.
pic16bit: Use global MICROPY_NO_ALLOCA setting.
stmahl: Fix usbd_conf.c for devices which don't have USB_HS at all.
unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS.
stmhal: Allow make DEBUG=1 to build
stmhal: Add support for the STM32F429I-DISCO kit by STMicro.
py/mpconfig.h: Allow to build without alloca() for ANSI C compliance.
extmod/fsusermount: Make configurable with MICROPY_FSUSERMOUNT.
extmod: Move fsusermount.c from stmhal for cross-port reuse.
stmhal: Increase the priority of UART IRQ.
esp8266/modesp: Implement flash_read(offset, size_bytes) function.
tests/run-tests: Improve robustness of REPL tests.
stmhal: Process storage idle tick handler in different slot to DMA.
stmhal: In SysTick IRQ handler, make uwTick variable non-volatile.
stmhal: Move flash storage idle tick handler from TIM3 to SysTick.
stmhal/irq: Set all IRQ subpriorities to 0, since they aren't used.
stmhal/irq: Add comment about SDIO priority being higher than DMA.
stmhal: On SysTick IRQ, only process one DMA channel at a time.
stmhal: Save RAM and ROM by making SD DMA init structure const for tx/rx.
stmhal: Small simplification of code to tickle DMA idle counter.
windows/py: Support 64bit mingw-w64 builds
windows: Cleanup makefile
nlr: Use single preprocessor symbol to check if building on Windows
stmhal: Add dma support for sdcard.
stmhal: Turn off DMA clocks when idle for 100 msec
stmhal: Put IRQs into priority order.
stmhal: Fix unused variables when HW_CLK_LAST_FREQ not defined.
stmhal: Implement delayed RTC initialization with LSI fallback.
docs: Bump version to 1.5.1.
Loading