Skip to content

Commit

Permalink
STM32G4 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromecoutant committed Feb 15, 2022
1 parent af9aa9f commit ce3815b
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This branch is creating "generic" targets which are virtual boards with an STM32.

Current status: 345 generic boards have created and tested with CLI1 and CLI2.
Current status: 355 generic boards have created and tested with CLI1 and CLI2.

Real custom boards are in the main branch : https://github.com/ARMmbed/stm32customtargets

Expand Down Expand Up @@ -314,16 +314,18 @@ python aci_build.py -l -c -b
- mbed-os: master
- STM32_open_pin_data: master

39 targets available thanks to:
49 targets available thanks to:
- MCU_STM32G431xB
- MCU_STM32G441xB
- MCU_STM32G471xE
- MCU_STM32G473xE
- MCU_STM32G474xE
- MCU_STM32G483xE
- MCU_STM32G484xE
- MCU_STM32G491xE
- MCU_STM32G4A1xE

10 missing targets due to missing:
8 missing targets due to missing:
- MCU_STM32G431x6
- MCU_STM32G431x8
- MCU_STM32G471xC
Expand All @@ -332,8 +334,6 @@ python aci_build.py -l -c -b
- MCU_STM32G474xB
- MCU_STM32G474xC
- MCU_STM32G491xC
- MCU_STM32G491xE
- MCU_STM32G4A1xE


# STM32H7
Expand Down
60 changes: 60 additions & 0 deletions custom_targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,66 @@
"MCU_STM32G484xE"
]
},
"GENERIC_STM32G491CE": {
"device_name": "STM32G491RETx",
"inherits": [
"MCU_STM32G491xE"
]
},
"GENERIC_STM32G491KE": {
"device_name": "STM32G491RETx",
"inherits": [
"MCU_STM32G491xE"
]
},
"GENERIC_STM32G491ME": {
"device_name": "STM32G491RETx",
"inherits": [
"MCU_STM32G491xE"
]
},
"GENERIC_STM32G491RE": {
"device_name": "STM32G491RETx",
"inherits": [
"MCU_STM32G491xE"
]
},
"GENERIC_STM32G491VE": {
"device_name": "STM32G491RETx",
"inherits": [
"MCU_STM32G491xE"
]
},
"GENERIC_STM32G4A1CE": {
"device_name": "STM32G4A1RETx",
"inherits": [
"MCU_STM32G4A1xE"
]
},
"GENERIC_STM32G4A1KE": {
"device_name": "STM32G4A1RETx",
"inherits": [
"MCU_STM32G4A1xE"
]
},
"GENERIC_STM32G4A1ME": {
"device_name": "STM32G4A1RETx",
"inherits": [
"MCU_STM32G4A1xE"
]
},
"GENERIC_STM32G4A1RE": {
"device_name": "STM32G4A1RETx",
"inherits": [
"MCU_STM32G4A1xE"
]
},
"GENERIC_STM32G4A1VE": {
"device_name": "STM32G4A1RETx",
"inherits": [
"MCU_STM32G4A1xE"
]
},
"GENERIC_STM32H723VG": {
"device_name": "STM32H723ZGTx",
"inherits": [
Expand Down
12 changes: 11 additions & 1 deletion target_list_g4.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,15 @@
"GENERIC_STM32G484PE",
"GENERIC_STM32G484QE",
"GENERIC_STM32G484RE",
"GENERIC_STM32G484VE"
"GENERIC_STM32G484VE",
"GENERIC_STM32G491CE",
"GENERIC_STM32G491KE",
"GENERIC_STM32G491ME",
"GENERIC_STM32G491RE",
"GENERIC_STM32G491VE",
"GENERIC_STM32G4A1CE",
"GENERIC_STM32G4A1KE",
"GENERIC_STM32G4A1ME",
"GENERIC_STM32G4A1RE",
"GENERIC_STM32G4A1VE"
]

0 comments on commit ce3815b

Please sign in to comment.