Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Blackbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ These chips are also supported:
* Micron N25Q0128 - 128 Mbit / 16 MByte
* Winbond W25Q128 - 128 Mbit / 16 MByte
* Puya PY25Q128HA - 128 Mbit / 16 MByte
* ALLPOWER AP25Q128 - 128 Mbit / 16 MByte
* Winbond W25N01 - 1 Gbit / 128 MByte
* Winbond W25N02 - 2 Gbit / 256 MByte

Expand Down
3 changes: 3 additions & 0 deletions src/main/drivers/flash_m25p16.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ struct {
{0x1C3017, 128, 256},
// JEDEC_ID_SPANSION_S25FL116
{0x014015, 32, 256 },
// ALLPOWER_AP25Q128
// Datasheet: https://github.com/LoyalLinjy/AP25Q128HD/blob/main/AP25Q128HD.pdf
{0x852018, 256, 256},
// End of list
{0x000000, 0, 0}};

Expand Down
Loading