mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 10:58:54 +00:00
first commit
This commit is contained in:
@@ -793,8 +793,8 @@ CONFIG_CONFIG_LANAGUAGE_CHS=y
|
||||
# CONFIG_CONFIG_LANAGUAGE_CHT is not set
|
||||
# CONFIG_CONFIG_USER_RELAY_1 is not set
|
||||
# CONFIG_CONFIG_USER_RELAY_2 is not set
|
||||
# CONFIG_CONFIG_USER_RELAY_3 is not set
|
||||
CONFIG_CONFIG_USER_RELAY_4=y
|
||||
CONFIG_CONFIG_USER_RELAY_3=y
|
||||
# CONFIG_CONFIG_USER_RELAY_4 is not set
|
||||
CONFIG_CONFIG_DEVICE_SCR_ACT_JUMP=y
|
||||
CONFIG_CONFIG_OBJICT_IMAGE=y
|
||||
CONFIG_CONFIG_USER_MENU_TABLEVEW=y
|
||||
@@ -1562,7 +1562,7 @@ CONFIG_AIC_DMA_DRV_TEST=y
|
||||
CONFIG_AIC_MTOP_DRV_TEST=y
|
||||
# CONFIG_AIC_AUDIO_DRV_TEST is not set
|
||||
# CONFIG_AIC_I2C_DRV_TEST is not set
|
||||
# CONFIG_AIC_TP_DRV_TEST is not set
|
||||
CONFIG_AIC_TP_DRV_TEST=y
|
||||
CONFIG_AIC_WDT_DRV_TEST=y
|
||||
CONFIG_AIC_TSEN_TEST=y
|
||||
# CONFIG_AIC_TSEN_HIGH_TEMP_ALARM_TEST is not set
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"info": { // Header information about image
|
||||
"platform": "d12x",
|
||||
"product": "t3e-pro",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"media": {
|
||||
"type": "spi-nor",
|
||||
"device_id": 0,
|
||||
|
||||
Binary file not shown.
@@ -15,7 +15,7 @@
|
||||
"info": { // Header information about image
|
||||
"platform": "d12x",
|
||||
"product": "t3e-pro",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.6",
|
||||
"media": {
|
||||
"type": "spi-nor",
|
||||
"device_id": 0,
|
||||
|
||||
@@ -52,7 +52,7 @@ struct aic_pinmux aic_pinmux_config[] = {
|
||||
#endif
|
||||
#ifdef AIC_USING_CTP
|
||||
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_RST_PIN},
|
||||
{1, PIN_PULL_DIS, 3, AIC_TOUCH_PANEL_INT_PIN},
|
||||
{1, PIN_PULL_UP, 3, AIC_TOUCH_PANEL_INT_PIN},//硬件没贴上拉电阻 芯片的上拉打开
|
||||
#endif
|
||||
#if defined(AIC_USING_QSPI0) && !defined(AIC_SYSCFG_SIP_FLASH_ENABLE)
|
||||
/* qspi0 */
|
||||
|
||||
Reference in New Issue
Block a user