cederom opened a new pull request, #17405: URL: https://github.com/apache/nuttx/pull/17405
## Summary PR delivered by kerogit over mailing list. This patch adds support for TC74 Tiny Serial Digital Thermal Sensor from Microchip. It is a standalone chip connected via I2C/SMBus. Documentation for sensor is provided. IOCTL call used for power management borrows IOCTL code from another driver (ISL29023). ## Impact drivers/sensors: Adds support for TC74 Tiny Serial Digital Thermal Sensor from Microchip + Documentation. ## Testing The driver was tested on AVR128DA28 chip using simple application that read the temperature from it and also switched it to/from standby state. ``` nsh> tc74_test tc74_test [4:100] nsh> Starting TC74 test Temperature read: 23 Temperature read: 23 ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
