Skip to content

Conversation

@towynlin
Copy link
Contributor

@towynlin towynlin commented Oct 19, 2025

The Bristlemouth dev kit uses the ADIN2111 with config pins strapped for OPEN Alliance SPI. The MCU on the Bristlemouth Mote is an STM32U5. The C and C++ firmware are open source in the bristlemouth GitHub organization, especially bm_core and bm_protocol.

This PR will add OPEN Alliance SPI support to the embassy driver, which currently only supports Generic SPI mode.

Summary of Changes (The Plan)

  • Rename existing directory examples/stm32u5 -> examples/stm32u5g9 with no changes
  • Create new directory examples/stm32u575
  • Add protocol abstraction layer trait to ADIN1110 driver
  • Refactor existing Generic SPI to be one implementation of the protocol trait
  • Add new OPEN Alliance TC6 SPI implementation of the protocol trait

✨ WIP ✨

Modify clocks and pins for Bristlemouth dev kit
@i509VCB i509VCB added e-stm32 Issues for the STM32 family of chips kind-example labels Oct 19, 2025
I copied from the existing stm32u5 dir
and deleted any that had build errors.
We can add them again in the future,
and I'll check the ones that remain on my board
before marking the PR ready for review.

I'm focusing only on the spe_adin1110_http_server example.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

e-stm32 Issues for the STM32 family of chips kind-example

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants