Skip to content

Commit

Permalink
Support puya flash
Browse files Browse the repository at this point in the history
  • Loading branch information
hanksuu committed Jul 26, 2023
1 parent a2d8022 commit c8ccc0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ const FlashInfo_TypeDef Flash_AVL[] = {
{0x20, 0x000000FF, FlashClass5, 0x000000FC, NULL}, /* Microm: MANUFACTURER_ID_MICRON */

/* case2: new flash, ID is not included in case1 list, but specification is compatible with FlashClass1~FlashClass6 */
//{0xXX, 0x0000XXXX, FlashClassX, 0x0000XXXX, NULL},
{0x85, 0x000000FF, FlashClass1, 0x000043FC, NULL}, /* Puya */

/* case3: new flash, ID is not included in case1 list, and specification is not compatible with FlashClass1~FlashClass6 */
{0x00, 0x000000FF, FlashClassUser, 0xFFFFFFFF, &flash_init_userdef},

Expand Down

0 comments on commit c8ccc0a

Please sign in to comment.