Skip to content

Commit

Permalink
Update flash_devices.h
Browse files Browse the repository at this point in the history
  • Loading branch information
bobobo1618 authored Dec 22, 2023
1 parent 823ed1b commit 1e5f015
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flash_devices.h
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ typedef struct {
// Datasheet:
// https://www.puyasemi.com/uploadfiles/2021/12/202112201130233023.pdf
#define P25Q16H \
.total_size = (1 << 21), /* 2 MiB */ \
.start_up_time_us = 5000, .manufacturer_id = 0x85, \
.memory_type = 0x60, .capacity = 0x15, .max_clock_speed_mhz = 104, \
.quad_enable_bit_mask = 0x02, .has_sector_protection = false, \
.supports_fast_read = true, .supports_qspi = true, \
Expand Down

0 comments on commit 1e5f015

Please sign in to comment.