Skip to content
Snippets Groups Projects
Unverified Commit 5d3d59ce authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

add software i2c support on stm32f446re

parent d6ac6d35
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ default "pc5" if arch_arduino_nano
default "p1_7" if arch_msp430fr5969lp
default "p5_1" if arch_msp430fr5994lp
default "px01" if arch_posix
default "pb8" if arch_stm32f446re_nucleo
config driver_softi2c_sda
string "SDA Pin"
......@@ -145,6 +146,7 @@ default "pc4" if arch_arduino_nano
default "p1_6" if arch_msp430fr5969lp
default "p5_0" if arch_msp430fr5994lp
default "px00" if arch_posix
default "pb9" if arch_stm32f446re_nucleo
choice driver_softi2c_pullup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment