/AliOS-Things-master/hardware/board/haaseduk1/board_test/ |
A D | sensors_test.c | 113 LOGI("GYRO_TEST", "test start, turn %d\n", turn); in gyro_test() 116 LOGI("GYRO_TEST", "FisImu_init done\n"); in gyro_test() 119 LOGI("GYRO_TEST", "MPU_Init done\n"); in gyro_test() 136 LOGI("GYRO_TEST", "temp %0.1f\n", temp); in gyro_test() 159 LOGI("BARO_TEST", "test start, turn %d\n", turn); in baro_test() 163 LOGI("BARO_TEST", "qmp6988_init done\n"); in baro_test() 166 LOGI("BARO_TEST", "spl06_init done\n"); in baro_test() 210 LOGI("MAG_TEST", "test start, turn %d\n", turn); in mag_test() 216 LOGI("MAG_TEST", "qmc6310_init done\n"); in mag_test() 219 LOGI("MAG_TEST", "qmc5883l_init done\n"); in mag_test() [all …]
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/ |
A D | gyroscope.c | 46 LOGI(EDU_TAG, "FisImu_init done\n"); in gyroscope_init() 49 LOGI(EDU_TAG, "MPU_Init done\n"); in gyroscope_init() 52 LOGI(EDU_TAG, "MPU_Init done\n"); in gyroscope_init() 54 LOGI(EDU_TAG, "aos_task_new gyroscope_task\n"); in gyroscope_init() 98 LOGI(EDU_TAG, "FisImu_deinit done\n"); in gyroscope_uninit() 101 LOGI(EDU_TAG, "MPU_Deinit done\n"); in gyroscope_uninit() 105 LOGI(EDU_TAG, "aos_task_delete gyroscope_task\n"); in gyroscope_uninit()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/humiture/ |
A D | humiture.c | 18 LOGI(EDU_TAG, "cht8305_init done\n"); in humiture_init() 21 LOGI(EDU_TAG, "si7006_init done\n"); in humiture_init() 28 LOGI(EDU_TAG, "aos_task_delete humiture_task\n"); in humiture_init() 73 LOGI(EDU_TAG, "cht8305_deinit done\n"); in humiture_uninit() 76 LOGI(EDU_TAG, "si7006_deinit done\n"); in humiture_uninit() 80 LOGI(EDU_TAG, "aos_task_delete humiture_task\n"); in humiture_uninit()
|
A D | humiture.md | 169 LOGI("APP", "%0x -- %0x -->0x%x\n", read_data[0],read_data[1],value); 174 LOGI("APP", "temperature: %2f \n", *temperature); 178 LOGI("APP", "Error on temp\n"); 204 LOGI("APP", "%0x -- %0x -->0x%x\n", read_data[0],read_data[1],value); 208 LOGI("APP", "humidity: %f \n", *humidity); 212 LOGI("APP", "Error on humidity\n");
|
/AliOS-Things-master/components/SDL2/src/audio/openslES/ |
A D | SDL_openslES.c | 49 #define LOGI(...) macro 106 LOGI( "openSLES_DetectDevices()" ); 116 LOGI("openslES_DestroyEngine()"); in openslES_DestroyEngine() 137 LOGI("openSLES_CreateEngine()"); in openslES_CreateEngine() 145 LOGI("slCreateEngine OK"); in openslES_CreateEngine() 153 LOGI("RealizeEngine OK"); in openslES_CreateEngine() 161 LOGI("EngineGetInterface OK"); in openslES_CreateEngine() 171 LOGI("CreateOutputMix OK"); in openslES_CreateEngine() 709 LOGI("openslES_Init() called"); in openslES_Init() 715 LOGI("openslES_Init() - set pointers"); in openslES_Init() [all …]
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/ |
A D | lightmeter.c | 19 LOGI(EDU_TAG, "lightmeter_init begin\n"); in lightmeter_init() 21 LOGI(EDU_TAG, "lightmeter_init done\n"); in lightmeter_init() 26 LOGI(EDU_TAG, "aos_task_new lightmeter_task\n"); in lightmeter_init() 73 LOGI(EDU_TAG, "aos_task_delete lightmeter_task\n"); in lightmeter_uninit()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/shakeshake/ |
A D | shakeshake.c | 28 LOGI(EDU_TAG, "FisImu_init done\n"); in shakeshake_init() 31 LOGI(EDU_TAG, "MPU_Init done\n"); in shakeshake_init() 42 LOGI(EDU_TAG, "aos_task_new shakeshake_task\n"); in shakeshake_init() 96 LOGI(EDU_TAG, "aos_task_delete shakeshake_task\n"); in shakeshake_uninit()
|
/AliOS-Things-master/components/py_engine/modules/sntp/ |
A D | modsntp.c | 33 LOGI(LOG_TAG, "set sntp server:%s successfully\n", in sntp_config_servaddr() 37 LOGI(LOG_TAG, "sntp config servadd end."); in sntp_config_servaddr() 49 LOGI(LOG_TAG, "[sntp] OK: sec %ld usec %ld\n", ntp_time->tv_sec, in sntp_gettime() 54 LOGI(LOG_TAG, "[sntp] wait for sntp done...e\n"); in sntp_gettime()
|
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/ |
A D | drv_temp_humi_si_si7006.c | 76 LOGI("SENSOR", "%0x -- %0x -->0x%x\n", read_data[0], read_data[1], value); in si7006_getTemperature() 80 LOGI("SENDOR", "temperature: %2f\n", *temperature); in si7006_getTemperature() 108 LOGI("SENSOR", "%0x -- %0x -->0x%x\n", read_data[0], read_data[1], value); in si7006_getHumidity() 111 LOGI("SENDOR", "humidity: %f\n", *humidity); in si7006_getHumidity()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/barometer/ |
A D | barometer.c | 30 LOGI(EDU_TAG, "qmp6988_init done\n"); in barometer_init() 34 LOGI(EDU_TAG, "spl06_init done\n"); in barometer_init() 38 LOGI(EDU_TAG, "aos_task_new barometer_task\n"); in barometer_init() 104 LOGI(EDU_TAG, "aos_task_delete barometer_task\n"); in barometer_uninit()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/compass/ |
A D | compass.c | 28 LOGI(EDU_TAG, "qmc6310_init done\n"); in compass_init() 31 LOGI(EDU_TAG, "qmc5883l_init done\n"); in compass_init() 37 LOGI(EDU_TAG, "aos_task_new compass_task\n"); in compass_init() 84 LOGI(EDU_TAG, "aos_task_delete compass_task\n"); in compass_uninit()
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | auto_app.c | 166 LOGI("APP", "stop\n"); in handle_haas_cmd() 170 LOGI("APP", "front\n"); in handle_haas_cmd() 174 LOGI("APP", "back\n"); in handle_haas_cmd() 178 LOGI("APP", "left\n"); in handle_haas_cmd() 182 LOGI("APP", "right\n"); in handle_haas_cmd()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_provisioner/ |
A D | mesh_provisioner.c | 129 LOGI(TAG, "xxxxxxxxxxxx: %s", prov_input); in provisioner_input_num() 130 LOGI(TAG, "get input "); in provisioner_input_num() 131 LOGI(TAG, "xxxxxxxxxxxx: %u", prov_input_size); in provisioner_input_num() 151 LOGI(TAG, "xxxxxxxxxxxx: %s", g_static_oob_data); in provisioner_input_static_oob() 152 LOGI(TAG, "get input "); in provisioner_input_static_oob() 177 LOGI(TAG, "==================="); in provisioner_output_num() 178 LOGI(TAG, "input number %06u in the device", num); in provisioner_output_num() 179 LOGI(TAG, "==================="); in provisioner_output_num() 210 LOGI(TAG, "==================="); in provisioner_output_num() 211 LOGI(TAG, "input string %s in the device", temp); in provisioner_output_num() [all …]
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/musicbox/ |
A D | musicbox.c | 54 LOGI(EDU_TAG, "aos_task_new musicbox_task\n"); in musicbox_init() 62 LOGI(EDU_TAG, "aos_task_delete musicbox_task\n"); in musicbox_uninit() 87 LOGI(EDU_TAG, "cur_music_index %d\n", musicbox_player.cur_music_index); in next_song() 99 LOGI(EDU_TAG, "cur_music_index %d\n", musicbox_player.cur_music_index); in previous_song() 192 LOGI(EDU_TAG, "note[%d] = %d\t delay %d ms\n", in musicbox_task()
|
/AliOS-Things-master/components/mbmaster/example/ |
A D | mbmaster_example.c | 62 LOGI(MODBUSM_APP, "write single register ok\n"); in mb_master_main() 86 …LOGI(MODBUSM_APP, "read holding register simulator1: %d,simulator2: %d\n", simulator1, simulator2); in mb_master_main() 175 LOGI(MODBUSM_APP, "mbmaster test\n"); in mbmaster_comp_example()
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | ota_server.c | 264 … LOGI(TAG, "ota start firmware size %d packet size %d timeout %d expect packet count %d", in event_char_write() 278 LOGI(TAG, "ota stop"); in event_char_write() 285 LOGI(TAG, "ota complelte"); in event_char_write() 421 LOGI(TAG, "request %d", offset); in ota_request() 492 LOGI(TAG, "all packet recv, %d", ota_ctrl.recv_packet_count); in ble_ota_process() 499 LOGI(TAG, "ota stop"); in ble_ota_process() 507 LOGI(TAG, "ota reboot"); in ble_ota_process()
|
/AliOS-Things-master/components/drivers/core/base/device/ |
A D | device.c | 85 LOGI(TAG, "vfs driver init starts"); in aos_device_bridge_reg() 88 LOGI(TAG, "node_name_len:%d", node_name_len); in aos_device_bridge_reg() 92 LOGI(TAG, "malloc failed, ppsdev:%p", ppsdev); in aos_device_bridge_reg() 115 LOGI(TAG, "%s vfs driver init finish, ret:%d", __func__, ret); in aos_device_bridge_reg() 122 LOGI(TAG, "free memory"); in aos_device_bridge_reg()
|
/AliOS-Things-master/components/ulog/include/ulog/ |
A D | ulog.h | 82 #define LOGI(mod, ...) macro 124 #define LOGI(mod, ...) ulog(LOG_INFO, mod, ULOG_TAG, __VA_ARGS__) macro
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_models/sig_model/cli/ |
A D | generic_level_cli.c | 115 LOGI(TAG, "SEND level %x, TID %d", send_arg->level, send_arg->tid); in ble_mesh_generic_level_set() 163 LOGI(TAG, "SEND level delta %x, TID %d", send_arg->delta, send_arg->tid); in ble_mesh_generic_level_delta_set() 210 LOGI(TAG, "SEND level move %x, TID %d", send_arg->move, send_arg->tid); in ble_mesh_generic_level_move_set()
|
A D | light_ctl_cli.c | 114 …LOGI(TAG, "light ctl lightness %x,temp %x, delta uv %x, TID %x,trans %x,delay %x", send_arg->light… in ble_mesh_light_ctl_set() 199 … LOGI(TAG, "light ctl set temp %x, delta uv %x, TID %x,trans %x,delay %x", send_arg->temperature, \ in ble_mesh_light_ctl_temp_set() 276 …LOGI(TAG, "light ctl def set set lightness %x, temperature %x, delta_uv %x", send_arg->lightness, … in ble_mesh_light_ctl_def_set() 351 LOGI(TAG, "light ctl temp range set min %x, max %x", send_arg->range_min, send_arg->range_max); in ble_mesh_light_ctl_temp_range_set()
|
/AliOS-Things-master/components/ai_agent/src/engine/ |
A D | kws_engine.c | 71 LOGI(TAG, "aos_task_new_ext kws_task\n"); in kws_engine_init() 108 LOGI(TAG, "aos_task_delete kws_task\n"); in kws_engine_uninit()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/ |
A D | homepage.c | 32 LOGI(EDU_TAG, "aos_task_new homepage_task\n"); in homepage_init() 154 LOGI(EDU_TAG, "aos_task_delete homepage_task\n"); in homepage_uninit()
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/mesh_node/ |
A D | mesh_node.c | 151 LOGI(TAG, "store is pending"); in auto_config_timeout_cb() 388 LOGI(TAG, "Provisioning link opened on %s\n", bearer2str(bearer)); in link_open() 393 LOGI(TAG, "Provisioning link closed on %s\n", bearer2str(bearer)); in link_close() 398 LOGI(TAG, "provisioning complete netid %d, primary element address 0x%x", net_idx, addr); in prov_complete() 421 LOGI(TAG, "OOB Number: %u\n", number); in output_number() 427 LOGI(TAG, "OOB String: %s\n", str); in output_string() 435 LOGI(TAG, "Enter a number (max %u digits) with: input-num <num>\n", size); in node_input() 443 LOGI(TAG, "Enter a string (max %u chars) with: input-str <str>\n", size); in node_input() 451 LOGI(TAG, "Unknown input action %u (size %u) requested!\n", act, size); in node_input()
|
/AliOS-Things-master/components/py_engine/modules/network/ |
A D | modnetwork.c | 187 LOGI(LOG_TAG, "wifi STA_DISCONNECTED"); in event_handler() 193 LOGI(LOG_TAG, "wifi CONN_STATE_CONNECTED"); in event_handler() 196 LOGI(LOG_TAG, "wifi CONN_STATE_OBTAINING_IP"); in event_handler() 201 LOGI(LOG_TAG, "wifi CONN_STATE_NETWORK_CONNECTED"); in event_handler() 204 LOGI(LOG_TAG, "wifi CONN_STATE_FAILED"); in event_handler() 207 LOGI(LOG_TAG, "event %d", event->event_id); in event_handler()
|
/AliOS-Things-master/hardware/board/haas100/drivers/ |
A D | ch395_lwip.c | 479 LOGI(TAG, "recv unreach interrupt, nothing to do for now"); in ch395_lwip_inter_proc() 483 LOGI(TAG, "recv ip confict interrupt, nothing to do for now"); in ch395_lwip_inter_proc() 495 LOGI(TAG, "eth link down"); in ch395_lwip_inter_proc() 499 LOGI(TAG, "eth link up"); in ch395_lwip_inter_proc() 524 …LOGI(TAG, "get ip info %d.%d.%d.%d gateway %d.%d.%d.%d mask %d.%d.%d.%d dns1 %d.%d.%d.%d dns2 %d.%… in ch395_lwip_inter_proc()
|