Skip to content

Commit e32ba63

Browse files
committed
Update to release 2.0.0 version
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 7680a18 commit e32ba63

File tree

4 files changed

+146
-145
lines changed

4 files changed

+146
-145
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ assignees: ''
1010
**Please, before reporting any issue**
1111
- Make sure you are using the latest Arduino_Core_STM32 version.
1212
https://github.com/stm32duino/Arduino_Core_STM32/releases/latest
13-
- Make sure the issue is not already reported/fixed on GitHub or discussed on the [stm32duino forum](http://stm32duino.com)
13+
- Make sure the issue is not already reported/fixed on GitHub or discussed on the [stm32duino forum](https://stm32duino.com)
1414
- Submit a GitHub issue only for reporting a problem related to the [Arduino_Core_STM32](https://github.com/stm32duino/Arduino_Core_STM32).
1515
- **Avoid** to submit a GitHub issue for project troubleshooting.
16-
17-
Any questions/feedback/suggestions should be discussed on the [stm32duino forum](http://stm32duino.com):
18-
* questions on the [STM32 Core](http://stm32duino.com/viewforum.php?f=35)
19-
* bugs/enhancements on the [STM core: Bugs and enhancements](http://stm32duino.com/viewforum.php?f=38)
16+
17+
Any questions/feedback/suggestions should be discussed on the [stm32duino forum](https://stm32duino.com):
18+
* questions on the [STM32 Core](https://www.stm32duino.com/viewforum.php?f=35)
19+
* bugs/enhancements on the [STM core: Bugs and enhancements](https://www.stm32duino.com/viewforum.php?f=38)
2020

2121
When reporting any issue, please try to provide all relevant information:
2222

@@ -42,7 +42,7 @@ If applicable, add screenshots to help explain your problem.
4242
- Arduino IDE version: [e.g. 1.8.8]
4343
- STM32 core version: [e.g. 1.4.0]
4444
- Tools menu settings if not the default: [e.g. Newlib Standard, No Serial]
45-
- Upload method: [e.g. STLink]
45+
- Upload method: [e.g. SWD]
4646

4747
**Board (please complete the following information):**
4848
- Name: [e.g. Nucleo F429ZI]

.github/workflows/Continuous-Integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: Compile
5959
uses: stm32duino/actions/compile-examples@master
6060
with:
61-
additional-url: 'https://github.com/stm32duino/BoardManagerFiles/raw/dev/STM32/package_stm_index.json'
61+
additional-url: 'https://github.com/stm32duino/BoardManagerFiles/raw/dev/package_stmicroelectronics_index.json'
6262

6363
# Use the output from the `Compile` step
6464
- name: Compilation Errors

0 commit comments

Comments
 (0)