Mbed OS on theSTM32WB55RGV6

I have recently been working on a project using the STM32WB55 Nucleo development board. I’ve been having some trouble deciding if I should use the standard toolchain using the STM32 Cube IDE and HAL from STM or to use the Arm Mbed toolchain. I’ve been leaning towards Mbed, as I feel like it will help with development time.

When checking the hardware section on the Mbed website, the STM32WB5 Nucleo board shows up under compatible development boards. I am planning on doing my development on this board and then moving to a board I design myself which is powered by the actual STM32WB55RGV6 microcontroller. I am assuming that since Mbed runs on the Nucleo board, it will also run on any boards based off of the same microcontroller correct? I only ask this because when checking the Hardware > Modules section on the website, the STM32WB55RGV6 is not shown.

My apologies if this is a silly question, I’m relatively new to microcontroller work and so far it has been a bit challenging to learn everything.