diff options
| author | Steven Friedman <[email protected]> | 2025-03-19 18:17:43 -0400 |
|---|---|---|
| committer | Steven Friedman <[email protected]> | 2025-03-20 09:14:27 -0400 |
| commit | 1e027d3b61dac659fa7bf28cd3ff604d49bd1e5c (patch) | |
| tree | 4e429925e4264aa9852190226fa3fb41f6478864 | |
| parent | 9fd464dc500e628cc6a162fab731f44674ecdf1b (diff) | |
revert changes to build.rs
| -rw-r--r-- | embassy-stm32/build.rs | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/embassy-stm32/build.rs b/embassy-stm32/build.rs index 8965b312c..eb0437bc2 100644 --- a/embassy-stm32/build.rs +++ b/embassy-stm32/build.rs | |||
| @@ -911,24 +911,6 @@ fn main() { | |||
| 911 | (("eth", "TXD2"), quote!(crate::eth::TXD2Pin)), | 911 | (("eth", "TXD2"), quote!(crate::eth::TXD2Pin)), |
| 912 | (("eth", "TXD3"), quote!(crate::eth::TXD3Pin)), | 912 | (("eth", "TXD3"), quote!(crate::eth::TXD3Pin)), |
| 913 | (("eth", "TX_EN"), quote!(crate::eth::TXEnPin)), | 913 | (("eth", "TX_EN"), quote!(crate::eth::TXEnPin)), |
| 914 | (("eth", "MII_REF_CLK"), quote!(crate::eth::RefClkPin)), | ||
| 915 | (("eth", "MII_RX_CLK"), quote!(crate::eth::RXClkPin)), | ||
| 916 | (("eth", "MII_TX_CLK"), quote!(crate::eth::TXClkPin)), | ||
| 917 | (("eth", "MII_MDIO"), quote!(crate::eth::MDIOPin)), | ||
| 918 | (("eth", "MII_MDC"), quote!(crate::eth::MDCPin)), | ||
| 919 | (("eth", "MII_CRS_DV"), quote!(crate::eth::CRSPin)), | ||
| 920 | (("eth", "MII_RX_DV"), quote!(crate::eth::RXDVPin)), | ||
| 921 | (("eth", "MII_RXD0"), quote!(crate::eth::RXD0Pin)), | ||
| 922 | (("eth", "MII_RXD1"), quote!(crate::eth::RXD1Pin)), | ||
| 923 | (("eth", "MII_RXD2"), quote!(crate::eth::RXD2Pin)), | ||
| 924 | (("eth", "MII_RXD3"), quote!(crate::eth::RXD3Pin)), | ||
| 925 | (("eth", "MII_TXD0"), quote!(crate::eth::TXD0Pin)), | ||
| 926 | (("eth", "MII_TXD1"), quote!(crate::eth::TXD1Pin)), | ||
| 927 | (("eth", "MII_TXD2"), quote!(crate::eth::TXD2Pin)), | ||
| 928 | (("eth", "MII_TXD3"), quote!(crate::eth::TXD3Pin)), | ||
| 929 | (("eth", "MII_TX_EN"), quote!(crate::eth::TXEnPin)), | ||
| 930 | (("eth", "RMII_REF_CLK"), quote!(crate::eth::RefClkPin)), | ||
| 931 | (("eth", "RMII_CRS_DV"), quote!(crate::eth::CRSPin)), | ||
| 932 | (("fmc", "A0"), quote!(crate::fmc::A0Pin)), | 914 | (("fmc", "A0"), quote!(crate::fmc::A0Pin)), |
| 933 | (("fmc", "A1"), quote!(crate::fmc::A1Pin)), | 915 | (("fmc", "A1"), quote!(crate::fmc::A1Pin)), |
| 934 | (("fmc", "A2"), quote!(crate::fmc::A2Pin)), | 916 | (("fmc", "A2"), quote!(crate::fmc::A2Pin)), |
