Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JL_jiancetai
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
梁百峰
JL_jiancetai
Commits
fadd406c
Commit
fadd406c
authored
Jan 13, 2026
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:上传配置
parent
21887450
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
board_develop_AC7926A.h
...sdk/apps/wifi_soundbox/board/wl83/board_develop_AC7926A.h
+8
-7
chip_cfg.h
...fw-AC792_SDK/sdk/apps/wifi_soundbox/board/wl83/chip_cfg.h
+1
-1
app_config.h
.../fw-AC792_SDK/sdk/apps/wifi_soundbox/include/app_config.h
+1
-1
No files found.
AC792N_SDK_BETA_V3.0.11_2025-12-23/fw-AC792_SDK/sdk/apps/wifi_soundbox/board/wl83/board_develop_AC7926A.h
View file @
fadd406c
...
...
@@ -12,6 +12,7 @@
#define CONFIG_NET_ENABLE
#define CONFIG_BT_ENABLE
/* #define CONFIG_UI_ENABLE */
#define CONFIG_UI_ENABLE
/* #define CONFIG_VIDEO_ENABLE */
#define CONFIG_MEDIA_ENABLE
...
...
@@ -75,8 +76,8 @@
#define TCFG_UART0_PARITY UART_PARITY_DISABLE
#define TCFG_UART1_ENABLE 1
#define TCFG_UART1_TX_IO IO_PORT
_USB_DPB
#define TCFG_UART1_RX_IO IO_PORT
_USB_DMB
#define TCFG_UART1_TX_IO IO_PORT
D_12
#define TCFG_UART1_RX_IO IO_PORT
E_02
#define TCFG_UART1_BAUDRATE 115200
#define TCFG_UART1_FLOW_CTL_ENABLE 0
#define TCFG_UART1_RTS_HW_ENABLE 0
...
...
@@ -126,7 +127,7 @@
// IIC配置 //
//*********************************************************************************//
/* touch panel IIC */
#define TCFG_HW_IIC0_ENABLE
1
#define TCFG_HW_IIC0_ENABLE
0
#define TCFG_HW_IIC0_ROLE IIC_ROLE_MASTER
#define TCFG_HW_IIC0_HD_LEVEL 0
#define TCFG_HW_IIC0_SDA_IO IO_PORTA_02
...
...
@@ -137,7 +138,7 @@
#define TCFG_HW_IIC0_STRETCH_DISABLE 0
/* CAM2(DVP0) IIC */
#define TCFG_HW_IIC1_ENABLE
1
#define TCFG_HW_IIC1_ENABLE
0
#define TCFG_HW_IIC1_HD_LEVEL 0
#define TCFG_HW_IIC1_SDA_IO IO_PORTE_07
#define TCFG_HW_IIC1_SCL_IO IO_PORTE_08
...
...
@@ -145,7 +146,7 @@
#define TCFG_HW_IIC1_BAUDRATE 400000
/* CAM1(MIPI) IIC */
#define TCFG_HW_IIC2_ENABLE
1
#define TCFG_HW_IIC2_ENABLE
0
#define TCFG_HW_IIC2_HD_LEVEL 0
#define TCFG_HW_IIC2_SDA_IO IO_PORTE_13
#define TCFG_HW_IIC2_SCL_IO IO_PORTE_14
...
...
@@ -154,13 +155,13 @@
#define TCFG_HW_IIC2_IRQ_ENABLE 0
#define TCFG_HW_IIC2_BAUDRATE 400000
#define TCFG_SW_IIC0_ENABLE
1
#define TCFG_SW_IIC0_ENABLE
0
#define TCFG_SW_IIC0_HD_LEVEL 0
#define TCFG_SW_IIC0_SDA_IO IO_PORTD_08
#define TCFG_SW_IIC0_SCL_IO IO_PORTD_00
#define TCFG_SW_IIC0_IO_LEVEL_DELAY 50
#define TCFG_SW_IIC1_ENABLE
1
#define TCFG_SW_IIC1_ENABLE
0
#define TCFG_SW_IIC1_HD_LEVEL 0
#define TCFG_SW_IIC1_SDA_IO IO_PORTC_05
#define TCFG_SW_IIC1_SCL_IO IO_PORTC_04
...
...
AC792N_SDK_BETA_V3.0.11_2025-12-23/fw-AC792_SDK/sdk/apps/wifi_soundbox/board/wl83/chip_cfg.h
View file @
fadd406c
...
...
@@ -16,7 +16,7 @@
#endif
#if defined CONFIG_BOARD_AC7926A // 16M-ddr,外置flash
#define __FLASH_SIZE__ (
8
* 1024 * 1024)
#define __FLASH_SIZE__ (
32
* 1024 * 1024)
#define __SDRAM_SIZE__ (16 * 1024 * 1024)
#define __EXTERN_FLASH_SIZE_MB__ 32
#define __EXTERN_FLASH_SIZE__ (__EXTERN_FLASH_SIZE_MB__ * 1024 * 1024)
...
...
AC792N_SDK_BETA_V3.0.11_2025-12-23/fw-AC792_SDK/sdk/apps/wifi_soundbox/include/app_config.h
View file @
fadd406c
...
...
@@ -462,7 +462,7 @@
#define TCFG_BT_MODE BT_NORMAL
#define TCFG_POWER_ON_ENABLE_EMITTER
1
//开机自动打开发射器
#define TCFG_POWER_ON_ENABLE_EMITTER
0
//开机自动打开发射器
#define TCFG_POWER_ON_ENABLE_BLE 0 //开机自动打开BLE
#define TCFG_USER_BT_CLASSIC_ENABLE 1 //经典蓝牙功能
#define TCFG_USER_BLE_ENABLE 0 //BLE功能使能
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment