Skip to content

Commit 9fb647d

Browse files
committed
Add Cortex-M7 r0p1 to supported list
Signed-off-by: Jean Pierre Dudey <[email protected]>
1 parent 1a601cb commit 9fb647d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//! | ARMv7E-M | ARM® Cortex®-M4 r0p1 | `thumbv7em-none-eabi` | `cortexm4_r0p1` |
1414
//! | ARMv7E-M | ARM® Cortex®-M4F r0p0 | `thumbv7em-none-eabihf` | `cortexm4f_r0p0` |
1515
//! | ARMv7E-M | ARM® Cortex®-M4F r0p1 | `thumbv7em-none-eabihf` | `cortexm4f_r0p1` |
16+
//! | ARMv7E-M | ARM® Cortex®-M7 r0p1 | `thumbv7em-none-eabihf` | `cortexm7_r0p1` |
1617
//! | ARMv8-M | ARM® Cortex®-M33 r0p2 | `thumbv8m.main-none-eabi` | `cortexm33_r0p2` |
1718
//! | ARMv8-M | ARM® Cortex®-M33 r0p3 | `thumbv8m.main-none-eabi` | `cortexm33_r0p3` |
1819
//! | ARMv8-M | ARM® Cortex®-M33 r0p4 | `thumbv8m.main-none-eabi` | `cortexm33_r0p4` |

0 commit comments

Comments
 (0)