44 Commits (808ee1713da4cb7aa6c41e7c4cd18269fd63f7f3)

Author SHA1 Message Date
Guillaume Gautier 2397a6322f drivers: i2c: move functions to a common file 2 months ago
Guillaume Gautier 0c59977195 drivers: i2c: renaming, formatting and clean up 2 months ago
Erwan Gouriou a28a338024 i2c: stm32: Fix return type declaration of 2 private functions 4 months ago
Mikhail Skobov 7d362e0a77 drivers: i2c: i2c_ll_stm32_v1 1 year ago
Pisit Sawangvonganan 70c7ac704d drivers: i2c: correct spelling 2 years ago
Benedikt Schmidt 0861395713 drivers: smbus: implement SMBus driver for STM32 2 years ago
Michael Grand 78d3f2a6a0 stm32,i2c: Fix large I2C transactions on I2C V1 2 years ago
Ashwini M Shinde 0f6c7e3d9c drivers: i2c: Support for i2c 10-bit addressing for STM32 target 3 years ago
Tom Burdick 88ca215eed i2c: Update API terminology 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Gerard Marull-Paretas be32e33774 drivers: i2c: drop DEV_DATA/DEV_CFG usage 4 years ago
Peter Bigot 4ee876b797 drivers/i2c: stm32_v1: remove unused variable 4 years ago
Erwan Gouriou 6288af6f75 drivers/i2c: stm32_v1: TX IRQ enable called twice in a row 4 years ago
Martin Jäger 42eb8d7336 drivers: i2c: stm32: use generic LL headers 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Erwin Rol dce9580490 drivers: i2c_ll_stm32_v1: Reset i2c device on read/write error 5 years ago
Alexandre Bourdiol f5e8c06628 drivers: i2c: fix STM32 implicit-fallthrough warning 5 years ago
Flavio Ceolin 0aaae4a039 guideline: Make explicit fallthrough cases 5 years ago
Erwin Rol f2156b9d4a drivers: i2c_ll_stm32_v1: Reset i2c device on timeout 5 years ago
Erwin Rol d49b3e1b68 drivers: i2c_ll_stm32_v1: clear stop bit befor setting start bit 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Peter Bigot 0b0d2e640b treewide: use full path to clock_control/stm32_clock_control.h header 6 years ago
Pavlo Hamov 85c1d90fd6 drivers: i2c: stm32_Slave: Fix addr flag handling 6 years ago
Pavlo Hamov dca45cb29d drivers: i2c: Add STM32F10X slave support 6 years ago
Kwon Tae-young 6a01db3be0 drivers: i2c_ll_stm32_v1: add timeout 6 years ago
Anas Nashif a2fd7d70ec cleanup: include/: move misc/util.h to sys/util.h 6 years ago
Anas Nashif 8f692c7d38 cleanup: include/: move i2c.h to drivers/i2c.h 6 years ago
Anas Nashif 17ddd1714c cleanup: include/: move clock_control.h to drivers/clock_control.h 6 years ago
Anas Nashif 4c32258606 style: add braces around if/while statements 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago
Patrik Flykt 8ff96b5a57 drivers: Add 'U' to unsigned variable assignments 7 years ago
Himanshu Jha d0a98b7cf9 drivers: Remove redundant semicolon 7 years ago
Kumar Gala aa2bdbe322 drivers: Remove board.h include 7 years ago
Anas Nashif f7dac85d15 drivers: i2c: move to new logger 7 years ago
Yannis Damigos 7b0632822b drivers: i2c_ll_stm32_v1: Handle NACK during address tranmsission 7 years ago
Yannis Damigos 32d159e335 drivers: i2c_ll_stm32_v1: Generate STOP condition if NACK 7 years ago
Manivannan Sadhasivam 2b0821cce7 drivers: i2c: stm32f4: Fix incorrect buffer assignment 8 years ago
Manivannan Sadhasivam 1bd48edd26 drivers: i2c: stm32f4: Add check for BTF flag before reading N-2 byte 8 years ago
Yannis Damigos b80da2b710 drivers: i2c_ll_stm32: Use I2C API flags 8 years ago
Kumar Gala 83643a2266 drivers: i2c: remove usage of bitfield access for cfg 8 years ago
Yannis Damigos 22912ffcf9 drivers: i2c_ll_stm32_v1: Fix RX for all receptions 8 years ago
Yannis Damigos 9a9f65fd0c drivers: i2c_ll_stm32_v1: Fix TX if flag I2C_MSG_RESTART is set 8 years ago
Yannis Damigos 654b3381aa drivers: i2c_ll_stm32_v1: Disable/enable only Buffer interrupts 8 years ago
Jorge Ramirez-Ortiz 21fbc9b07e drivers: i2c: stm32 LL F1/F4 (v1) STM32 F3/L4X (v2) 8 years ago