File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ This table summarizes the STM32Cube versions currently used in Mbed OS master br
109
109
| F3 | 1.11.2 | https://github.com/STMicroelectronics/STM32CubeF3 |
110
110
| F4 | 1.26.1 | https://github.com/STMicroelectronics/STM32CubeF4 |
111
111
| 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 |
113
113
| G4 | 1.4.0 | https://github.com/STMicroelectronics/STM32CubeG4 |
114
114
| H7 | 1.9.0 | https://github.com/STMicroelectronics/STM32CubeH7 |
115
115
| 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
181
181
Mbed OS porting layer specific for this family are placed here.
182
182
183
183
Example in TARGET_STM32G0:
184
- - TARGET_STM32G031xx
185
- - TARGET_STM32G071xx
184
+ - TARGET_STM32G031x8
185
+ - TARGET_STM32G071xB
186
186
- ...
187
187
188
188
Each STM32 sub-family contains:
@@ -578,6 +578,7 @@ the CAN interface.
578
578
While using RxInterrupt with the CAN object the receive ISR callback registered should defer read to thread context.
579
579
A simple example is as shown below:
580
580
581
+ ```
581
582
#include "mbed.h"
582
583
583
584
Ticker ticker;
@@ -621,6 +622,7 @@ int main() {
621
622
while(1) {
622
623
}
623
624
}
625
+ ```
624
626
625
627
626
628
## Mbed OS Wiki pages
You can’t perform that action at this time.
0 commit comments