Skip to content

Commit

Permalink
Merge pull request #50 from ezflash/da14592_in_list
Browse files Browse the repository at this point in the history
Added DA14592 in the supported device list.
  • Loading branch information
ezflash authored Apr 25, 2024
2 parents 888a08d + 16fb604 commit 4725754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ezFlashCLI/ezFlash/smartbond/supportedDevices.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def __init__(
smartbond_device("da1469x", "DA1469x", "[51, 48, 56, 48]", 0x50040200, 4, 32),
smartbond_device("da1470x", "DA1470x", "[50, 55, 57, 56]", 0x50040000, 4, 32),
smartbond_device("da1470x", "DA1470x", "[51, 49, 48, 55]", 0x50040000, 4, 32),
smartbond_device("da14592", "DA14592", "[50, 54, 51, 52, 2]", 0x50050200, 5, 32),
smartbond_device("da14531", "DA14535", "[51, 0, 51, 0, 48]", 0x50003200, 5, 8),
smartbond_device(
"da14531_00",
Expand Down

0 comments on commit 4725754

Please sign in to comment.