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.
282d81a40e275bcb4502a7eb5b3f2ae0cfcb08fc
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
6
Aug
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
23
22
21
20
19
18
17
16
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Apr
29
28
27
28
27
26
25
24
23
22
21
extmod/modbtree: open(): Add option kwargs.
extmod/modwebrepl: Make GET_FILE operation non-blocking.
extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk().
py/mkrules.mk: Allow to add more items for "clean" target using CLEAN_EXTRA.
stmhal: Fix I2C mappings for STM32F429DISC board.
esp8266/scripts/port_diag.py: Include esp.check_fw() call.
esp8266/modesp: Add check_fw() function to check integrity of the firmware.
esp8266/makeimg.py: Append md5 hash to the generated binary.
esp8266/makeimg.py: Store firmware size as last 4 bytes of padding area.
logo/1bit-logo A black & white version of the logo
docs: Spelling mistakes
extmod/modbtree: Implement __contains__ operation.
cc3200, teensy: Remove broken malloc/free/realloc macro helpers.
docs: Add DHT to ESP8266 Quick Ref and Tutorial
esp8266: Make APA102 driver inclusion configurable.
esp8266/eagle.rom.addr.v6.ld: Add Enable_QMode symbol from SDK 2.0.0.
tests/machine1: Revamp to work with unix port (which has "umachine").
tests/machine_mem.py: Too non-portable, rework as an example for unix port.
esp8266: Enable btree module.
esp8266/esp_mphal: Implement libc's errno.
tests/extmod/btree1: Tests against in-memory DB (using io.BytesIO).
unix/Makefile: And note why btree module is disabled for coverage build.
extmod/modbtree: Switch to accepting stream object instead of filename.
py/py.mk: Extra switches to build "embedded" BerkeleyDB BTree lib.
lib/berkeley-db-1.xx: Switch to "embedded" branch.
stmhal: Make SPI NSS pin definition optional.
stmhal: fixing malloc when used with external libraries
mpy-cross: Fix mingw and msys2 compilation
py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.
lib/abort_.c: Add prototype to make coverage build happy.
esp8266/mpconfigport.h: Include sys/types.h for POSIX types definitions.
esp8266/axtls_helpers: Remove abort_(), now in lib/embed/.
lib/embed/abort_: Implementation of abort_() function raising uPy exception.
py/stream: Add adapter methods with POSIX-compatible signatures.
tests/io/bytesio_ext: Test for .seek()/.flush() on BytesIO.
py/objstringio: Implement MP_STREAM_SEEK ioctl and add seek() method.
py/objstringio: Add MP_STREAM_FLUSH ioctl and flush() method.
unix/file: Use generic stream flush() method.
esp8266/modpybuart: Fix UART parity setting.
unix/file: fdfile_ioctl(): Fix argument to check_fd_is_open().
Loading