This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from 1db6f92 arch/arm/src/stm32l4/Kconfig: Fixed conditional config for
STM32L4_STM32L432XX and STM32L4_STM32L442XX archs. The wrong spelling of
STM32L4_STM32L432XX and STM32L4_STM32L442XX, caused the following three
peripherals to be available although they are not supported by these
architectures: USART3, SPI2, and I2C1. These were available for selection in
menuconfig and caused compiler errors when selected. This patch replaces the
STM32L4_L432XX and STM32L4_L442XX items wit [...]
add 002772c nxstyle improvements with No tooling (#12)
No new revisions were added by this update.
Summary of changes:
tools/README.txt | 10 +-
tools/nxstyle.c | 584 ++++++++++++++++++++++++++++++-------------------------
2 files changed, 326 insertions(+), 268 deletions(-)