-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
- Type: Enhancement | Question
Target
NUCLEO_F103RB
BLUEPILL_F103C8
DISCO_F100RB
Inconsistency
Inconsistent device features on STM32F1 devices in targets.json file.
NUCLEO_F103RB states that it has SERIAL and SERIAL_ASYNCH
BLUEPILL_F103C8 and DISCO_F100RB only have SERIAL
As far I can see, all resides on serial_api.c code, which implies they should have the same features. Also there is already code for SERIAL_FC and the F1xx family is the only one from ST that lacks support for it. However there are no RTS/CTS definitions in PeripheralPins.c, but is that all it needs to add SERIAL_FC to these devices?
Enhancement
All STM32F1 devices have the same features