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.
cb66b75692225914bacc1b5f4e32967d37f9cf9d
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
4
Mar
1
28
Feb
27
26
25
21
20
19
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
stm32: Use global lwip build config and support building without lwip.
py/py.mk: Update lwip build config to work with latest lwip version.
stm32/boards/STM32F769DISC: Use external QSPI flash to store some code.
stm32/Makefile: Allow a board to specify its linker sections for FW.
py/objexcept: Fix hash of exc str created in mp_obj_new_exception_msg.
stm32/qspi: Enable sample shift and disable timeout counter.
cc3200/mpconfigport.h: Disable compiler optimisation of OrderedDict.
py/compile: Add optimisation to compile OrderedDict inplace.
esp8266/modmachine: Call ets_event_poll after waiti in machine.idle.
extmod/modwebrepl: Fix logic to handle a put of file of size 0.
extmod/modlwip: Don't require a port to define concurrency macros.
py/compile: Fix handling of unwinding BaseException in async with.
stm32/boards/NUCLEO_F429ZI: Enable lwIP and Ethernet peripheral.
stm32/boards/STM32F769DISC: Enable lwIP and Ethernet peripheral.
stm32/boards/STM32F7DISC: Enable lwIP and Ethernet peripheral.
stm32/boards/NUCLEO_F767ZI: Enable lwIP and Ethernet peripheral.
stm32/modnetwork: Don't call NIC callback if it's NULL.
stm32/mpconfigport.h: Enable lwIP concurrency protection mechanism.
stm32/network_lan: Add high-level network.LAN interface to ETH driver.
stm32/eth: Add low-level Ethernet MAC driver.
lib/netutils: Add function to print tracing info for Ethernet frames.
extmod/modlwip: Add concurrency protection macros.
stm32/mphalport: Add mp_hal_get_mac() helper function.
stm32/boards/NUCLEO_F767ZI: Fix up comments about HCLK computation.
docs/uos: Document extra requirements on stream objs passed to dupterm.
esp32/modnetwork: Fix wifi.isconnected to return False after disconnect.
unix/modffi: Eliminate unused-argument warning when debugging disabled.
py: Eliminate warnings about unused arguments when debugging disabled.
esp32/network_lan: Make power arg to constructor optional.
esp32/modnetwork: Catch and report Ethernet events.
esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY.
tests/basics: Add tests for try-except-else and try-except-else-finally.
nrf/pwm: Remove superfluous NULL in machine_hard_pwm_instances.
nrf/readme: Update make flash command when defining board.
nrf/bluetooth: Resolve compilation warning in ble_drv.c.
nrf/bluetooth: Improve advertisment behavior for nrf52 targets.
nrf/readme: Update link to nrfjprog download.
stm32/sdram: Increase GPIO speed for SDRAM interface to "very high".
py/objfun: Make fun_data arg of mp_obj_new_fun_asm() a const pointer.
py/obj.h: Remove obsolete mp_obj_new_fun_viper() declaration.
Loading