From 83baa2dbb755d32b69444f5707b1608bf02d0814 Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Sat, 7 Mar 2020 15:26:08 +0000 Subject: [PATCH] Updated for RC3 tag --- WHATS_NEW_LPC.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WHATS_NEW_LPC.md b/WHATS_NEW_LPC.md index 37b0d7fcc..667c2943a 100644 --- a/WHATS_NEW_LPC.md +++ b/WHATS_NEW_LPC.md @@ -1,6 +1,12 @@ Summary of LPC specific changes =============================================== +Version 3.01 RC3 +================ +* Added new build option TMC22XX set to true to provide support for TMC22XX drivers via the UART interface. +* Added new build option ESP8266WIFI_SERIAL (available when usinf ESP8266 WiFi) define this to use enable the UART interface to the ESP8266 board. Note that on SKR based boards only a single UART device is easily available and so to allow the use of panel due and other serial based control screens this option should not be enabled. +* New pin names. The pin names used for the various boards has been updated to provided a consistant naming policy across different boards. + Version 3.01 Beta2 =================