This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from b1ba1d4 tools/esp32/Config.mk: Refine the usage of the IDF binaries.
1. Don't use the bootloader and partition-table binaries from a hello-world
example. Rather the ESPTOOL_BINDIR variable can be used to give a user-defined
location. 2. The ESPTOOL_BINDIR variable has to be as generic as possible.
Don't assume any board configuration.
add d594a17 board: nucleo-l432kc: Add missing I2C3 GPIO definition
add e5c9023 board: nucleo-l432kc: Add I2C3 registering logic on app init
add 042f6e6 board: nucleo-l432kc: fix code style correctly
No new revisions were added by this update.
Summary of changes:
boards/arm/stm32l4/nucleo-l432kc/include/board.h | 5 ++++
.../arm/stm32l4/nucleo-l432kc/src/stm32_appinit.c | 30 ++++++++++++++++++----
2 files changed, 30 insertions(+), 5 deletions(-)