samd21/clock: add OSCULP32K/DFLL option#7826
samd21/clock: add OSCULP32K/DFLL option#7826Hyungsin wants to merge 2 commits intoRIOT-OS:masterfrom
Conversation
|
PR #7315 attempts to address the need for having different sources running different peripherals. It would make your additions even easier because then you could just add an option to use the OSCULP32k instead of XOSC32k (rather then duplicate so much code). It also sets up OSCULP32k as gen3. |
|
@photonthunder, Cool. |
|
Any review here? |
|
@thomaseichinger , @haukepetersen. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
This PRR adds OSCULP32K/DFLL clock option for samd21.
This also allows xtimer to use 32kHz OSCULP32K/RTT timer to provide low power sleep mode.
@thomaseichinger may be a good reviewer.