Skip to content

Import consistency fixes for STM32 - #134

Open
salkinium wants to merge 2 commits into
developfrom
update/modm-data-d41140e
Open

salkinium wants to merge 2 commits into
developfrom
update/modm-data-d41140e

Conversation

@salkinium

Copy link
Copy Markdown
Member
  • Flash sizes: F730/F750 go from 1 MB to 64 kB, including itcm_flash. The L4 memory entries lose the per-package selectors they needed for the wrong sizes.
  • AF numbers: signals that were missing theirs now have one, e.g. I2C/USART/TIM on U031 and C051, usb_otg_* on H5E/H5F and H72x/H73x, and sys trig_inout on WB55. Many of these +/- pairs only merge device selectors, because packages now agree on the AF number.
  • Signal names:
    • eth rcc_crs_dvcrs_dv, and rmii_rcc_crs_dvrmii_crs_dv.
    • i2s ckinrcc i2s_ckin, and the unassigned audioclk and crs1_syncrcc.
    • boot0boot boot0, and vddtcxosubghz vddtcxo.
    • WL debug signals get full names like rf_busy and subghzspi_nssout, replacing the bogus rf, pwr and subghzspi signals.
    • Signals of peripherals the device doesn't have are dropped, e.g. WL31 dac1_vcmbuff and lcsc_lcb.
  • DMA instances: DMA requests now name their peripheral instance, e.g. lpuart1 and dac1 on L4, swpmi1 on H7, quadspi1 on G4, and adc1 on U0.
  • Drivers:
    • The CubeMX software modules on WB and WL are gone: adv_trace, common_ble, kms, lorawan, misc, sequencer, sigfox, stm32_ble, stm32_wpan, subghz_phy, tiny_lpm, wmbus, and the TIMER module, which appeared as a tim driver with instance er.
    • spdifrx no longer has an instance.

@salkinium
salkinium force-pushed the update/modm-data-d41140e branch from f73dd64 to f329d99 Compare September 14, 2026 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant