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.
93c4a6a3f70e389b466fbc7a4f1ad2e1df87c93f
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
14
Nov
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
10
9
8
7
6
5
4
3
2
1
30
Jun
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.
stmhal: Rename mp_hal_pin_set_af to _config_alt, to simplify alt config.
stmhal/i2c: Reset the I2C peripheral if there was an error on the bus.
stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers.
stmhal/dma: De-init the DMA peripheral properly before initialising.
tests/micropython: Add test for import from within viper function.
py/emitnative: Fix native import emitter when in viper mode.
docs: Bump version to 1.8.6.
examples/hwapi: Add hwconfig for DragonBoard 410c.
esp8266: Update 512k linker script, renaming modpyb to machine.
docs/library/machine.Pin: Update Pin docs to align with new HW API.
esp8266/modnetwork.c: Expose configuration for station DHCP hostname.
zephyr/mphalport.h: Update for new "unified" kernal API (sleep functions).
unix: Add symlinks for upip to make it frozen into binary.
py: Strip leading dirs from frozen mpy files, so any path can be used.
py: Move frozen bytecode Makefile rules from ports to common mk files.
esp8266: Update docs for esptool 1.2.1/SDK 2.0 (--flash_size=detect).
docs/*/quickref.rst: Use new semantics of ticks_diff()
esp8266: Include upip as a standard frozen bytecode module.
tools, unix: Replace upip tarball with just source files.
esp8266/espneopixel.c: Solve glitching LED issues with cpu at 80MHz.
stmhal: enable SD power save (disable CLK on idle)
examples/hwapi: Example showing best practices for HW API usage in apps.
docs/esp8266: Update for new WebREPL setup procedure.
esp8266: Rework webrepl_setup to run over wired REPL.
tests/vfs_fat_oldproto: Skip for ports not supporting "oldproto".
esp8266: Rename "machine" module implementation to use contemporary naming.
zephyr/Makefile: Add -fomit-frame-pointer.
zephyr/Makefile: Add minimal port.
zephyr/Makefile: Allow to override Zephyr config from make command line.
zephyr/Makefile: Update comments to the current state of affairs.
zephyr/Makefile: Allow to adjust heap size from make command line.
zephyr/mpconfigport.h: Move less important params to the bottom.
extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.
windows: Implement mp_hal_ticks_cpu in terms of QueryPerformanceCounter
Loading