ZigEmbeddedGroup / stmicro-stm32

HAL for stm32 (STMicro) devices
MIT License
17 stars 8 forks source link

STM32F303 HAL made working; added SPI 3-way / half-duplex / bidi mode #30

Open marnix opened 1 year ago

marnix commented 1 year ago

See the commit texts for details.

Things I'd like to look at in the future:

Please note that I've tested this only with one piece of UART/SPI/I2C code (https://github.com/marnix/zig-stm32f3discovery-play/pull/31). I've tested this with Zig 0.11.0 and currently-latest ZigEmbeddedGroup/microzig 2873e9e0 + https://github.com/ZigEmbeddedGroup/microzig/pull/153 + https://github.com/ZigEmbeddedGroup/microzig/pull/152, and I didn't find any issues...

marnix commented 12 months ago

I've set this to 'draft' again, until https://github.com/ZigEmbeddedGroup/stmicro-stm32/pull/31 has been merged to main.