doc: stm32f0: flash: more variants than F05x these days.

Don't be so restrictive with the names. Use the standard F0xx style.

Signed-off-by: Karl Palsson <karlp@tweak.au>
This commit is contained in:
Karl Palsson
2023-02-02 23:17:18 +00:00
parent 130075a12d
commit 66e2cc3ea8

View File

@@ -2,7 +2,7 @@
* *
* @ingroup peripheral_apis * @ingroup peripheral_apis
* *
* @brief <b>libopencm3 STM32F05x FLASH</b> * @brief <b>libopencm3 STM32F0xx FLASH</b>
* *
* @version 1.0.0 * @version 1.0.0
* *
@@ -11,8 +11,8 @@
* *
* @date 14 January 2014 * @date 14 January 2014
* *
* For the STM32F05x, accessing FLASH memory is described in * For the STM32F0xx, accessing FLASH memory is described in
* section 3 of the STM32F05x Reference Manual. * section 3 of the STM32F0xx Reference Manual.
* *
* FLASH memory may be used for data storage as well as code, and may be * FLASH memory may be used for data storage as well as code, and may be
* programmatically modified. Note that for firmware upload the STM32F1xx * programmatically modified. Note that for firmware upload the STM32F1xx