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.
794c32102e63f09642a9f32017834673bbe4e32d
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
27
Jan
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
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
stm32: Implement machine.lightsleep().
docs/machine: Change sleep to lightsleep and add timeout arguments.
py: Remove calls to file reader functions when these are disabled.
extmod/moduzlib: Update for uzlib 2.9.2.
extmod/uzlib: Update uzlib to v2.9.2.
all: Bump version to 1.10.
py/mpconfig.h: Remove parentheses from MICROPY_VERSION_xxx macros.
pic16bit: Update to compile with latest xc16 v1.35 compiler.
py/obj.h: Explicitly cast args to uint32_t in MP_OBJ_FUN_MAKE_SIG.
docs/library: Add documentation for esp32 module.
docs: Add initial docs for esp32 port, including quick-ref and general.
lib/stm32lib: Update library to get F413 BOR defs and fix gcc 8 warning.
esp32/machine_hw_spi: Make HW SPI objects statically allocated.
esp32/machine_hw_spi: Use separate DMA channels for HSPI and VSPI.
esp32/modules/neopixel.py: Change NeoPixel to different default timings.
esp8266/esp_mphal: Provide mp_hal_pin_od_high_dht so DHT works reliably.
drivers/dht: Allow open-drain-high call to be DHT specific if needed.
esp32/Makefile: Use system provided math library rather than uPy one.
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.
Loading