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.
6a6e0b7e05c430239c67efb702c44359e044c25d
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
21
Sep
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
10
9
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
12
10
9
8
7
6
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
17
16
15
14
13
12
11
10
9
8
extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.
all: Remove 'name' member from mp_obj_module_t struct.
stmhal: Use attribute to avoid inlining.
py/builtinimport: Fix nanbox build after change to better handle -m modules.
builtinimport: add the module specified by -m to sys.modules as '__main__'
esp8266: Extend system microsecond counter to 64-bits; use in ticks_ms.
travis: Run feature and coverage test for precompiled mpy files.
tests/run-tests: Add --via-mpy option to run test from precompiled code.
tests: Get cmdline verbose tests running again.
py/showbc: Make printf's go to the platform print stream.
tests/array1: Add tests for "l", "L" array types to improve coverage.
tests/struct1: Test "l" specifier to improve coverage.
py/qstr: Remove a comment.
stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.
py/objnone: Use mp_generic_unary_op instead of custom one.
py/vstr: Remove vstr.had_error flag and inline basic vstr functions.
py: Combine 3 comprehension opcodes (list/dict/set) into 1.
py: Combine 3 comprehension emit functions (list/dict/set) into 1.
esp8266/esp_mphal: Add tentative change to mp_hal_stdin_rx_chr() to wait IRQ.
esp8266/ets_alt_task: ets_post: Should return 0 on success, !0 - failure.
docs/library/pyb.SPI: init(): Describe "bits" argument.
Small WiPy doc fixes
unix/modjni: array(): Support creation of object arrays.
Updated FROZEN_DIR support as per f28efa19713977a61395b19fec1fe501aeee4c0e
py: Move frozen modules rules from esp8266 port for reuse across ports.
esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency.
unix/modjni: Add array() top-level function to create Java array.
tests/extmod: Add test for machine.time_pulse_us().
tests/basics: Add errno1 test, to check basics of uerrno module.
tests/extmod/urandom: Add urandom tests for error cases.
py/objnone: Remove unnecessary handling of MP_UNARY_OP_BOOL.
unix/modjni: Implement subscription for object arrays.
stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.
unix: Fix build for when MICROPY_PY_SOCKET=0.
travis: Abandon mingw32 in favour of mingw-w64
windows: Enable MICROPY_PY_UERRNO
py/makeqstrdefs.py: Use python 2.6 syntax for set creation.
tests/pyb: Update exp file for previously updated extint test.
tests/pyb: Add test for ExtInt when doing swint while disabled.
stmhal/extint: Force 0 to 1 transition on swint().
Loading