mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-28 15:08:55 +00:00
v1.2.1
This commit is contained in:
@@ -202,7 +202,7 @@ const struct dfs_mount_tbl mount_table[] = {
|
||||
#endif
|
||||
|
||||
#ifdef AIC_USING_SDMC1
|
||||
{"sd0", "/sdcard", "elm", 0, 0, 0},
|
||||
{"sd1", "/sdcard", "elm", 0, 0, 0},
|
||||
#endif
|
||||
#if (defined(AIC_USING_USB0_HOST) || defined(AIC_USING_USB0_OTG) || defined(AIC_USING_USB1_HOST))
|
||||
{"udisk", "/udisk", "elm", 0, 0, 0xFF},
|
||||
|
||||
Binary file not shown.
@@ -58,7 +58,12 @@
|
||||
"env": {
|
||||
"file": "env.bin",
|
||||
"attr": ["mtd", "optional"],
|
||||
"part": ["env","env_r"]
|
||||
"part": ["env"]
|
||||
},
|
||||
"env_r": {
|
||||
"file": "env.bin",
|
||||
"attr": ["mtd", "optional"],
|
||||
"part": ["env_r"]
|
||||
},
|
||||
"os": {
|
||||
"file": "d21x_os.itb",
|
||||
|
||||
@@ -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"},
|
||||
@@ -212,7 +212,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 */
|
||||
@@ -353,7 +353,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