From b576f31113da1567cddcff08baf632a5b44d19ff Mon Sep 17 00:00:00 2001 From: zengzhiheng Date: Wed, 9 Sep 2026 15:32:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AD=94=E7=9B=92=E6=9C=80=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E6=9B=B4=E6=96=B0=E4=BA=86=E5=85=85=E7=94=B5?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=EF=BC=8C=E9=B8=9F=E5=8F=AB=EF=BC=8Cdp4?= =?UTF-8?q?=E5=AF=B9=E5=A3=B0=E9=9F=B3=E7=9A=84=E6=8E=A7=E5=88=B6=EF=BC=8C?= =?UTF-8?q?=E5=A3=B0=E9=9F=B3=E6=A8=A1=E5=9D=97=E7=94=B1=E4=BA=8E=E7=A1=AC?= =?UTF-8?q?=E4=BB=B6=E9=97=AE=E9=A2=98=E6=9A=82=E6=9C=AA=E5=AE=9E=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AC701N.cbp | 9 + Makefile | 2 + apps/common/device/key/key_driver.c | 6 +- apps/earphone/board/br28/board_jl701n_demo.c | 6 +- .../board/br28/board_jl701n_demo_cfg.h | 786 +++++++++--------- apps/usr_app/app_audio_debug.h | 14 + apps/usr_app/app_boot.c | 6 +- apps/usr_app/app_function.c | 40 +- apps/usr_app/app_function.h | 3 - apps/usr_app/app_no_disturb.c | 145 ++++ apps/usr_app/app_no_disturb.h | 17 + apps/usr_app/app_power.c | 101 ++- apps/usr_app/car_audio_test.c | 51 ++ apps/usr_app/car_audio_test.h | 26 + apps/usr_jb_proto/Protocol/jb_product.c | 80 +- apps/usr_jb_proto/usr_jb_main.c | 10 + apps/usr_periph/board_pin.h | 19 +- apps/usr_periph/bsp_hw.c | 23 +- apps/usr_periph/bsp_hw.h | 3 + cpu/br28/tools/bird.mp3 | Bin 0 -> 106657 bytes .../download/earphone/download_app_ota.bat | 3 +- 改动日志.md | 49 ++ 22 files changed, 871 insertions(+), 528 deletions(-) create mode 100644 apps/usr_app/app_audio_debug.h create mode 100644 apps/usr_app/app_no_disturb.c create mode 100644 apps/usr_app/app_no_disturb.h create mode 100644 apps/usr_app/car_audio_test.c create mode 100644 apps/usr_app/car_audio_test.h create mode 100644 cpu/br28/tools/bird.mp3 create mode 100644 改动日志.md diff --git a/AC701N.cbp b/AC701N.cbp index 284cf08..6329fc8 100644 --- a/AC701N.cbp +++ b/AC701N.cbp @@ -833,6 +833,15 @@