Files
khoih-prog_RPI_PICO_TimerIn…/CONTRIBUTING.md
T
Khoi Hoang d897d409ff v1.1.1 to fix platform
### Releases v1.1.1

1. Fix platform in `library.json`
2021-10-22 17:03:29 -04:00

1.8 KiB

Contributing to RPI_PICO_TimerInterrupt

Reporting Bugs

Please report bugs in RPI_PICO_TimerInterrupt Issues if you find them.

However, before reporting a bug please check through the following:

If you don't find anything, please open a new issue.

How to submit a bug report

Please ensure to specify the following:

  • Arduino IDE version (e.g. 1.8.16) or Platform.io version
  • RP2040 Core Version (e.g. RP2040 core v1.9.5)
  • RP2040 Board type (e.g. RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040, GENERIC_RP2040, etc.)
  • Contextual information (e.g. what you were trying to achieve)
  • Simplest possible steps to reproduce
  • Anything that might be relevant in your opinion, such as:
    • Operating system (Windows, Ubuntu, etc.) and the output of uname -a
    • Network configuration

Example

Arduino IDE version: 1.8.16
RP2040 core v1.9.5
RASPBERRY_PI_PICO Module
OS: Ubuntu 20.04 LTS
Linux xy-Inspiron-3593 5.4.0-86-generic #97-Ubuntu SMP Fri Sep 17 19:19:40 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Context:
I encountered a crash while using TimerInterrupt.

Steps to reproduce:
1. ...
2. ...
3. ...
4. ...

Sending Feature Requests

Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.

There are usually some outstanding feature requests in the existing issues list, feel free to add comments to them.

Sending Pull Requests

Pull Requests with changes and fixes are also welcome!