Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add STM32C0x devices #112

Merged
merged 5 commits into from
Sep 22, 2024
Merged

Conversation

Apehaenger
Copy link
Contributor

In reference to modm-io/modm#1188 I had the impression that I need to switch the ADC implementation from 'stm32' to 'stm32-c0' so that I'm able to use the stm32f0 adc implementation.

In fact I already have it working, but hacked it here https://github.com/modm-io/modm/blob/9b4b64ce2bef0e7144870649396c0652a673a85b/src/modm/platform/adc/stm32f0/module.lb#L19-L23 during my local tries.

To get this working I had to add support for STM32C071x series as they get published now in the pulled (CMSIS, ...) files.

It's on 'draft', because I have an open question
(beside the fact that I guess/worry that further changes might get needed once I try to use this modm-devices state in modm)

@Apehaenger Apehaenger changed the title Feature/stm32 c0x Feature/STM32C0x support changes -WIP- Jul 27, 2024
@Apehaenger Apehaenger mentioned this pull request Aug 12, 2024
6 tasks
@salkinium salkinium force-pushed the feature/STM32C0x branch 5 times, most recently from fc21441 to 92d65fe Compare September 22, 2024 12:29
@salkinium salkinium marked this pull request as ready for review September 22, 2024 13:16
Copy link
Member

@salkinium salkinium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@salkinium salkinium changed the title Feature/STM32C0x support changes -WIP- Feature/STM32C0x support changes Sep 22, 2024
@salkinium salkinium changed the title Feature/STM32C0x support changes Add STM32C0x devices Sep 22, 2024
@salkinium salkinium merged commit 202131e into modm-io:develop Sep 22, 2024
4 checks passed
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.

2 participants