Skip to content

Commit 353f0ec

Browse files
committed
f7 jpeg mem
1 parent eddd89e commit 353f0ec

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

devices/common_patches/jpeg/ram.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
JPEG:
2+
_array:
3+
"QMEM0_*":
4+
name: QMEM0%s
5+
"QMEM1_*":
6+
name: QMEM1%s
7+
"QMEM2_*":
8+
name: QMEM2%s
9+
"QMEM3_*":
10+
name: QMEM3%s
11+
"HUFFMIN_*":
12+
name: HUFFMIN%s
13+
"HUFFBASE*": {}
14+
"HUFFSYMB*": {}
15+
"DHTMEM*": {}
16+
"HUFFENC_AC0_*":
17+
name: HUFFENC_AC0%s
18+
"HUFFENC_AC1_*":
19+
name: HUFFENC_AC1%s
20+
"HUFFENC_DC0_*":
21+
name: HUFFENC_DC0%s
22+
"HUFFENC_DC1_*":
23+
name: HUFFENC_DC1%s

devices/stm32f765.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ _include:
175175
- ../peripherals/eth/eth_mac_cstf.yaml
176176
- ../peripherals/eth/eth_mmc_common.yaml
177177
- ../peripherals/eth/eth_mmc_mcfhp_mcp.yaml
178+
- common_patches/jpeg/ram.yaml
178179
- ../peripherals/wwdg/wwdg.yaml
179180
- ../peripherals/pwr/pwr_f7.yaml
180181
- ../peripherals/pwr/pwr_v2.yaml

devices/stm32f7x7.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ _include:
312312
- ../peripherals/eth/eth_mac_cstf.yaml
313313
- ../peripherals/eth/eth_mmc_common.yaml
314314
- ../peripherals/eth/eth_mmc_mcfhp_mcp.yaml
315+
- common_patches/jpeg/ram.yaml
315316
- ../peripherals/wwdg/wwdg.yaml
316317
- ../peripherals/pwr/pwr_f7.yaml
317318
- ../peripherals/pwr/pwr_v2.yaml

devices/stm32f7x9.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ _include:
319319
- ../peripherals/eth/eth_mac_cstf.yaml
320320
- ../peripherals/eth/eth_mmc_common.yaml
321321
- ../peripherals/eth/eth_mmc_mcfhp_mcp.yaml
322+
- common_patches/jpeg/ram.yaml
322323
- ../peripherals/wwdg/wwdg.yaml
323324
- ../peripherals/pwr/pwr_f7.yaml
324325
- ../peripherals/pwr/pwr_v2.yaml

0 commit comments

Comments
 (0)