Skip to content

Commit

Permalink
Merge pull request #160 from adafruit/update-possible-devices
Browse files Browse the repository at this point in the history
add W25Q128JV_SQ to list of default devices
  • Loading branch information
hathach authored Nov 2, 2023
2 parents a6e40f0 + 9c905e3 commit dca814a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/Adafruit_SPIFlashBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,16 @@ static const SPIFlash_Device_t possible_devices[] = {
GD25Q16C, GD25Q32C, GD25Q64C, S25FL116K, S25FL216K,

// Only a handful of production run
W25Q16FW, W25Q64JV_IQ,
W25Q16FW,

// Flash breakout
W25Q16JV_IQ, W25Q32JV_IQ, W25Q64JV_IQ, W25Q128JV_SQ,

// Fujitsu FRAM
MB85RS64V, MB85RS1MT, MB85RS2MTA, MB85RS4MT,

// Other common flash devices
W25Q16JV_IQ, W25Q32JV_IQ, AT25SF041, AT25DF081A};
AT25SF041, AT25DF081A};

/// Flash device list count
enum {
Expand Down

0 comments on commit dca814a

Please sign in to comment.