We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b753095 commit e00bcb2Copy full SHA for e00bcb2
CHANGELOG
@@ -1,3 +1,13 @@
1
+SAMD CORE ?.?.?? ????.??.??
2
+
3
+* Wire: Added support for general call (broadcast)
4
+* SPI: Added SPI.notUsingInterrupt(...) API
5
+* Fixed build errors if variant disabled USB
6
+* Wire: TX and RX buffers are now 256 bytes (previously was 64 bytes)
7
+* Added samd21e sercom compatibility. Thanks @mitchellpontague
8
+* Fixed lock ups when outputting to UART during ISR
9
+* Wire: correct I2C frequency calculations, and allow variant to overide default pull up resistor rise time
10
11
SAMD CORE 1.6.17 2017.11.29
12
13
* More accurate approximation for multiplication factor of PLL to make 48Mhz. Thanks @joverbee
0 commit comments