We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4691ef4 commit b4ad266Copy full SHA for b4ad266
CHANGELOG
@@ -1,4 +1,4 @@
1
-SAMD CORE
+SAMD CORE 1.6.7
2
3
* Fixed Serial.flush() blocking before any writes. Thanks @hangmoh
4
* Added snprintf_P to avr/pgmspace.h stub. Thanks @jantje
@@ -13,6 +13,9 @@ SAMD CORE
13
* Fixed glitch in PWM generation that may happen when calling analogWrite()
14
* PWM frequency is now 732.4Hz (before it was 187500.0Hz)
15
* Fixed PWM/analogwrite() not working on pin 13 on the Zero
16
+* Improved reliability of SerialUSB under heavy load (this should solve
17
+ all issues with MKR1000/WiFi101 firmware updater on MacOSX)
18
+* Improved SerialUSB.read() performance
19
20
SAMD CORE 1.6.6 2016.05.19
21
0 commit comments