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 1e646c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ const FlashInfo_TypeDef Flash_AVL[] = {

/* 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 1e646c7

Please sign in to comment.