/AliOS-Things-master/hardware/chip/haas1000/release/write_flash_tool/ |
A D | bes_dld_cfg_factory_sec.yaml | 21 LOG_SWITCH: ON 30 REDIRECT_PIPE: ON 42 SWITCH: ON 47 SWITCH: ON 52 SWITCH: ON 69 SWITCH: ON 74 SWITCH: ON 89 SWITCH: ON 94 SWITCH: ON 99 SWITCH: ON [all …]
|
A D | bes_dld_cfg_factory_nosec.yaml | 21 LOG_SWITCH: ON 24 WAIT_PRESS_ENTER: ON 30 REDIRECT_PIPE: ON 42 SWITCH: ON 47 SWITCH: ON 52 SWITCH: ON 67 REMAP_SWITCH: ON 69 SWITCH: ON 74 SWITCH: ON 89 SWITCH: ON [all …]
|
A D | bes_dld_cfg.yaml | 21 LOG_SWITCH: ON 24 WAIT_PRESS_ENTER: ON 47 SWITCH: ON 52 SWITCH: ON 67 REMAP_SWITCH: ON 68 REMAP_BOTH_SWITCH: ON 69 SWITCH: ON 74 SWITCH: ON 94 SWITCH: ON
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/NN_Lib/ |
A D | CMakeLists.txt | 18 option(CONCATENATION "Concatenation" ON) 19 option(FULLYCONNECTED "Fully Connected" ON) 20 option(CONVOLUTION "Convolutions" ON) 21 option(ACTIVATION "Activations" ON) 22 option(POOLING "Pooling" ON) 23 option(SOFTMAX "Softmax" ON) 24 option(BASICMATHSNN "Basic Maths for NN" ON) 25 option(RESHAPE "Reshape" ON) 28 option(NNSUPPORT "NN Support" ON)
|
/AliOS-Things-master/hardware/chip/haas1000/release/auto_build_tool/ |
A D | haas_genbin_config.yaml | 29 LOG_SWITCH: ON 30 CHMOD_SWITCH: ON 45 SWITCH: ON 48 SWITCH: ON 51 SWITCH: ON 54 SWITCH: ON
|
/AliOS-Things-master/hardware/chip/rtl872xd/release/auto_build_tool/ |
A D | haas_genbin_config.yaml | 29 LOG_SWITCH: ON 30 CHMOD_SWITCH: ON 45 SWITCH: ON 48 SWITCH: ON 51 SWITCH: ON 54 SWITCH: ON
|
/AliOS-Things-master/components/jsoncpp/ |
A D | CMakeLists.txt | 44 set(CMAKE_CXX_STANDARD_REQUIRED ON) 81 option(JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON) 82 option(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON) 84 option(JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C and ISO C++" ON) 85 option(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON) 86 option(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON) 88 option(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." ON) 89 option(BUILD_STATIC_LIBS "Build jsoncpp_lib as a static library." ON) 90 option(BUILD_OBJECT_LIBS "Build jsoncpp_lib as a object library." ON)
|
A D | dev.makefile | 19 cd build/debug; cmake -DCMAKE_BUILD_TYPE=debug -DBUILD_SHARED_LIBS=ON -G "Unix Makefiles" ../..
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | unit_test.sh | 42 cmake -DBUILD_FUNCTION_TESTS=OFF -DBUILD_UNIT_TESTS=ON -DENABLE_COVERAGE=ON ..
|
A D | function_test.sh | 17 cmake -DBUILD_FUNCTION_TESTS=ON -DBUILD_UNIT_TESTS=OFF ..
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/linkkit/ |
A D | main.py | 26 ON = 0 37 gpio.write(ON)
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaS200/python-apps/linkkit/ |
A D | main.py | 26 ON = 0 37 gpio.write(ON)
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/linkkit/ |
A D | main.py | 26 ON = 0 37 gpio.write(ON)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | CMakeLists.txt | 68 set(BUILD_SHARED_LIBS ON CACHE BOOL "Build shared libraries") 187 option(ld-version-script "Enable linker version script" ON) 450 set(bigendian ON) 482 option(ccitt "support for CCITT Group 3 & 4 algorithms" ON) 485 option(packbits "support for Macintosh PackBits algorithm" ON) 488 option(lzw "support for LZW algorithm" ON) 494 option(next "support for NeXT 2-bit RLE algorithm" ON) 501 option(mdi "support for Microsoft Document Imaging" ON) 505 option(zlib "use zlib (required for Deflate compression)" ON) 526 option(jpeg "use libjpeg (required for JPEG compression)" ON) [all …]
|
A D | COPYRIGHT | 19 WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/ |
A D | rtl8721dhp_cpft.c | 67 PinCtrl(PERIPHERAL_UART0, pin_mux, ON); in CPTest_UARTInit() 72 PinCtrl(PERIPHERAL_UART1, pin_mux, ON); in CPTest_UARTInit() 78 PinCtrl(PERIPHERAL_LOG_UART, pin_mux, ON); in CPTest_UARTInit()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_lp/ |
A D | rtl8721dlp_cpft.c | 67 PinCtrl(PERIPHERAL_UART0, pin_mux, ON); in CPTest_UARTInit() 72 PinCtrl(PERIPHERAL_UART1, pin_mux, ON); in CPTest_UARTInit() 78 PinCtrl(PERIPHERAL_LOG_UART, pin_mux, ON); in CPTest_UARTInit()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | CMakeLists.txt | 6 option(WEBP_ENABLE_SIMD "Enable any SIMD optimization." ON) 7 option(WEBP_BUILD_ANIM_UTILS "Build animation utilities." ON) 8 option(WEBP_BUILD_CWEBP "Build the cwebp command line tool." ON) 9 option(WEBP_BUILD_DWEBP "Build the dwebp command line tool." ON) 10 option(WEBP_BUILD_GIF2WEBP "Build the gif2webp conversion tool." ON) 11 option(WEBP_BUILD_IMG2WEBP "Build the img2webp animation tool." ON) 12 option(WEBP_BUILD_VWEBP "Build the vwebp viewer tool." ON) 15 option(WEBP_BUILD_EXTRAS "Build extras." ON) 17 option(WEBP_NEAR_LOSSLESS "Enable near-lossless encoding" ON) 23 option(WEBP_UNICODE "Build Unicode executables." ON) [all …]
|
A D | README.webp_js | 24 cmake -DWEBP_BUILD_WEBP_JS=ON \ 53 the option WEBP_BUILD_WEBP_JS=ON. The compilation step will assemble
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | nearbyint.c | 8 #pragma STDC FENV_ACCESS ON in nearbyint()
|
/AliOS-Things-master/components/SDL2/ |
A D | CMakeLists.txt | 132 set(UNIX_SYS ON) 138 set(UNIX_OR_MAC_SYS ON) 144 set(SDL_PTHREADS_ENABLED_BY_DEFAULT ON) 152 set(OPT_DEF_SSEMATH ON) 156 set(OPT_DEF_LIBC ON) 169 set(OPT_DEF_HIDAPI ON) 195 set(OPT_DEF_GCC_ATOMICS ON) 290 set(SDL_STATIC_ENABLED_BY_DEFAULT ON) 298 set(SDL_SHARED_ENABLED_BY_DEFAULT ON) 303 set(SDL_SHARED_ENABLED_BY_DEFAULT ON) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminus/ |
A D | CMakeLists.txt | 6 option(PNGMINUS_USE_STATIC_LIBRARIES "Use the static library builds" ON)
|
/AliOS-Things-master/components/mbedtls/include/ |
A D | CMakeLists.txt | 1 option(INSTALL_MBEDTLS_HEADERS "Install mbed TLS headers." ON)
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/core/ |
A D | CMakeLists.txt | 23 set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/ |
A D | README | 42 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 68 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|