arch/arm/src/samv7: support progmem for pic32czca70 series

There were missing ifdef conditions for pic32czca70 series.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
Michal Lenc 2025-08-25 11:57:47 +02:00 committed by Alan C. Assis
parent 4baad0aa22
commit 5d21aa823e
2 changed files with 4 additions and 2 deletions

View file

@ -45,7 +45,8 @@
/* Configuration ************************************************************/
#if defined(CONFIG_ARCH_CHIP_SAMV71) || defined(CONFIG_ARCH_CHIP_SAME70)
#if defined(CONFIG_ARCH_CHIP_SAMV71) || defined(CONFIG_ARCH_CHIP_SAME70) || \
defined(CONFIG_ARCH_CHIP_PIC32CZCA70)
/* All sectors are 128KB and are uniform in size.
* The only exception is sector 0 which is subdivided into two small sectors
* of 8KB and one larger sector of 112KB.

View file

@ -58,7 +58,8 @@
/* Chip dependencies */
#if defined(CONFIG_ARCH_CHIP_SAMV71) || defined(CONFIG_ARCH_CHIP_SAME70)
#if defined(CONFIG_ARCH_CHIP_SAMV71) || defined(CONFIG_ARCH_CHIP_SAME70) || \
defined(CONFIG_ARCH_CHIP_PIC32CZCA70)
/* All sectors are 128KB and are uniform in size.
* The only exception is sector 0 which is subdivided into two small sectors
* of 8KB and one larger sector of 112KB.