|
| 1 | +<!-- Thanks for submitting a Pull Request! We appreciate you spending the |
| 2 | + time to improve MicroPython. Please provide enough information so that |
| 3 | + others can review your Pull Request. |
| 4 | +
|
| 5 | + Before submitting, please read: |
| 6 | + https://github.com/micropython/micropython/wiki/ContributorGuidelines |
| 7 | +
|
| 8 | + Please check any CI failures that appear after your Pull Request is opened. |
| 9 | +--> |
| 10 | + |
| 11 | +### Summary |
| 12 | + |
| 13 | +<!-- Explain the reason for making this change. What problem does the pull request |
| 14 | + solve, or what improvement does it add? Add links if relevant, |
| 15 | + especially links to open issues. --> |
| 16 | + |
| 17 | +### Testing |
| 18 | + |
| 19 | +<!-- Explain what testing you did, and on which boards/ports. If there are |
| 20 | + boards or ports that you couldn't test, please mention this here as well. |
| 21 | +
|
| 22 | + If you leave this section empty then your Pull Request may be closed. --> |
| 23 | + |
| 24 | +### Trade-offs and Alternatives |
| 25 | + |
| 26 | +<!-- If the Pull Request has some negative impact (i.e. increased code size) |
| 27 | + then please explain why you think the trade-off improvement is worth it. |
| 28 | + If you can think of alternative ways to do this, please explain that here too. |
| 29 | +
|
| 30 | + Delete this heading if not relevant (i.e. small fixes) --> |
| 31 | + |
| 32 | + |
| 33 | +### Generative AI |
| 34 | + |
| 35 | +<!-- Please delete the answer below which doesn't apply, or write your own |
| 36 | + answer with more details. --> |
| 37 | + |
| 38 | +I did not use generative AI tools when creating this PR. |
| 39 | + |
| 40 | +I used generative AI tools when creating this PR, but a human has checked the |
| 41 | +code and is responsible for the code and the description above. |
| 42 | + |
| 43 | +<!-- We require everyone to answer this question. If you delete this section or |
| 44 | + ignore it then your PR may be closed. |
| 45 | +
|
| 46 | + For more information, consult the MicroPython Generative AI Policy: |
| 47 | + https://github.com/micropython/micropython/wiki/ContributorGuidelines#generative-ai-policy |
| 48 | + --> |
0 commit comments