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.
a135bca4a10b99e80a2732cff1a53c6a4734c145
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
19
Feb
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
17
16
14
12
11
10
stm32/extint: Remove unused (and incorrect) EXTI defines.
stm32/extint: Add non-GPIO EXTI IRQ sources for F0.
stm32/make-stmconst.py: Improve regex to parse more constants.
stm32/extint: Fix RTC Alarm/FS USB EXTI constants for L4.
stm32/extint: Fix ExtInt to work with non-GPIO pins.
esp32/modsocket: Change socket.socket to be socket type rather than fun.
extmod/modlwip: Fix bug when polling listening socket with backlog=1.
stm32/boards/stm32f429.ld: Increase uPy heap size by 64k for F429 MCU.
esp32/modsocket: Fix usocket.send to accept anything with buffer proto.
extmod/modlwip: Change #ifdef to #if for check of MICROPY_PY_LWIP.
stm32/mboot: Add hook to run board-specific code early on startup.
stm32/modmachine: Add ability to pass through user data to mboot.
stm32/mboot: Add support script which can program mboot and application.
stm32/mboot: Move some BSS vars to new section that isn't zeroed out.
stm32/mboot: Add support for loading gzip'd firmware from a filesystem.
stm32/qspi: Use static af functions for pin configuration.
stm32/mboot/mphalport.h: Include genhdr/pins.h for access to pin names.
stm32/mboot/Makefile: Generate all pin header files from board pins.csv.
stm32/boards/make-pins.py: Add cmdline options to support use by mboot.
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
stm32/boards/NUCLEO_L476RG: Add support for RNG, DAC and CAN1.
stm32/mboot/Makefile: Support specifying BOARD_DIR for custom board.
unix/modmachine: Handle repeated /dev/mem open errors.
all: Change PYB message prefix to MPY.
teensy/Makefile: Use common gchelper_m3.s code from lib/utils.
py/mkenv.mk: Change default PYTHON variable from "python" to "python3".
ports: Convert legacy uppercase macro names to lowercase.
extmod: Convert legacy uppercase macro names to lowercase.
py: Downcase MP_xxx_SLOT_IS_FILLED inline functions.
py: Downcase all MP_OBJ_IS_xxx macros to make a more consistent C API.
stm32/pendsv: Fix inline asm constant and prefix with # character.
qemu-arm: Use gchelper code to get registers for GC scanning.
cc3200: Use common gchelper_m3.s code from lib/utils.
stm32/gccollect: Use gchelper.h header instead of explicit declaration.
lib/utils/gchelper: Add gchelper.h header file for assembler functions.
lib/utils/gchelper_m3: Add gc_helper_get_sp() function.
lib/utils/gchelper_m3: Add license header and clean up code.
stm32: Move gchelper assembler code to lib/utils for use by other ports.
qemu-arm: Rework to run bare-metal on boards with Cortex-M CPUs.
travis: Update to use Ubuntu 16.04 Xenial for CI builds.
Loading