@@ -70,18 +70,16 @@ To add board support for our products, start Arduino and open the Preferences wi
70
70
* This core is intended to be installed using Boards Manager (see below). To update from a*
71
71
* previous version, click on Electronic Cats SAM D|L|C Boards in Boards Manager, then click Update.*
72
72
73
- ** 1.6.17 (February 22, 2018):**
74
- * Added SAM D51 (m4f) support to bootloader
75
- * Added Generic D11D14AS (20-pin SOIC) variant
76
- * Made PIN_USB_HOST_ENABLE optional. Readme updates for MT-D11 and Generic D11C14A
77
- * Fixed USB pad calibration values for L21 in bootloader and USB host mode
78
- * Improve accuracy of HS crystal (fixed off-by-one calculation)
79
- * fixed wrong location for call to mapResolution(), doc updates
80
- * Documentation updates
81
- * Merged in changes from upstream SAMD CORE 1.6.17 (not released yet)
82
- * Improved ISR response time. Thanks @joverbee
83
- * No fixed value for USB power current.
73
+ ## What's New - Beta Version (1.7.00-beta)
74
+
75
+ ** 2.0.0-beta-b1 (Jul 14, 2020):**
84
76
77
+ * Added support for SAMR34
78
+ * Added support for Electronic Cats Boards
79
+ * Remove Mattairtech Boards
80
+ * Update with Arduino Core official fix
81
+ * Remove menu for SPI, Serial and I2C interfaces
82
+ * Thanks Mattairtech!
85
83
86
84
## What's New - Beta Version (1.6.18-beta)
87
85
** Beta builds are now included in the main json. See Beta Builds section.**
@@ -117,6 +115,18 @@ To add board support for our products, start Arduino and open the Preferences wi
117
115
* Merged in changes from upstream SAMD CORE 1.6.17
118
116
* UART's now support optional RTS and CTS pins defined in the variant.
119
117
118
+ ** 1.6.17 (February 22, 2018):**
119
+ * Added SAM D51 (m4f) support to bootloader
120
+ * Added Generic D11D14AS (20-pin SOIC) variant
121
+ * Made PIN_USB_HOST_ENABLE optional. Readme updates for MT-D11 and Generic D11C14A
122
+ * Fixed USB pad calibration values for L21 in bootloader and USB host mode
123
+ * Improve accuracy of HS crystal (fixed off-by-one calculation)
124
+ * fixed wrong location for call to mapResolution(), doc updates
125
+ * Documentation updates
126
+ * Merged in changes from upstream SAMD CORE 1.6.17 (not released yet)
127
+ * Improved ISR response time. Thanks @joverbee
128
+ * No fixed value for USB power current.
129
+
120
130
** 1.6.17-beta-b0:**
121
131
* Beta version 1.6.17-beta-b0 became release version 1.6.17. See above*
122
132
0 commit comments