no1wudi opened a new pull request, #17050: URL: https://github.com/apache/nuttx/pull/17050
## Summary * Why change is necessary (fix, update, new feature)? - Cleanup: Remove obsolete device function prototypes and initialization code that are no longer used or supported. * What functional part of the code is being changed? - ESP32S3 LCKFB-SZPI board support code, specifically the board header file and bringup initialization. * How does the change exactly work (what will change and how)? - Removes function prototypes for BMP180 pressure sensor and CS4344 audio codec drivers, along with their initialization code from the board bringup process. ## Impact * Is new feature added? Is existing feature changed? NO - This is a cleanup removing unused code. * Impact on user (will user need to adapt to change)? NO - No functional impact as these devices were not properly initialized. * Impact on build (will build process change)? NO - Build process unchanged. * Impact on hardware (will arch(s) / board(s) / driver(s) change)? NO - Hardware support unchanged, just cleanup of unused initialization. * Impact on documentation (is update required / provided)? NO - No documentation impact. * Impact on security (any sort of implications)? NO - No security implications. * Impact on compatibility (backward/forward/interoperability)? NO - Maintains compatibility. * Anything else to consider or add? - This cleanup simplifies the board support code by removing unused device initialization logic. ## Testing I confirm that changes are verified on local setup and works as intended: * Build Host(s): Linux, GCC * Target(s): ESP32S3, lckfb-szpi-esp32s3 board configuration * Verification: Code compiles successfully and board bringup functions properly without the removed obsolete device initializations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org