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.
4f25a8b6a4f7761078678876e259674d736768a5
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
15
Mar
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
17
Aug
16
15
14
13
10
8
7
6
4
2
1
31
Jul
30
27
23
20
19
18
nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1.
stm32/stm32_it: Guard UART7_IRQHandler with check for UART7 define.
ports/{stm32,esp8266}: Set mpy-cross native arch for frozen native code.
py/compile: Check that arch is set when compiling native, viper or asm.
py/compile: Support multiple inline asm emitters.
mpy-cross: Add "-march=<arch>" option to select native emitter.
py/compile: Add support to select the native emitter at runtime.
py/nativeglue: Rename native convert funs to match other native helpers.
py: Move mp_native_type_from_qstr() from emitnative.c to nativeglue.c.
docs/esp32: Add a note to quickref about use of Pin.PULL_HOLD.
docs/library/machine.Pin: Add PULL_HOLD constant to possible pin pulls.
esp32/machine_pin: Add new PULL_HOLD pin pull mode.
esp32/machine_pin: Make it so None as pull value disables pull up/down.
javascript: Fix Emscripten async load, and to compile with modern clang.
javascript: Add new port targeting JavaScript via Emscripten.
extmod/moduselect: Adjust select_select and poll_register to use size_t.
docs/develop: Fix typos in C-module example for example_add_ints.
docs/pyboard: Make pyboard v1.1 pinout the default shown in quickref.
docs/pyboard: Add link to pyboard v1.1 schematic and layout PDF.
extmod/modlwip: Fix case where concurrency lock isn't released on error.
zephyr/prj_frdm_kw41z.conf: Add new board configuration.
zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor.
zephyr/Makefile: Proxy ram_report, rom_report targets from Zephyr.
zephyr/prj_minimal.conf: Switch to CONFIG_STDOUT_CONSOLE.
zephyr/modzsensor: Rename "TEMP" sensor channel to "DIE_TEMP".
zephyr/modzephyr: Revamp stacks_analyze() call.
esp32/mphalport: Use ets_delay_us for mp_hal_delay_us_fast.
esp32/Makefile: Add some missing IDF source files to bootloader and app.
esp32/modnetwork: Remove redundant esp_log include.
esp32/modnetwork: Implement RSSI for WiFi STA via WLAN.status('rssi').
stm32/usb: Allow to override USB strings & VID/PID in app and mboot.
stm32/qspi: Set pin speed to very-high and allow to config some options.
drivers/memory/spiflash: Rework wait_sr to fix uninit'd variable 'sr'.
py: Update and rework build system for including external C modules.
py: Implement a module system for external, user C modules.
py: Allow registration of modules at their definition.
stm32: Allow to build with threading with the GIL disabled.
tests/import: Add test for importing x64 native code.
unix/Makefile: Update coverage tests to match those in Travis.
tools/upip.py: Use "raise arg" instead of no-arg raise form, for native.
Loading