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.
897129a7ff46ee82228369ed8fab43a7c0acb692
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
16
Nov
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Oct
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
7
6
5
4
5
4
3
1
30
Sep
29
28
27
28
27
24
23
22
21
22
20
19
18
17
16
14
12
10
9
8
7
6
5
4
3
4
3
2
1
31
Aug
30
29
28
27
26
25
24
22
20
19
17
16
15
14
12
11
10
9
7
6
5
4
2
1
31
Jul
30
29
28
27
26
25
24
23
22
21
17
16
15
14
13
11
stmhal/make-stmconst.py: fix regex's to work with current CMSIS
stmhal/boards: configure all F4 boards to work with new HAL
stmhal/hal/sd: reapply HAL commit 09de030 for f4
stmhal/hal/rcc: reapply HAL commit c568a2b for f4
stmhal/hal: reapply HAL commit 9db719b for f4
stmhal/hal/sd: reapply HAL commit 1d7fb82 for f4
stmhal/hal/i2c: reapply HAL commit ea040a4 for f4
stmhal: apply STM32CubeF4 v1.13.1 patch - upgrade HAL driver to v1.5.2
stmhal: upgrade to STM32CubeF4 v1.13.0 - HAL v1.5.1
stmhal: upgrade to STM32CubeF4 v1.13.0 - CMSIS/Device 2.5.1
windows: Enable READER_POSIX to get access to lexer_new_from_file.
mpy-cross: Get compiling after recent persistent code refactors.
py/lexer: Make lexer use an mp_reader as its source.
py/lexer: Rewrite mp_lexer_new_from_fd in terms of mp_reader.
py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.
py/lexer: Rewrite mp_lexer_new_from_str_len in terms of mp_reader_mem.
py: Factor out persistent-code reader into separate files.
py: Factor persistent code load/save funcs into persistentcode.[ch].
docs/library/index: Elaborate on u-modules.
tests/basics: Add test for logical constant folding.
py/parse: Add code to fold logical constants in or/and/not operations.
py/parse: Make mp_parse_node_new_leaf an inline function.
py/parse: Move function to check for const parse node to parse.[ch].
cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed.
cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API.
py/*.mk: Replace uses of 'sed' with $(SED).
py/mkrules.mk: Rework find command so it works on OSX.
py/runtime: mp_resume: Fix exception handling for nanbox port.
py/runtime: mp_resume: Handle exceptions in Python __next__().
docs: Remove references to readall() and update stream read() docs.
cc3200/tools/smoke.py: Change readall() to read().
py/objexcept: Allow clearing traceback with 'exc.__traceback__ = None'.
examples/hwapi: Add uasyncio example of fading 2 LEDs in parallel.
tests: Use read() instead of readall().
examples/http_client: Use read() instead of readall().
all: Remove readall() method, which is equivalent to read() w/o args.
examples/hwapi: Add soft_pwm example converted to uasyncio.
tools/tinytest-codegen: Blacklist recently added uheapq_timeq test (qemu-arm).
extmod/moduheapq: Adhoc changes to support ordering by utime.ticks_ms().
examples/hwapi: button_led: Add GPIO pin read example.
Loading