cun
This commit is contained in:
@ -417,8 +417,8 @@ int spi_open(spi_dev spi)
|
||||
spi_role_slave(spi_regs[id]);
|
||||
}
|
||||
spi_smp_edge_rise(spi_regs[id]); // 采样边沿:上升沿 (Sample edge: Rise) --lmx
|
||||
// spi_ud_edge_fall(spi_regs[id]); // 更新边沿:下降沿 (Update edge: Fall)
|
||||
spi_ud_edge_rise(spi_regs[id]); // 更新边沿:上升沿 (Update edge: Fall)
|
||||
spi_ud_edge_fall(spi_regs[id]); // 更新边沿:下降沿 (Update edge: Fall)
|
||||
// spi_ud_edge_rise(spi_regs[id]); // 更新边沿:上升沿 (Update edge: Fall)
|
||||
spi_clk_idle_l(spi_regs[id]); // 时钟空闲:低电平 (Clock idle: Low)
|
||||
spi_cs_idle_h(spi_regs[id]);
|
||||
spi_clr_pnd(spi_regs[id]);
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -6223,6 +6223,8 @@ objs/apps/earphone/xtell_Sensor/xtell_handler.c.o
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,le_user_app_send_event,pl
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sys_event_notify,l
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,le_user_app_event_handler,pl
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,nvs_test_factory_info,l
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,nvs_read_factory_info,l
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,create_process,l
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,rfid_task_fuc,l
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,printf,l
|
||||
@ -6280,6 +6282,16 @@ objs/apps/earphone/xtell_Sensor/xtell_handler.c.o
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,init_ok,l
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,config_btctler_mode,l
|
||||
-r=objs/apps/earphone/xtell_Sensor/xtell_handler.c.o,sniff_out,l
|
||||
objs/apps/earphone/remote_control/nvs.c.o
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_write_factory_info,pl
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,printf,l
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,syscfg_write,l
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_read_factory_info,pl
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,syscfg_read,l
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_clear_factory_info,pl
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,nvs_test_factory_info,pl
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,os_time_dly,l
|
||||
-r=objs/apps/earphone/remote_control/nvs.c.o,puts,l
|
||||
objs/apps/earphone/remote_control/RC_app_main.c.o
|
||||
objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o
|
||||
-r=objs/apps/earphone/remote_control/RFID/reader/CPU_CARD.c.o,CPU_CARD_EVENT,pl
|
||||
@ -6394,6 +6406,7 @@ objs/apps/earphone/remote_control/RFID/rfid_event.c.o
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,rfid_task_fuc,pl
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,FM176XX_HardInit,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,FM176XX_SoftReset,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,rfid_delay_ms,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,GetReg,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,PICC_A,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,PICC_B,l
|
||||
@ -6401,15 +6414,17 @@ objs/apps/earphone/remote_control/RFID/rfid_event.c.o
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_event.c.o,PICC_F,l
|
||||
objs/apps/earphone/remote_control/RFID/rfid_hal.c.o
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,FM176XX_HardInit,pl
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,gpio_set_direction,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,gpio_set_output_value,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,spi_open,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,GetReg,pl
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,spi_send_byte,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,spi_recv_byte,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,os_time_dly,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,printf,l
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,SetReg,pl
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,FM176XX_SoftReset,pl
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,rfid_delay_ms,pl
|
||||
-r=objs/apps/earphone/remote_control/RFID/rfid_hal.c.o,os_time_dly,l
|
||||
cpu/br28/liba/cpu.a.llvm.19376.crc16.c
|
||||
-r=cpu/br28/liba/cpu.a.llvm.19376.crc16.c,__crc16_mutex_init,pl
|
||||
-r=cpu/br28/liba/cpu.a.llvm.19376.crc16.c,os_mutex_create,l
|
||||
|
||||
300333
cpu/br28/tools/sdk.lst
300333
cpu/br28/tools/sdk.lst
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user