analogdevicesinc / no-OS

Software drivers in C for systems without an operating system
http://analogdevicesinc.github.io/no-OS/
Other
871 stars 1.63k forks source link

projects: ad463x: Migrate to new project structure & stm32 support #2199

Closed ahaslam2 closed 1 week ago

ahaslam2 commented 1 month ago

Pull Request Description

Migrate to the new project structrure and add support for stm32. STM32 uses standard spi with one line. so we need to set the 4630 in interleaved mode and de-interleave the bits.

PR Type

PR Checklist

ahaslam2 commented 1 month ago

yes.. this is just a draft push.. perhaps you were referring to my other PR https://github.com/analogdevicesinc/no-OS/pull/2192? where CI seems to be blocked

buha commented 1 month ago

is this still wip ?

ahaslam2 commented 1 month ago

Im adding stm32 support to it.. ill add it to this PR.

ahaslam2 commented 1 month ago

@buha @amiclaus ready for review now.

ahaslam2 commented 3 weeks ago

Changelog:

basic example:

ahaslam2 commented 1 week ago

A new full PR with these changes + @jonathanns fixes + stm32 implementation here

https://github.com/analogdevicesinc/no-OS/pull/2225

ahaslam2 commented 1 week ago

closing the PR as https://github.com/analogdevicesinc/no-OS/pull/2225 includes all this work.