I am attempting to build the latest (4.1.1) pc-ble-driver with 115k2 baudrate. I have a hardware platform which supports 115k2 as maximum baud rate. It seems only the 1m version is build now. I am changing the file components/serialization/common/ser_config.h
I update the baudrate:
/** UART transmission parameters */
#define SER_PHY_UART_FLOW_CTRL NRF_UART_HWFC_DISABLED
#define SER_PHY_UART_PARITY NRF_UART_PARITY_EXCLUDED
#define SER_PHY_UART_BAUDRATE_VAL 115200
But it seems the connectivity firmware only works at 1m. Is it still possible to build a 115k2 version ?