Closed
Description
Description of defect
Stream.h is missing in mbed.h
This cause problems with libraries using the Stream classes, this problems comes up with v6.x
Before the Stream.h was included in mbed.h.
Target(s) affected by this defect ?
STM32 Nucleo-F767ZI
Toolchain(s) (name and version) displaying this defect ?
PlatformIO ST STM32
What version of Mbed-os are you using (tag or sha) ?
mbed-os-6.2.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
toolchain-gccarmnoneeabi @ 9.2.1
How is this defect reproduced ?
#include TextLCD.h
HD44780 library https://os.mbed.com/components/HD44780-Text-LCD/
class TextLCD : public Stream
gives following error not a class or struct name
because Stream.h is missing