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.
656207645485295477411224fdf41cfd4d598a88
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
Oct
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
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
12
10
9
stmhal/Makefile: Use standard rules for frozen module generation.
py/py.mk: Automatically add frozen.c to source list if FROZEN_DIR is defined.
esp8266/modules/webrepl: Enforce only one concurrent WebREPL connection.
extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.
cc3200: Fix thread mutex's so threading works with interrupts.
esp8266/main: Mark nlr_jump_fail() as MP_FASTCODE.
esp8266: Add MP_FASTCODE modifier to put a function to iRAM.
esp8266/esp8266.ld: Move main.o to iROM.
esp8266/esp8266.ld: Move modmachine.o to iROM.
esp8266/esp8266.ld: Move help.o to iROM.
esp8266/esp_init_data: Auto-initialize system params with vendor SDK 2.0.0.
teensy: Update to provide new mp_hal_pin_XXX functions following stmhal.
stmhal/led: Refactor LED to use mp_hal_pin_output() init function.
stmhal: Refactor pin usage to use mp_hal_pin API.
stmhal/modutime: Refactor to use extmod's version of ticks_cpu.
cc3200: Enable loading of precompiled .mpy files.
cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional.
docs/machine.SPI: Improve descriptions of xfer methods.
cc3200: Use mp_raise_XXX helper functions to reduce code size.
esp8266/Makefile: Use latest esptool.py flash size auto-detection.
docs/machine.SPI: Bring up to date with Hardware API, make vendor-neutral.
docs: Bump version to 1.8.5.
tests/run-tests: Enable extmod/machine1.py on pyboard.
stmhal: Enable str.center(), str.[r]partition() and builtin compile().
stmhal: Implement machine.soft_reset().
lib/utils/pyexec: Allow behaviour of SystemExit to be configurable.
py: Use mp_raise_msg helper function where appropriate.
tests: Add test to print full KeyError exc from failed dict lookup.
py/objdict: Actually provide the key that failed in KeyError exception.
py/objdict: Fix optimisation for allocating result in fromkeys.
tests: Improve coverage of array, range, dict, slice, exc, unicode.
tests/cmdline: Improve coverage test for printing bytecode.
esp8266, stmhal, unix: MAKE_FROZEN is consistently defined in mkenv.mk.
extmod/modussl_mbedtls: Add dummy setblocking() method.
extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.
stmhal/modutime: Refactor to use extmod/utime_mphal.c.
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.
esp8266: Enable micropython.alloc_emergency_exception_buf().
tests/micropython: Add tests for heap_lock, and emergency exceptions.
Loading