Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Commit d868d2d

Browse files
committed
Merge tag '2.0.6.1' into 2.0.x
2 parents 0da4c7b + ca194ca commit d868d2d

File tree

474 files changed

+24075
-5554
lines changed

Some content is hidden

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

474 files changed

+24075
-5554
lines changed

.github/pull_request_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ We must be able to understand your proposed change from this description. If we
1414

1515
<!-- What does this fix or improve? -->
1616

17+
### Configurations
18+
19+
<!-- Attach any Configuration.h, Configuration_adv.h, or platformio.ini files needed to compile/test your Pull Request. -->
20+
1721
### Related Issues
1822

1923
<!-- Whether this fixes a bug or fulfills a feature request, please list any related Issues here. -->

.github/workflows/test-builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- BIGTREE_SKR_PRO
6868
- BIGTREE_GTR_V1_0
6969
- mks_robin
70+
- mks_robin_stm32
7071
- ARMED
7172
- FYSETC_S6
7273
- STM32F070RB_malyan
@@ -77,6 +78,7 @@ jobs:
7778
- mks_robin_pro
7879
- STM32F103RET6_creality
7980
- LERDGEX
81+
- mks_robin_nano35
8082

8183
# Put lengthy tests last
8284

@@ -93,7 +95,6 @@ jobs:
9395
#- at90usb1286_dfu
9496
#- STM32F103CB_malyan
9597
#- mks_robin_mini
96-
#- mks_robin_nano
9798

9899
steps:
99100

LICENSE

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
GNU GENERAL PUBLIC LICENSE
44
Version 3, 29 June 2007
55

6-
Copyright (c) 2007 Free Software Foundation, Inc. <https://fsf.org/>
6+
Copyright (c) 2007 Free Software Foundation, Inc. <https://www.fsf.org/>
77
Everyone is permitted to copy and distribute verbatim copies
88
of this license document, but changing it is not allowed.
99

@@ -673,5 +673,4 @@ into proprietary programs. If your program is a subroutine library, you
673673
may consider it more useful to permit linking proprietary applications with
674674
the library. If this is what you want to do, use the GNU Lesser General
675675
Public License instead of this License. But first, please read
676-
<https://www.gnu.org/philosophy/why-not-lgpl.html>.
677-
676+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

0 commit comments

Comments
 (0)