mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 19:50:47 +08:00
Adds a device ID to ee25xx_initialize, which is stored in the ee25xx_dev_s structure. This ID is used when calling SPI_SELECT. The implementation is based on the handling of the chip select in mtd/ramtron.c This change is NOT backward compatible: the function signature has changed Signed-off-by: Antoine Juckler <6445757+ajuckler@users.noreply.github.com>