Skip to content

Commit

Permalink
[variant] Add Generic F7xx
Browse files Browse the repository at this point in the history
Fix stm32duino#1302

Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
  • Loading branch information
ABOSTM authored and fpistm committed Mar 22, 2021
1 parent 40970e8 commit 77c71fe
Show file tree
Hide file tree
Showing 36 changed files with 3,706 additions and 3,972 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
- [Generic STM32F2 boards](#generic-stm32f2-boards)
- [Generic STM32F3 boards](#generic-stm32f3-boards)
- [Generic STM32F4 boards](#generic-stm32f4-boards)
- [Generic STM32F7 boards](#generic-stm32f7-boards)
- [Generic STM32G0 boards](#generic-stm32g0-boards)
- [Generic STM32G4 boards](#generic-stm32g4-boards)
- [Generic STM32H7 boards](#generic-stm32h7-boards)
Expand Down Expand Up @@ -232,6 +233,24 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
| :green_heart: | STM32F446RC<br>STM32F446RE | Generic Board | *1.9.0* | |
| :green_heart: | STM32F411CE | [ThunderPack v1.1+](https://github.com/jgillick/ThunderPack) | *1.9.0* | |

### Generic STM32F7 boards

| Status | Device(s) | Name | Release | Notes |
| :----: | :-------: | ---- | :-----: | :---- |
| :yellow_heart: | STM32F745ZE<br>STM32F745ZG | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F746BE<br>STM32F746BG<br>STM32F746NE<br>STM32F746NG | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F746ZE<br>STM32F746ZG | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F750N8 | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F750Z8 | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F756BG<br>STM32F756NG | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F756ZG | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F765VG<br>STM32F765VI | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F765ZG<br>STM32F765ZI | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F767VG<br>STM32F767VI | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F767ZG<br>STM32F767ZI | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F777VI | Generic Board | **2.0.0** | |
| :yellow_heart: | STM32F777ZI | Generic Board | **2.0.0** | |

### Generic STM32G0 boards

| Status | Device(s) | Name | Release | Notes |
Expand Down
337 changes: 332 additions & 5 deletions boards.txt

Large diffs are not rendered by default.

557 changes: 0 additions & 557 deletions variants/STM32F7xx/DISCO_F746NG/PeripheralPins.c

This file was deleted.

52 changes: 0 additions & 52 deletions variants/STM32F7xx/DISCO_F746NG/PinNamesVar.h

This file was deleted.

184 changes: 0 additions & 184 deletions variants/STM32F7xx/DISCO_F746NG/ldscript.ld

This file was deleted.

116 changes: 0 additions & 116 deletions variants/STM32F7xx/DISCO_F746NG/variant_DISCO_F746NG.h

This file was deleted.

Loading

0 comments on commit 77c71fe

Please sign in to comment.