This commit is contained in:
刘可亮
2025-07-22 11:15:46 +08:00
parent d164b333ed
commit 11c97ef399
2870 changed files with 951307 additions and 26675 deletions

View File

@@ -7,7 +7,7 @@ dataAB_now=A
upgrade_available=0
bootlimit=5
bootcount=0
rodata_partname=mmc0p5
rodata_partname_r=mmc0p6
data_partname=mmc0p7
data_partname_r=mmc0p8
rodata_partname=rodata
rodata_partname_r=rodata_r
data_partname=data
data_partname_r=data_r

View File

@@ -4,6 +4,6 @@ version = "1.0.0";
[file]
ota_info.bin:file;
d21x_os.itb:mmc0p3;
rodata.fatfs:mmc0p5;
data.fatfs:mmc0p7;
d21x_os.itb:os;
rodata.fatfs:rodata;
data.fatfs:data;

View File

@@ -74,14 +74,14 @@ struct aic_pinmux aic_pinmux_config[] = {
{4, PIN_PULL_DIS, 3, "PA.10"}, // SCK
{4, PIN_PULL_DIS, 3, "PA.11"}, // SDA
#endif
#if defined(AIC_USING_QSPI0) && !defined(AIC_SYSCFG_SIP_FLASH_ENABLE)
#ifdef AIC_USING_QSPI0
/* qspi0 */
{3, PIN_PULL_DIS, 3, "PB.0"},
{3, PIN_PULL_DIS, 3, "PB.1"},
{3, PIN_PULL_DIS, 3, "PB.2"},
{3, PIN_PULL_DIS, 3, "PB.3"},
{3, PIN_PULL_DIS, 3, "PB.4"},
{3, PIN_PULL_DIS, 3, "PB.5"},
{3, PIN_PULL_UP, 3, "PB.0"},
{3, PIN_PULL_UP, 3, "PB.1"},
{3, PIN_PULL_UP, 3, "PB.2"},
{3, PIN_PULL_UP, 3, "PB.3"},
{3, PIN_PULL_UP, 3, "PB.4"},
{3, PIN_PULL_UP, 3, "PB.5"},
#endif
#ifdef AIC_PRGB_24BIT
{2, PIN_PULL_DIS, 3, "PD.0"},
@@ -204,7 +204,7 @@ struct aic_pinmux aic_pinmux_config[] = {
{3, PIN_PULL_DIS, 3, "PD.27"},
#endif
#ifdef AIC_PANEL_ENABLE_GPIO
{1, PIN_PULL_DIS, 3, AIC_PANEL_ENABLE_GPIO},
{1, PIN_PULL_DIS, 3, AIC_PANEL_ENABLE_GPIO, FLAG_WAKEUP_SOURCE},
#endif
#if (defined(AIC_USING_USB0_DEVICE) || defined(AIC_USING_USB0_HOST))
/* usb0 */
@@ -332,7 +332,7 @@ struct aic_pinmux aic_pinmux_config[] = {
#endif
#ifdef AIC_USING_CTP
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_RST_PIN},
#ifdef AIC_PM_DEMO_TOUCH_WAKEUP
#ifdef AIC_TOUCH_PANEL_WAKE_UP
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_INT_PIN, FLAG_WAKEUP_SOURCE},
#else
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_INT_PIN},