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.
61e77a4e88c4b6971fd997191de01e5ab08e46c5
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
7
Oct
6
5
4
5
4
3
1
30
Sep
29
28
27
28
27
24
23
22
21
22
20
19
18
17
16
14
12
10
9
8
7
6
5
4
3
4
3
2
1
31
Aug
30
29
28
27
26
25
24
22
20
19
17
16
15
14
12
11
10
9
7
6
5
4
2
1
31
Jul
30
29
28
27
26
25
24
23
22
21
17
16
15
14
13
11
10
9
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
24
23
21
20
19
18
17
16
15
14
12
10
9
8
7
6
4
3
2
1
31
May
30
29
28
27
26
25
24
py: Add mp_raise_OSError(errno) helper function.
esp8266: Add FLASH_MODE,FLASH_SIZE options for make deploy target.
docs/uos: Add uos.statvfs() documentation.
tests: Improve coverage of struct with test for non-compliant behaviour.
py/modstruct: Remove unreachable code, and add comment about CPy diff.
tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage.
esp8266: Make PY_UHASHLIB_SHA1 config depend on PY_USSL and SSL_AXTLS.
stmhal: Enable machine.time_pulse_us() function.
stmhal: Disable network and usocket for ESPRUINO_PICO
tests: Fix expected output of verbose cmdline test
stmhal/moduos: Implement total-number-of-blocks field in statvfs.
stmhal/mphalport: Change pin obj type to const pointer, to avoid casts.
esp8266/modpybrtc.c: Implement machine.RTC.alarm_left()
stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size.
tools: Upgrade upip to 1.0.
esp8266/main: Put /lib before / in sys.path.
esp8266/modmachine: idle(): Return number of CPU cycles spent idling.
tests/extmod/btree1: Checks for put, seq, string print and unsupported binary op.
stmhal/usb: Use real packet size (not maximum) in HID receive.
stmhal/usb: Use correct ClassData structure for HID receive.
stmhal/usb: Add support to receive USB HID messages from host.
stmhal/usbdev: Add OUT endpoint to HID interface.
tests/run-tests: Disable cmdline/cmd_showbc test on Windows.
stmhal: Fix linker map for STM32L476 chips.
stmhal/spi: Enable use of fast software SPI.
extmod/machine_spi: Add optional support for fast software SPI.
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
stmhal/spi: Use software SPI if no periph id given, even if pins given.
esp8266/moduos: Move stat/statvfs funcs to sit within #if VFS guard.
stmhal/mphalport: Fix mp_hal_pin_write to use correct pin_mask.
stmhal/spi: Make machine.SPI class conform to correct API.
stmhal/mphalport: Implement mp_hal_pin_{input,output,write}.
extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.
stmhal/spi: Simplify spi_transfer function to take only one buf len arg.
extmod/machine_spi: Simplify SPI xfer function to only take one buf len.
cc3200: Add ssl_version argument to ssl.wrap_socket().
py/objbool: Make a slight simplification of bool constructor.
py/objbool: Defer bool's unary op implementation to small int.
py/argcheck: Simplify if-chain so that the last one is the default.
tests/basics: Add test for printing OSError when errno is unknown.
Loading