Skip to content

Commit be3911f

Browse files
committed
Merge branch 'ESP32_PCNT_Encoder_Counter' of https://github.com/IhorNehrutsa/micropython into ESP32_PCNT_Encoder_Counter
2 parents 0a42fe9 + d99a22a commit be3911f

File tree

639 files changed

+11496
-24161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

639 files changed

+11496
-24161
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ assignees: ''
77

88
---
99

10-
* Remove all placeholder text below before submitting.
11-
12-
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, please see the MicroPython Forum -- https://forum.micropython.org/
10+
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, or any sort of "how do I?" requests, please use the Discussions tab or raise a documentation request instead.
1311

1412
* In your issue, please include a clear and concise description of what the bug is, the expected output, and how to replicate it.
1513

@@ -23,3 +21,5 @@ assignees: ''
2321
- firmware file name
2422
- git commit hash and port/board
2523
- version information shown in the REPL (hit Ctrl-B to see the startup message)
24+
25+
* Remove all placeholder text above before submitting.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: MicroPython Forum
4-
url: https://forum.micropython.org/
3+
- name: MicroPython GitHub Discussions
4+
url: https://github.com/orgs/micropython/discussions
55
about: Community discussion about all things MicroPython. This is the best place to start if you have questions about using MicroPython or getting started with MicroPython development.
66
- name: MicroPython Documentation
77
url: https://docs.micropython.org/

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ assignees: ''
77

88
---
99

10-
* Remove all placeholder text below before submitting.
11-
12-
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, please see the MicroPython Forum -- https://forum.micropython.org/
10+
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, or any sort of "how do I?" requests, please use the Discussions tab instead.
1311

1412
* Describe what was missing from the documentation and/or what was incorrect/incomplete.
1513

1614
* If possible, please link to the relevant page on https://docs.micropython.org/
15+
16+
* Remove all placeholder text above before submitting.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ assignees: ''
77

88
---
99

10-
* Remove all placeholder text below before submitting.
11-
12-
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, please see the MicroPython Forum -- https://forum.micropython.org/
10+
* Please search existing issues before raising a new issue. For questions about MicroPython or for help using MicroPython, or any sort of "how do I?" requests, please use the Discussions tab or raise a documentation request instead.
1311

1412
* Describe the feature you'd like to see added to MicroPython. In particular, what does this feature enable and why is it useful. MicroPython aims to strike a balance between functionality and code size, so please consider whether this feature can be optionally enabled and whether it can be provided in other ways (e.g. pure-Python library).
1513

@@ -22,3 +20,5 @@ assignees: ''
2220
* For drivers (e.g. for external hardware), please link to datasheets and/or existing drivers from other sources.
2321

2422
* Who do you expect will implement the feature you are requesting? Would you be willing to sponsor this work?
23+
24+
* Remove all placeholder text above before submitting.

.github/ISSUE_TEMPLATE/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ assignees: ''
77

88
---
99

10-
* Remove all placeholder text before submitting the new issue.
11-
1210
* If you need to raise this issue privately with the MicroPython team, please email contact@micropython.org instead.
1311

1412
* Include a clear and concise description of what the security issue is.
1513

1614
* What does this issue allow an attacker to do?
15+
16+
* Remove all placeholder text above before submitting.

.github/workflows/ports_unix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
SOURCE_DATE_EPOCH: 1234567890
3737
- name: Check reproducible build date
38-
run: echo | ports/unix/micropython-minimal -i | grep 'on 2009-02-13;'
38+
run: echo | ports/unix/build-minimal/micropython -i | grep 'on 2009-02-13;'
3939

4040
standard:
4141
runs-on: ubuntu-latest
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: javascript port
1+
name: webassembly port
22

33
on:
44
push:
@@ -9,16 +9,16 @@ on:
99
- 'py/**'
1010
- 'extmod/**'
1111
- 'lib/**'
12-
- 'ports/javascript/**'
12+
- 'ports/webassembly/**'
1313

1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Install packages
20-
run: source tools/ci.sh && ci_javascript_setup
20+
run: source tools/ci.sh && ci_webassembly_setup
2121
- name: Build
22-
run: source tools/ci.sh && ci_javascript_build
22+
run: source tools/ci.sh && ci_webassembly_build
2323
- name: Run tests
24-
run: source tools/ci.sh && ci_javascript_run_tests
24+
run: source tools/ci.sh && ci_webassembly_run_tests

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@
5050
url = https://github.com/andrewleech/wiznet_ioLibrary_Driver.git
5151
# Requires https://github.com/Wiznet/ioLibrary_Driver/pull/120
5252
# url = https://github.com/Wiznet/ioLibrary_Driver.git
53+
[submodule "lib/cyw43-driver"]
54+
path = lib/cyw43-driver
55+
url = https://github.com/georgerobotics/cyw43-driver.git
56+
[submodule "lib/micropython-lib"]
57+
path = lib/micropython-lib
58+
url = https://github.com/micropython/micropython-lib.git

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ used during the build process and is not part of the compiled source code.
3535

3636
/ (MIT)
3737
/drivers
38-
/cc3000 (BSD-3-clause)
3938
/cc3100 (BSD-3-clause)
4039
/wiznet5k (BSD-3-clause)
4140
/lib

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy