Skip to content

Commit 0a38d46

Browse files
committed
Remove uart emulation
which is not maintained (and not functional) and will be replaced by an official SoftwareSerial port. See stm32duino#267. Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 78c5d12 commit 0a38d46

File tree

7 files changed

+0
-2168
lines changed

7 files changed

+0
-2168
lines changed

cores/arduino/board.h

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ extern "C"{
1212
#include "clock.h"
1313
#include "core_callback.h"
1414
#include "digital_io.h"
15-
#include "hal_uart_emul.h"
1615
#include "hw_config.h"
1716
#include "low_power.h"
1817
#include "rtc.h"
@@ -21,7 +20,6 @@ extern "C"{
2120
#include "timer.h"
2221
#include "twi.h"
2322
#include "uart.h"
24-
#include "uart_emul.h"
2523
#ifdef USBCON
2624
#include "usb_interface.h"
2725
#endif //USBCON

0 commit comments

Comments
 (0)