Skip to content

Commit

Permalink
Drop support for RM0455 parts, fix in stm32-rs#235 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
richardeoin committed Aug 18, 2021
1 parent da044a0 commit 15bd6c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ status = [
"ci (1.51.0, stm32h743v)",
"ci (1.51.0, stm32h753v)",
"ci (1.51.0, stm32h747cm7)",
"ci (1.51.0, stm32h7b3)",
"ci (1.51.0, stm32h7b0)",
# "ci (1.51.0, stm32h7b3)",
# "ci (1.51.0, stm32h7b0)",
"ci (stable, stm32h743)",
"ci (stable, stm32h753)",
"ci (stable, stm32h743v)",
"ci (stable, stm32h753v)",
"ci (stable, stm32h747cm7)",
"ci (stable, stm32h7b3)",
"ci (stable, stm32h7b0)",
# "ci (stable, stm32h7b3)",
# "ci (stable, stm32h7b0)",
]
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- stm32h743v
- stm32h753v
- stm32h747cm7
- stm32h7b3
- stm32h7b0
# - stm32h7b3
# - stm32h7b0
env: # Peripheral Feature flags
FLAGS: rt,quadspi,sdmmc,fmc,usb_hs,rtc,ethernet,ltdc,crc

Expand Down

0 comments on commit 15bd6c5

Please sign in to comment.