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.
91041945c91bae96d918876547cae48484cd8953
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
16
Jan
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
17
16
14
12
11
10
9
8
5
4
3
2
28
Jun
27
26
25
23
22
20
19
18
16
15
14
13
12
8
esp32/machine_pin: Add Pin.off() and Pin.on() methods.
esp8266/main: Activate UART(0) on dupterm for REPL before boot.py runs.
docs/differences: Clarify the differences are against Python 3.4.
stm32/main: Make thread and FS state static and exclude when not needed.
stm32/wdt: Make singleton WDT object const so it goes in ROM.
py/modio: Make iobase_singleton object const so it goes in ROM.
esp32/modsocket: For socket read only release GIL if socket would block.
esp32/mphalport: When tx'ing to REPL only release GIL if many chars sent
py: Fix location of VM returned exception in invalid opcode and comments
py: Get optional VM stack overflow check compiling and working again.
stm32/sdcard: Properly reset SD periph when SDMMC2 is used on H7 MCUs.
tools/pydfu.py: Fix regression so tool runs under Python 2 again.
stm32/modmachine: Fix reset_cause to correctly give DEEPSLEEP on L4 MCU.
stm32/uart: Make sure user IRQs are handled even with a keyboard intr.
stm32/uart: Clear overrun error flag after reading RX data register.
stm32/uart: Always enable global UART IRQ handler on init.
stm32/uart: Fix uart_rx_any in case of no buffer to return 0 or 1.
stm32: Implement UART.irq() method with initial support for RX idle IRQ.
lib/utils: Add generic MicroPython IRQ helper functions.
py/runtime: Unlock the GIL in mp_deinit function.
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
stm32/main: Add board config option to enable/disable mounting SD card.
py/gc: Adjust gc_alloc() signature to be able to accept multiple flags.
py/objarray: Introduce "memview_offset" alias for "free" field of object
tools/mpy-tool.py: Fix build error when no qstrs present in frozen mpy.
py/qstr: Put a lower bound on new qstr pool allocation.
windows: Remove remaining traces of old GNU readline support.
stm32/boards/NUCLEO_L432KC: Specify L4 OpenOCD config file for this MCU.
stm32/boards: Allow OpenOCD stm_flash procedure to accept single FW img.
tests/basics/special_methods2: Typo fix in comment.
tools/mpy-tool.py: Fix calc of opcode size for opcodes with map caching.
py/bc: Fix calculation of opcode size for opcodes with map caching.
py/objdict: Make .fromkeys() method configurable.
docs/ure: Fully describe supported syntax subset, add example.
stm32/adc: Support 16-bit ADC configuration on H7 MCUs.
stm32/adc: Increase ADC sampling time for internal sources on H7 MCUs.
stm32/adc: Fix calibrated volt/temp readings on H7 by using 16bit scale.
stm32/extint: Use correct EXTI channels on H7 MCUs for RTC events.
nrf/bluetooth: Update BLE stack download script.
docs/README: Remove references to MICROPY_PORT when building docs.
Loading