mtthw-meyer / libdaisy-rust

Hardware Abstraction Layer implementation for Daisy boards
MIT License
51 stars 18 forks source link

Fix pll config 1 #37

Closed zer0-droids closed 11 months ago

zer0-droids commented 1 year ago

Fix panic during PLL configuration and enhance audio frequency accuracy.

@mtthw-meyer : in case you integrate this pull request, can you please keep it as separated patches?

Thanks!

nullobject commented 11 months ago

I checked this PR and it works for me locally too :+1:

Any updates on this?

mtthw-meyer commented 11 months ago

Fix panic during PLL configuration and enhance audio frequency accuracy.

@mtthw-meyer : in case you integrate this pull request, can you please keep it as separated patches?

Thanks!

Separate patches?

zer0-droids commented 11 months ago

I checked this PR and it works for me locally too 👍

Any updates on this?

Thanks for testing!

Fix panic during PLL configuration and enhance audio frequency accuracy. @mtthw-meyer : in case you integrate this pull request, can you please keep it as separated patches? Thanks!

Separate patches?

I mean, if possible keep the 3 commits instead of merging them into one. My previous pull request (#33) was merged into 1 commit, I don't know if it was intentional, but that's why I'm asking.

Thank you!