mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-29 01:06:56 +00:00
v1.2.1
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user