f9micro / f9-kernel

An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4
Other
679 stars 145 forks source link

I2C support #160

Open ab1aw opened 5 years ago

ab1aw commented 5 years ago

Question: I see there is platform/stm32f429/i2c.c and related files. Is this tested? Is it usable for STM32F407G-DISC1 board? Has anyone implemented I2C functionality w/ F9 on this board? Thank you.

ab1aw commented 5 years ago

I am working on adding I2C support for this board using STM32 firmware as reference. https://github.com/ab1aw/f9-kernel/commit/17aee1e9c27fad7eb8f06a7150639bafac6bec8d

slpbaby commented 5 years ago

As I remember it is tested on STM32F429-Discovery.