mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 03:18:54 +00:00
v1.1.1
This commit is contained in:
@@ -51,6 +51,12 @@ source "bsp/artinchip/drv/uart/Kconfig.dev"
|
||||
# i2c device global option
|
||||
#---------------------------
|
||||
|
||||
config AIC_USING_SOFT_I2C
|
||||
bool "Using SOFT_I2C"
|
||||
default n
|
||||
select RT_USING_I2C_BITOPS
|
||||
select AIC_I2C_DRV
|
||||
|
||||
config AIC_USING_I2C0
|
||||
bool "Using I2C0"
|
||||
default n
|
||||
@@ -202,6 +208,12 @@ menu "SPI1 Parameter"
|
||||
bool "Dynamic DMA channel SPI1"
|
||||
default n
|
||||
|
||||
config AIC_QSPI1_BUS_SPI
|
||||
bool "Work in SPI BUS Mode"
|
||||
default n
|
||||
select AIC_QSPI_DRV
|
||||
depends on AIC_QSPI1_BUS_WIDTH_1
|
||||
|
||||
endmenu
|
||||
|
||||
source "bsp/artinchip/drv/qspi/Kconfig.dev"
|
||||
|
||||
Binary file not shown.
@@ -100,8 +100,8 @@
|
||||
"head_ver": "0x00010001",
|
||||
"loader": {
|
||||
"file": "bootloader.bin",
|
||||
"load address": "0x40300000",
|
||||
"entry point": "0x40300100",
|
||||
"load address": "CONFIG_AIC_BOOTLOADER_LOAD_BASE",
|
||||
"entry point": "CONFIG_AIC_BOOTLOADER_TEXT_BASE", // 256 byte aic header
|
||||
},
|
||||
"resource": {
|
||||
"private": "pbp_cfg.bin",
|
||||
|
||||
Binary file not shown.
@@ -83,8 +83,8 @@
|
||||
"head_ver": "0x00010001",
|
||||
"loader": {
|
||||
"file": "bootloader.bin",
|
||||
"load address": "0x40300000",
|
||||
"entry point": "0x40300100",
|
||||
"load address": "CONFIG_AIC_BOOTLOADER_LOAD_BASE",
|
||||
"entry point": "CONFIG_AIC_BOOTLOADER_TEXT_BASE", // 256 byte aic header
|
||||
},
|
||||
"resource": {
|
||||
"private": "pbp_cfg.bin",
|
||||
|
||||
Binary file not shown.
@@ -83,8 +83,8 @@
|
||||
"head_ver": "0x00010001",
|
||||
"loader": {
|
||||
"file": "bootloader.bin",
|
||||
"load address": "0x40300000",
|
||||
"entry point": "0x40300100",
|
||||
"load address": "CONFIG_AIC_BOOTLOADER_LOAD_BASE",
|
||||
"entry point": "CONFIG_AIC_BOOTLOADER_TEXT_BASE", // 256 byte aic header
|
||||
},
|
||||
"resource": {
|
||||
"private": "pbp_cfg.bin",
|
||||
|
||||
Reference in New Issue
Block a user