This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
from f43c943ebea arch/arm/rp2040: Silence "LOAD segment with RWX permissions" linker warnings new 7a2343f1be2 drivers/analog/ads7046: Add support for ADS7046 ADC new 3e70a7edc73 boards/arm/rp2040: Add ADS7046 example config The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../arm/rp2040/boards/raspberrypi-pico/index.rst | 28 ++ .../include/{rp2040_max6675.h => rp2040_ads7046.h} | 19 +- boards/arm/rp2040/common/src/Make.defs | 4 + .../common/src/rp2040_ads7046.c} | 35 ++- .../arm/rp2040/common/src/rp2040_common_bringup.c | 31 ++- .../configs/{bmp280 => ads7046}/defconfig | 14 +- drivers/analog/CMakeLists.txt | 4 + drivers/analog/Kconfig | 25 +- drivers/analog/Make.defs | 4 + drivers/analog/ads7046.c | 282 +++++++++++++++++++++ .../nuttx/analog/ads7046.h | 56 ++-- include/nuttx/analog/ioctl.h | 5 + 12 files changed, 433 insertions(+), 74 deletions(-) copy boards/arm/rp2040/common/include/{rp2040_max6675.h => rp2040_ads7046.h} (85%) copy boards/arm/{stm32/common/src/stm32_bmp280.c => rp2040/common/src/rp2040_ads7046.c} (82%) copy boards/arm/rp2040/raspberrypi-pico/configs/{bmp280 => ads7046}/defconfig (89%) create mode 100644 drivers/analog/ads7046.c copy boards/arm/stm32/common/include/stm32_ds1307.h => include/nuttx/analog/ads7046.h (64%)