Skip to content

Commit d61d7aa

Browse files
committed
STM32G0: update README
1 parent edd426a commit d61d7aa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

targets/TARGET_STM/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This table summarizes the STM32Cube versions currently used in Mbed OS master br
109109
| F3 | 1.11.2 | https://github.com/STMicroelectronics/STM32CubeF3 |
110110
| F4 | 1.26.1 | https://github.com/STMicroelectronics/STM32CubeF4 |
111111
| F7 | 1.16.1 | https://github.com/STMicroelectronics/STM32CubeF7 |
112-
| G0 | 1.4.1 | https://github.com/STMicroelectronics/STM32CubeG0 |
112+
| G0 | 1.5.0 | https://github.com/STMicroelectronics/STM32CubeG0 |
113113
| G4 | 1.4.0 | https://github.com/STMicroelectronics/STM32CubeG4 |
114114
| H7 | 1.9.0 | https://github.com/STMicroelectronics/STM32CubeH7 |
115115
| L0 | 1.12.0 | https://github.com/STMicroelectronics/STM32CubeL0 |
@@ -181,8 +181,8 @@ But also each STM32 Part Number with different FLASH size : STM32F401xC / STM32F
181181
Mbed OS porting layer specific for this family are placed here.
182182

183183
Example in TARGET_STM32G0:
184-
- TARGET_STM32G031xx
185-
- TARGET_STM32G071xx
184+
- TARGET_STM32G031x8
185+
- TARGET_STM32G071xB
186186
- ...
187187

188188
Each STM32 sub-family contains:
@@ -578,6 +578,7 @@ the CAN interface.
578578
While using RxInterrupt with the CAN object the receive ISR callback registered should defer read to thread context.
579579
A simple example is as shown below:
580580

581+
```
581582
#include "mbed.h"
582583
583584
Ticker ticker;
@@ -621,6 +622,7 @@ int main() {
621622
while(1) {
622623
}
623624
}
625+
```
624626

625627

626628
## Mbed OS Wiki pages

0 commit comments

Comments
 (0)