Skip to content

Commit f36f9a6

Browse files
fpistmxC0000005
authored andcommitted
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 <[email protected]>
1 parent ac06d67 commit f36f9a6

File tree

7 files changed

+0
-2168
lines changed

7 files changed

+0
-2168
lines changed

cores/arduino/board.h

Lines changed: 0 additions & 2 deletions
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)