Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uPython-mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Show more breadcrumbs
TASTE
uPython-mirror
Graph
PL1
ea439e59d95bee29df770dadbbc1a330d1e864a1
Select Git revision
Branches
4
feature_buster
leon
leon-static-analysis
master
default
protected
Tags
20
v1.9.3
v1.9.2
v1.9.1
v1.9
v1.8.7
v1.8.6
v1.8.5
v1.8.4
v1.8.3
v1.8.2
v1.8.1
sw123-rev5a
v1.8
v1.7
sw123-rev5
sw123-rev4
sw123-rev3
sw123-rev2
sw123
v1.6
24 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Oct
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
18
17
16
15
14
13
12
11
10
9
10
8
7
8
7
6
5
6
5
6
5
4
3
4
3
4
3
windows: Enable moduzlib instead of modzlibd.
moduzlib: Fix fn prototype and some code style; use it in stmhal port.
Merge pull request #904 from pfalcon/moduzlib
moduzlib: Import uzlib v1.1.
moduzlib: Integrate into the system.
moduzlib: New zlib-like module, based on uzlib.
stmhal: Oops: rename mod files in Makefile.
stmhal: Rename module files to keep consistency with module name.
stmhal: Enable module weak links.
py: Add module weak link support.
py: Fix x86 viper code generation, mem8 <-> mem16 for load.
py: Implement native load for viper.
py: Implement and,or,xor native ops for viper.
modure: Make sure that re1.5 compiled in only of modure itself is enabled.
modure: Upgrade re1.5 to 0.5.1
Merge pull request #902 from pfalcon/readme-unix
Merge branch 'pfalcon-modure'
stmhal: Enable ure module (tests pass on pyboard).
Merge branch 'modure' of https://github.com/pfalcon/micropython into pfalcon-modure
README: Update "unix" section with more info/details.
Merge pull request #900 from dhylands/comp-deadtime
unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested).
unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.
modure: Basic tests.
modure: Import needed files from re1.5 v0.5.
modure: Initial module, using re1.5 (which is based on re1 codebase).
Add support for complimentary channel output and deadtime.
stmhal: Add pyb.stop() and pyb.standby() functions.
Merge pull request #899 from pfalcon/usocket-rename
unix: Rename "microsocket" module to "usocket".
examples: Rename unix socket examples to have more precise naming (http).
Merge branch 'master' of github.com:micropython/micropython
Merge branch 'dhylands-lexer-crash'
py: Add further checks for failed malloc in lexer init functions.
Merge branch 'lexer-crash' of https://github.com/dhylands/micropython into dhylands-lexer-crash
Merge pull request #897 from tomvonclef/master
Merge branch 'dhylands-memory-error'
py: Add #if guard around gc-specific code.
Make lexer fail gracefully when memory can't be allocated.
Updating README.md to include the fact that the Unix build requires pkg-config to build the FFI module.
Loading