Skip to content

Commit

Permalink
Added mdk hw config. no build process yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
htotoo committed Feb 19, 2025
1 parent 4b8decf commit f3a7d85
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ CONFIG_ESPTOOLPY_FLASHSIZE="8MB"
CONFIG_GPSTXPIN=6
CONFIG_IC2SCLPIN=4
CONFIG_IC2SDAPIN=5
CONFIG_I2C_SLAVE_SCL_IO=10
CONFIG_I2C_SLAVE_SDA_IO=11
CONFIG_IR_RX_PIN=12
CONFIG_IR_TX_PIN=13
# end of ESP32PP
File renamed without changes.
11 changes: 11 additions & 0 deletions Source/sdkconfig.mdk
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# ESP32PP - MDK HW
#
CONFIG_GPSTXPIN=4
CONFIG_IC2SCLPIN=6
CONFIG_IC2SDAPIN=5
CONFIG_I2C_SLAVE_SCL_IO=10
CONFIG_I2C_SLAVE_SDA_IO=11
CONFIG_IR_RX_PIN=12
CONFIG_IR_TX_PIN=13
# end of ESP32PP

0 comments on commit f3a7d85

Please sign in to comment.