code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/include/tcp_client_stream.h
C
apache-2.0
4,447
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/include/tone_stream.h
C
apache-2.0
3,559
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/include/tts_stream.h
C
apache-2.0
4,340
/* * * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/pwm_stream.c
C
apache-2.0
25,123
/* * ESPRESSIF MIT License * * Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to dea...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/raw_stream.c
C
apache-2.0
3,276
/* * ESPRESSIF MIT License * * Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to dea...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/spiffs_stream.c
C
apache-2.0
9,109
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/tcp_client_stream.c
C
apache-2.0
7,336
# #Component Makefile # COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/component.mk
Makefile
apache-2.0
112
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/fatfs_stream_test.c
C
apache-2.0
6,421
#!/user/bin/env python # ESPRESSIF MIT License # # Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> # # Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, # it is free of charge, to any person obtaining a copy of this software and associated # documentation files (the...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/http_server_read.py
Python
apache-2.0
3,353
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/http_stream_test.c
C
apache-2.0
20,075
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/i2s_stream_test.c
C
apache-2.0
10,463
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/spiffs_stream_test.c
C
apache-2.0
7,134
#!/user/bin/env python # ESPRESSIF MIT License # # Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> # # Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, # it is free of charge, to any person obtaining a copy of this software and associated # documentation files (the...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/tcp_client_stream_server_read.py
Python
apache-2.0
2,286
#!/user/bin/env python # ESPRESSIF MIT License # # Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> # # Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, # it is free of charge, to any person obtaining a copy of this software and associated # documentation files (the...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/tcp_client_stream_server_write.py
Python
apache-2.0
2,323
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/tcp_client_stream_test.c
C
apache-2.0
10,438
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/tone_stream_test.c
C
apache-2.0
5,888
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/test/tts_stream_test.c
C
apache-2.0
13,784
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/tone_stream.c
C
apache-2.0
6,879
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/audio_stream/tts_stream.c
C
apache-2.0
6,821
set(COMPONENT_SRCS "battery_service.c" "./monitors/voltage_monitor.c") set(COMPONENT_ADD_INCLUDEDIRS "include" "./monitors/include") set(COMPONENT_REQUIRES esp_adc_cal audio_sal esp_peripherals) register_component()
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/battery_service/CMakeLists.txt
CMake
apache-2.0
271
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/battery_service/battery_service.c
C
apache-2.0
11,008
# # "main" pseudo-component makefile. # # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.) COMPONENT_ADD_INCLUDEDIRS := ./include ./monitors/include COMPONENT_SRCDIRS := . ./monitors
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/battery_service/component.mk
Makefile
apache-2.0
238
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/battery_service/include/battery_service.h
C
apache-2.0
3,922
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/battery_service/monitors/include/voltage_monitor.h
C
apache-2.0
4,297
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/battery_service/monitors/voltage_monitor.c
C
apache-2.0
8,322
# #Component Makefile # COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/battery_service/test/component.mk
Makefile
apache-2.0
112
/* * ESPRESSIF MIT License * * Copyright (c) 2020 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/battery_service/test/test_battery_service.c
C
apache-2.0
17,174
set(COMPONENT_ADD_INCLUDEDIRS include) # Edit following two lines to set component requirements (see docs) set(COMPONENT_REQUIRES bt audio_sal audio_pipeline esp_peripherals audio_stream audio_hal) set(COMPONENT_PRIV_REQUIRES nvs_flash) set(COMPONENT_SRCS ./bluetooth_service.c ./bt_keycontrol.c ./a2dp_stream.c ./hfp_...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/CMakeLists.txt
CMake
apache-2.0
352
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/a2dp_stream.c
C
apache-2.0
23,318
/* * ESPRESSIF MIT License * * Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to dea...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/bluetooth_service.c
C
apache-2.0
28,851
/* * ESPRESSIF MIT License * * Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to dea...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/bt_keycontrol.c
C
apache-2.0
6,482
# # "main" pseudo-component makefile. # # (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.) COMPONENT_INCLUDEDIRS := include COMPONENT_SRCDIRS :=.
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/component.mk
Makefile
apache-2.0
202
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/hfp_stream.c
C
apache-2.0
13,328
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/include/a2dp_stream.h
C
apache-2.0
5,860
/* * ESPRESSIF MIT License * * Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to dea...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/include/bluetooth_service.h
C
apache-2.0
6,559
/* * ESPRESSIF MIT License * * Copyright (c) 2018 <ESPRESSIF SYSTEMS (SHANGHAI) PTE LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to dea...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/include/bt_keycontrol.h
C
apache-2.0
3,070
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/include/hfp_stream.h
C
apache-2.0
2,605
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/test/component.mk
Makefile
apache-2.0
86
/* * ESPRESSIF MIT License * * Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD> * * Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case, * it is free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to de...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/bluetooth_service/test/test_bluetooth_service.c
C
apache-2.0
14,559
set(COMPONENT_ADD_INCLUDEDIRS ./dueros/lightduer/include) # Edit following two lines to set component requirements (see docs) set(COMPONENT_SRCS ) register_component() IF (NOT (CONFIG_IDF_TARGET STREQUAL "esp32c3")) IF (IDF_VERSION_MAJOR GREATER 3) target_link_libraries(${COMPONENT_TARGET} INTERFACE "-L${CMAKE_CURR...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/CMakeLists.txt
CMake
apache-2.0
640
# # Component Makefile # # DuerOS LightDuer Module LIGHTDUER_PATH := dueros/lightduer COMPONENT_ADD_INCLUDEDIRS += $(LIGHTDUER_PATH)/include COMPONENT_SRCDIRS := ifdef IDF_VERSION_MAJOR ifneq ($(IDF_VERSION_MAJOR),3) COMPONENT_ADD_LDFLAGS += -L$(COMPONENT_PATH)/$(LIGHTDUER_PATH) -lduer-device-v4x else COMPONENT_ADD...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/component.mk
Makefile
apache-2.0
477
/* Copyright (c) 2009 Dave Gamble Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/baidu_json.h
C
apache-2.0
10,177
#ifndef DUER_DEVICE_VAD_H #define DUER_DEVICE_VAD_H #ifdef __cplusplus extern "C" { #endif // Copyright 2017 Baidu Inc. All Rights Reserved. // Author: liuzhiyu (liuzhiyu04@baidu.com) // // device vad // default , do not modify #define SAMPLE_RATE (16000) #define VAD_10MS_SIZE (SAMPLE_RATE/100*2) #define VAD_20MS_SI...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/device_vad.h
C
apache-2.0
1,277
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_2nd_wakeup.h
C
apache-2.0
1,605
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_adapter.h
C
apache-2.0
1,060
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_aes.h
C
apache-2.0
3,047
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ap_info.h
C
apache-2.0
1,584
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_bind_device.h
C
apache-2.0
2,018
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ca.h
C
apache-2.0
8,151
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ca_conf.h
C
apache-2.0
2,383
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_coap.h
C
apache-2.0
6,170
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_coap_defs.h
C
apache-2.0
5,723
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_coap_ep.h
C
apache-2.0
2,526
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_coap_trace.h
C
apache-2.0
1,116
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_connagent.h
C
apache-2.0
4,967
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_data_cache.h
C
apache-2.0
1,925
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_dcs.h
C
apache-2.0
12,775
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_dcs_alert.h
C
apache-2.0
3,395
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_dcs_infrared_control.h
C
apache-2.0
2,605
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_dcs_local.h
C
apache-2.0
16,296
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_dcs_router.h
C
apache-2.0
3,449
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_debug.h
C
apache-2.0
2,077
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_dev_info.h
C
apache-2.0
2,233
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log.h
C
apache-2.0
7,612
/** * Copyright (2018) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_airkiss.h
C
apache-2.0
1,374
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_audio.h
C
apache-2.0
8,336
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_audio_player.h
C
apache-2.0
2,544
/** * Copyright (2018) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_bind.h
C
apache-2.0
2,153
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_ca.h
C
apache-2.0
5,881
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_cache.h
C
apache-2.0
1,649
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_dcs.h
C
apache-2.0
3,363
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_e2e.h
C
apache-2.0
2,119
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_http.h
C
apache-2.0
5,358
/** * Copyright (2018) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_pm.h
C
apache-2.0
1,256
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_recorder.h
C
apache-2.0
2,896
/** * Copyright (2018) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_smart_config.h
C
apache-2.0
1,990
/** * Copyright (2018) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_sonic_decode.h
C
apache-2.0
2,575
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_storage.h
C
apache-2.0
1,291
/** * Copyright (2018) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_log_wifi_config.h
C
apache-2.0
3,180
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_report.h
C
apache-2.0
2,720
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_ds_report_ca.h
C
apache-2.0
2,153
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_engine.h
C
apache-2.0
2,203
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_event_emitter.h
C
apache-2.0
1,181
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_events.h
C
apache-2.0
1,720
/** * Copyright (2018) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_file.h
C
apache-2.0
7,281
// Copyright (2018) Baidu Inc. All rights reserved. /** * File: lightduer_flash.h * Auth: Sijun Li(lisijun@baidu.com) * Desc: Common defines for flash strings module. */ #ifndef BAIDU_DUER_LIGHTDUER_FLASH_H #define BAIDU_DUER_LIGHTDUER_FLASH_H #ifdef __cplusplus extern "C" { #endif #include "lightduer_types.h" #...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_flash.h
C
apache-2.0
3,511
// Copyright (2018) Baidu Inc. All rights reserved. /** * File: lightduer_flash_ring_buf.h * Auth: Gang Chen(chengang12@baidu.com) * Desc: APIs of store string list to flash. */ #ifndef BAIDU_DUER_LIGHTDUER_FLASH_RING_BUF_H #define BAIDU_DUER_LIGHTDUER_FLASH_RING_BUF_H #ifdef __cplusplus extern "C" { #endif #incl...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_flash_ring_buf.h
C
apache-2.0
1,228
// Copyright (2018) Baidu Inc. All rights reserved. /** * File: lightduer_flash_strings.h * Auth: Sijun Li(lisijun@baidu.com) * Desc: APIs of store string list to flash. */ #ifndef BAIDU_DUER_LIGHTDUER_FLASH_STRINGS_H #define BAIDU_DUER_LIGHTDUER_FLASH_STRINGS_H #ifdef __cplusplus extern "C" { #endif #include "li...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_flash_strings.h
C
apache-2.0
6,233
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_http_client.h
C
apache-2.0
10,189
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_http_client_ops.h
C
apache-2.0
1,168
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_http_dns_client_ops.h
C
apache-2.0
1,353
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_interactive_class.h
C
apache-2.0
2,210
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_key.h
C
apache-2.0
1,701
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_lib.h
C
apache-2.0
1,834
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_log.h
C
apache-2.0
4,102
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_memory.h
C
apache-2.0
7,859
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_memory_hm_keywords.h
C
apache-2.0
2,012
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_mutex.h
C
apache-2.0
2,397
/** * Copyright (2017) Baidu Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
YifuLiu/AliOS-Things
hardware/chip/espressif_adf/esp-adf/components/clouds/dueros/lightduer/include/lightduer_net_ntp.h
C
apache-2.0
1,927