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.
7795b2e5c3e3dfeb20aaca751c45b4dfceedcc7f
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
12
Mar
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
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.
travis: Enable test for running native code via mpy.
tests/run-tests: Support running native tests via mpy.
mpy-cross: Enable building of x64 native .mpy files.
minimal/frozentest: Recompile now that mpy format and version changed.
py/persistentcode: Bump .mpy version to 4.
tools/mpy-tool.py: Add support for freezing native code.
py: Add support to save native, viper and asm code to .mpy files.
py/emitglue: Remove union in mp_raw_code_t to combine bytecode & native.
py/emitnative: Adjust accounting of size of const_table.
py/emitnative: Provide concentrated points of qstr emit.
py/emitnative: Consolidate where HASCONSTS is set to load-const-obj fun.
py: Add independent config for debugging sentinel object values.
stm32/mboot: Update to match latest oofatfs version.
lib/oofatfs: Update oofatfs library to fix issue with logic not.
minimal/frozentest: Recompile now that mpy format changed.
py/persistentcode: Define static qstr set to reduce size of mpy files.
py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size.
py/persistentcode: Add a qstr window to save mpy files more efficiently.
py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.
py/vm: Remove currently_in_except_block variable.
py: Fix VM crash with unwinding jump out of a finally block.
ports: Update to work with new oofatfs version.
extmod/vfs_fat: Update for new oofatfs version.
lib/oofatfs: Update ffconf.h config for new oofatfs version.
lib/oofatfs: Update oofatfs library to R0.13c working branch.
stm32: Add compile-time option to use HSI as clock source.
Loading