Skip to content

Commit

Permalink
updateChipInfoDb.dedicfg
Browse files Browse the repository at this point in the history
  • Loading branch information
DediprogEvy committed Jun 26, 2023
1 parent bdb91ad commit 1f0f32c
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 1 deletion.
Empty file modified 60-dediprog.rules
100644 → 100755
Empty file.
41 changes: 40 additions & 1 deletion ChipInfoDb.dedicfg
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<DediProgChipDatabase
Description="DediProg Pro Supported memory info"
Creator="DediProg Pro"
Ver="7.00"
Ver="8.00"
CreateDate="2007-September-25"
Locale="2052">
<Portofolio
Expand Down Expand Up @@ -24844,6 +24844,45 @@ RDIDCommand="0x9F"/>
IDNumber="3"
RDIDCommand="0x9F"/>

<Chip TypeName="PY25Q01GHB"
ICType="SPI_NOR"
Class="W25Pxx_Large"
UniqueID="0x85201B"
Description="1Gbit, Low Voltage, Serial Flash Memory With 133MHz SPI Bus Interface"
Manufacturer="PUYA"
ManufactureUrl="www.puyasemi.com"
Voltage="3.3V"
Clock="133MHz"
Timeout="960"
ManufactureID="0x85"
JedecDeviceID="0x85201B"
ChipSizeInKByte="131072"
SectorSizeInByte="65536"
PageSizeInByte="256"
AddrWidth="4"
ProgramIOMethod="SPQD_RQWDWSW"
IDNumber="3"
RDIDCommand="0x9F"/>

<Chip TypeName="PY25Q512HB"
ICType="SPI_NOR"
Class="W25Pxx_Large"
UniqueID="0x85201A"
Description="512mbit, Low Voltage, Serial Flash Memory With 133MHz SPI Bus Interface"
Manufacturer="PUYA"
ManufactureUrl="www.puyasemi.com"
Voltage="3.3V"
Clock="133MHz"
Timeout="960"
ManufactureID="0x85"
JedecDeviceID="0x85201A"
ChipSizeInKByte="65536"
SectorSizeInByte="65536"
PageSizeInByte="256"
AddrWidth="4"
ProgramIOMethod="SPQD_RQWDWSW"
IDNumber="3"
RDIDCommand="0x9F"/>
<Chip TypeName="BY25Q16BS"
ICType="SPI_NOR"
Class="M25Pxx"
Expand Down
Empty file modified ChipInfoDb.h
100644 → 100755
Empty file.
Empty file modified FlashCommand.c
100644 → 100755
Empty file.
Empty file modified FlashCommand.h
100644 → 100755
Empty file.
Empty file modified IntelHexFile.c
100644 → 100755
Empty file.
Empty file modified IntelHexFile.h
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified Macro.h
100644 → 100755
Empty file.
Empty file modified Makefile
100644 → 100755
Empty file.
Empty file modified MotorolaFile.c
100644 → 100755
Empty file.
Empty file modified MotorolaFile.h
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified SerialFlash.c
100644 → 100755
Empty file.
Empty file modified SerialFlash.h
100644 → 100755
Empty file.
Empty file modified board.c
100644 → 100755
Empty file.
Empty file modified board.h
100644 → 100755
Empty file.
Empty file modified dpcmd.c
100644 → 100755
Empty file.
Empty file modified dpcmd.h
100644 → 100755
Empty file.
Empty file modified parse.c
100644 → 100755
Empty file.
Empty file modified project.c
100644 → 100755
Empty file.
Empty file modified project.h
100644 → 100755
Empty file.
Empty file modified usbdriver.c
100644 → 100755
Empty file.
Empty file modified usbdriver.h
100644 → 100755
Empty file.

0 comments on commit 1f0f32c

Please sign in to comment.