Skip to content

[STM32F1] Serial features inconsistent #3266

@adbam

Description

@adbam

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions