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.
2a0cbc0d38e8e342c9a54c66a0cca10cae371c6a
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
May
13
11
10
9
8
4
3
2
1
27
Apr
26
24
23
20
11
10
5
4
30
Mar
29
28
27
26
25
20
19
17
16
15
14
13
12
11
10
9
8
7
5
4
3
2
1
28
Feb
27
26
25
24
23
22
21
20
19
18
19
18
17
15
14
13
12
9
8
7
5
4
2
1
31
Jan
10
29
Dec
28
26
23
22
20
19
18
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Nov
29
28
27
26
25
24
23
22
21
20
16
15
14
12
11
10
8
7
5
4
2
1
stm32/usb: Change CDC tx/rx funcs to take CDC state, not usbdev state.
stm32/usb: Make CDC endpoint definitions private to core usbdev driver.
stm32/usb: Combine HID lower-layer and interface state into one struct.
stm32/usb: Combine CDC lower-layer and interface state into one struct.
stm32/usb: Use usbd_cdc_itf_t pointer directly in USB_VCP class.
stm32/modpyb: Remove unused includes and clean up comments.
stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.
stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod.
stm32/accel: Switch pyb.Accel to use new C-level I2C API.
stm32/machine_i2c: Use new F4 hardware I2C driver for machine.I2C class.
stm32/i2c: Add new hardware I2C driver for F4 MCUs.
stm32/usbd_hid_interface: Address possible race condition vs. interrupt.
stm32/usbdev: Be honest about data not being written to HID endpoint.
esp32: Update to latest ESP IDF version.
py/mpstate.h: Adjust start of root pointer section to exclude non-ptrs.
stm32/usbdev: Remove unused RxState variable, and unused struct.
.gitattributes: Remove special text handling of stm32 usbdev files.
stm32/usbdev: Convert files to unix line endings.
stm32/usbd_conf: Changes files to unix line endings and apply styling.
stm32/usbd_conf.h: Remove unused macros and clean up header file.
py/mpconfig.h: Be stricter when autodetecting machine endianness.
tests/basics/special_methods2: Enable some additional tests that work.
docs: Bump version to 1.9.4.
tests/float/float_parse: Allow test to run on 32-bit archs.
py/repl: Initialise q_last variable to prevent compiler warnings.
py/objdeque: Fix sign extension bug when computing len of deque object.
stm32/README: Update to reflect current MCU support.
py/modbuiltins: Make built-in dir support the __dir__ special method.
py/modbuiltins: In built-in dir make use of mp_load_method_protected.
py/repl: Use mp_load_method_protected to prevent leaking of exceptions.
py/modbuiltins: Make built-in hasattr work properly for user types.
py/runtime: Add mp_load_method_protected helper which catches exceptions
py/{modbuiltins,repl}: Start qstr probing from after empty qstr.
stm32/usb: Use correct type for USB HID object.
stm32/usb: Fix broken pyb.have_cdc() so it works again.
stm32/i2c: Make sure stop condition is sent after receiving addr nack.
tests/cpydiff: Remove types_int_tobytesfloat now that it doesn't fail.
tests/cpydiff: Remove working cases from types_float_rounding.
tests/cpydiff: Remove types_str_decodeerror now that it succeeds.
tests/cpydiff: Remove core_function_unpacking now that it succeeds.
Loading