- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8.2k
 
[WIP] drivers: adc: add adc driver support for STM32 #12460
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
Conversation
          Codecov Report
 @@            Coverage Diff            @@
##             master   #12460   +/-   ##
=========================================
  Coverage          ?   49.76%           
=========================================
  Files             ?      292           
  Lines             ?    42394           
  Branches          ?     9962           
=========================================
  Hits              ?    21096           
  Misses            ?    17147           
  Partials          ?     4151Continue to review full report at Codecov. 
  | 
    
| 
           ^^ @ekarlso  | 
    
18a215b    to
    e747e5b      
    Compare
  
    | 
           @cybertale I already have some code, should we collaborate?  | 
    
| 
           Hi @ekarlso, that would be great! I just wrote some skeloton code and hadn't test them. If you already have some code that's working then we won't need to start from beginning!  | 
    
| 
           I invited you as a collaborator, feel free to commit so we can talk about the code! :)  | 
    
| 
           @cybertale are you on Slack and if not would you mind joining ?  | 
    
| 
           new code pushed to https://github.com/ekarlso/zephyr/tree/stm32-adc  | 
    
| 
           Hi @ekarlso , very sorry for the late reply, I got a serious flue and didn't touch the computer for several days. Of course joining slack is good! How do I join your channels?  | 
    
| 
           @cybertale You need to join the zephyr projects slack channels, you will be autojoined to the #general channels.  | 
    
Adding ADC1 dts support to these series of soc, not covering ADC2. Signed-off-by: Song Qiang <[email protected]>
Pinmux support for ADC of all series stm32. Signed-off-by: Song Qiang <[email protected]>
Common name translation for ADC1 of all series stm32. Signed-off-by: Song Qiang <[email protected]>
| 
           Development moves to #13447 so this PR is closed.  | 
    
These series of commits is planning for adding ADC driver support for STM32 series soc, this first commit is for adding basic dts support.
Also for solving the issue #10896.
Signed-off-by: Song Qiang [email protected]