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 support for DAC (Digital to Analog Converter) drivers #3076

Closed
zephyrbot opened this issue Jan 20, 2017 · 2 comments · Fixed by #21805
Closed

Add support for DAC (Digital to Analog Converter) drivers #3076

zephyrbot opened this issue Jan 20, 2017 · 2 comments · Fixed by #21805
Labels
area: Miscellaneous Feature A planned feature with a milestone

Comments

@zephyrbot
Copy link
Collaborator

zephyrbot commented Jan 20, 2017

Reported by Piotr Mienkowski:

Add support for DAC (Digital to Analog Converter) drivers. This includes:

  • driver folder in drivers/dac containing Kconfig and Makefile
  • driver API

(Imported from Jira ZEP-1615)

@zephyrbot zephyrbot added area: Miscellaneous Enhancement Changes/Updates/Additions to existing features labels Sep 23, 2017
@galak galak added Feature Request A request for a new feature and removed Enhancement Changes/Updates/Additions to existing features labels Apr 30, 2019
@martinjaeger
Copy link
Member

Is anyone currently working on that topic?

We need the DAC for STM32L0 and STM32G4 series MCUs. Instead of implementing it only for our project, I can start with the generic DAC driver API and STM32 implementation.

The API would be derived from the ADC. But it is more simple, as a DAC doesn't need async calls and doesn't have gain settings etc.

Is it possible to skip syscalls / userspace option in the first step?

@martinjaeger
Copy link
Member

Just assumed nobody was working on that topic at the moment as it is quite an old one. So tried my best to implement it myself, see above mentioned PR.

@carlescufi carlescufi added Feature A planned feature with a milestone and removed Feature Request A request for a new feature labels Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Miscellaneous Feature A planned feature with a milestone
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants