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.
30a45360e73481cce312dd7cb2e344504c889a28
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
8
Feb
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
9
8
5
4
3
2
28
Jun
27
stm32/modnetwork: Change lwIP polling to be based on background systick.
stm32/systick: Provide better compile-time configurability of slots.
stm32/pendsv: Add ability to schedule callbacks at pendsv IRQ level.
stm32/pendsv: Clean up pendsv IRQ handler and eliminate duplicate code.
stm32/systick: Make periodic systick callbacks use a cyclic func table.
stm32/systick: Rename sys_tick_XXX functions to systick_XXX.
extmod/moduhashlib: Include implementation of sha256 only when required.
esp32/modmachine: Add support for changing the CPU frequency.
stm32/boards/STM32F769DISC: Configure for use with mboot by default.
stm32/boards/STM32F769DISC: Support the use of USB HS with external PHY.
stm32/modmachine: Make bootloader() enter custom loader if it's enabled.
stm32/usbd_conf: Fully support USB HS with external PHY.
stm32/usb: Use USB HS as main USB device regardless of USB_HS_IN_FS.
stm32/mboot: Allow deploying via deploy-stlink.
stm32/mboot: Add support for GPIO ports G, H, I and J.
stm32/mboot: Add support for STM32F769 MCUs.
stm32/mboot: Use USB HS as main USB device regardless of USB_HS_IN_FS.
stm32/adc: Add basic support for ADC on a pin on STM32H7 MCUs.
stm32/boards/stm32h743_af.csv: Add ADC entries to pin capability table.
stm32/boards/make-pins.py: Add basic support for STM32H7 ADC periphs.
lib/utils/printf: Exclude __GI_vsnprintf alias for gcc 9 and above.
py/mpconfig.h: Fix comments mentioning dangling file and variable names.
py/builtinhelp: Only print help re FS modules if external import enabled
py: Update my copyright info on some files.
esp32: Use SPIRAM in mem-map mode so all of it can be used for uPy heap.
nrf/timer: Fix disabling Timer 1 when using soft PWM.
stm32/usb: Add flow control option for USB VCP data received from host.
nrf/ticker: Remove duplicate NRFX_IRQ_PRIORITY_SET.
nrf/pin: Print pull information in Pin.__str__.
lib/nrfx: Upgrade to nrfx v1.3.1.
nrf/pin: Cleanup Pin.__str__ to print relevant information.
nrf: Shrink "<peripheral> does not exist" error messages.
nrf/uart: Remove unused machine.UART() parameters.
nrf/uart: Use formula instead of switch for baudrate calculation.
py/warning: Support categories for warnings.
stm32/sdcard: Don't use SD clock bypass on F7 MCUs.
stm32/mboot: Add option to autodetect the USB port that DFU uses.
extmod/modlwip: Add support for polling UDP sockets for writability.
stm32/boards/stm32f429_af.csv: Fix typos in UART defs Tx->TX and Rx->RX.
esp8266/modmachine: In lightsleep, only waiti if wifi is turned off.
Loading