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.
42863830be2d19c7dcdf7ccf1fa66168b1bdc13a
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
9
May
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
10
8
5
4
3
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.
tests/basics/sys1.py: Add test for calling sys.exit() without any args.
py/native: Improve support for bool type in viper functions.
nrf/boards: Add support for BLYST Nano module based boards.
stm32/boards: Add NUCLEO_F413ZH board configuration.
stm32: Add support for F413 MCUs.
stm32/flash: Fix bug computing page number for L432 page erase.
stm32/powerctrl: Support changing frequency when HSI is clock source.
mpy-cross: Automatically select ARMV6 arch when running on such a host.
py/asmthumb: Support asm_thumb code running on normal ARM processors.
unix/gcollect: Make sure stack/regs get captured properly for GC.
stm32/main: Increase default UART REPL rx buffer from 64 to 260 bytes.
stm32/usb: Remove mp_hal_set_interrupt_char now that it's reset at boot.
lib/utils/interrupt_char: Invalidate interrupt char at start up.
lib/utils: Make pyexec_file_if_exists run frozen scripts if they exist.
tests/ussl_basic: Disable setblocking() calls.
extmod/modussl_axtls: Add non-blocking mode support.
extmod/modussl_mbedtls: Support non-blocking handshake.
esp32/machine_wdt: Add timeout arg to select interval, make WDT panic.
stm32/powerctrl: Deselect PLLSAI as 48MHz src before turning off PLLSAI.
javascript/library: Print data as raw bytes to stdout so unicode works.
javascript/Makefile: Fix unrepresentable float error by using clamp.
javascript: Pass (error) exit value out from script to process caller.
javascript/library: Use Buffer.alloc() since new Buffer() is deprecated.
tests: Skip tests needing machine module if (u)machine doesn't exist.
stm32/usb: Add USB device mode for VCP+VCP without MSC.
ports: Convert to use pyexec_file_if_exists() to execute boot/main.py.
Loading