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.
4d91723587b27c5a1da7e759e3f761a16b35d4bd
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
3
Nov
2
31
Oct
30
31
30
29
26
25
24
23
22
21
20
19
18
17
16
15
13
12
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Sep
29
28
27
26
25
23
22
21
19
17
18
17
15
13
12
11
10
8
7
6
5
4
3
2
1
31
Aug
30
29
28
27
26
27
26
25
24
23
22
18
16
15
14
13
12
13
12
11
10
9
8
7
6
5
4
3
2
1
31
Jul
30
29
28
27
25
24
23
22
21
22
21
20
19
18
17
16
15
14
13
12
11
9
7
6
5
3
2
1
30
Jun
1
Jul
30
Jun
29
28
27
26
25
26
25
24
22
21
20
19
Merge branch 'szinya-master'
docs: Fix typo in Fading LEDs
docs: Disable logo and add spacing to top index.
docs: Make custom index page; add more docs.
unix: Provide "fast" target to build interpreter for benchmarking.
stmhal: Improve pyb.freq to allow 8 and 16MHz (not usable with USB).
py: Fix bug with right-shifting small ints by large amounts.
docs: Cleanup and update some docs.
tests: Add heapalloc.py.exp, since CPython can't generate it.
py: Make gc.enable/disable just control auto-GC; alloc is still allowed.
stmhal: Fix UART so bits counts number of data bits, not incl parity.
py: Add builtin round function.
docs: Add 2 images for tutorials.
docs: Import documentation from source-code inline comments.
tools: Make gendoc.py able to output RST format.
stmhal: Update some inlined docs for network and CAN.
docs: Fix links to images and other parts of the docs.
docs: Add tutorial for fading LED using PWM, with fritzing image
stmhal: Implement support for RTS/CTS hardware flow control in UART.
stmhal: Add ioctl to USB_VCP object, so it works with select.
stmhal: Improve CAN print function.
tests: Added and adapted CAN tests for extended messages
stmhal: Added support for extended CAN frames.
mpz: Fix 64bit msvc build
objstr: Allow to convert any buffer proto object to str.
py: mp_obj_str_get_str(): Work with bytes too.
stmhal: Fix ptr arith in CC3000 code; enable network build in travis.
moductypes: Make .sizeof() work with bytearrays.
moductypes: Add test for accessing UINT8 array.
moductypes: When dereferencing a field which is array of uint8, use bytearray.
moductypes: Make sure we can apply .sizeof() to all aggregate types.
py: Allow to override port config file and thus have >1 configs per port.
Fix errors after enabling -Wpointer-arith
Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*
docs: Increase size of pyboard pinout.
unix: Make -v dump memory info at exit.
docs: Add quick reference page, with pinout and short example code.
stmhal: Allow DAC object to be initialised from a pin.
unix: Implement -m option (execute module from stdlib).
stmhal: Improve REPL control codes; improve pyboard.py script.
Loading