Searched refs:cc2538 (Results 1 – 13 of 13) sorted by relevance
/external/openthread/examples/platforms/cc2538/ |
D | CMakeLists.txt | 29 set(OT_PLATFORM_LIB "openthread-cc2538" PARENT_SCOPE) 32 set(OT_CONFIG "openthread-core-cc2538-config.h") 37 "OPENTHREAD_CORE_CONFIG_PLATFORM_CHECK_FILE=\"openthread-core-cc2538-config-check.h\"" 44 add_library(openthread-cc2538 58 target_link_libraries(openthread-cc2538 62 -T${PROJECT_SOURCE_DIR}/examples/platforms/cc2538/cc2538.ld 66 target_compile_definitions(openthread-cc2538 71 target_compile_options(openthread-cc2538 PRIVATE 75 target_include_directories(openthread-cc2538 PRIVATE
|
D | README.md | 3 This directory contains example platform drivers for the [Texas Instruments CC2538][cc2538]. 5 [cc2538]: http://www.ti.com/product/CC2538 24 In a Bash terminal, follow these instructions to build the cc2538 examples. 29 $ make -f examples/Makefile-cc2538 39 $ make -f examples/Makefile-cc2538 CC2592=1 58 …d completed successfully, the `elf` files may be found in `<path-to-openthread>/output/cc2538/bin`. 63 $ cd <path-to-openthread>/output/cc2538/bin 67 To load the images with the [serial bootloader][ti-cc2538-bootloader], the images must be converted… 70 $ cd <path-to-openthread>/output/cc2538/bin 74 The [cc2538-bsl.py script][cc2538-bsl-tool] provides a convenient method for flashing a CC2538 via … [all …]
|
D | Makefile.am | 35 lib_LIBRARIES = libopenthread-cc2538.a 45 cc2538-reg.h \ 50 openthread-core-cc2538-config.h \ 51 openthread-core-cc2538-config-check.h \ 52 platform-cc2538.h \
|
D | Makefile.platform.am | 30 # cc2538 platform-specific Makefile 34 $(top_builddir)/examples/platforms/cc2538/libopenthread-cc2538.a \ 38 -T $(top_srcdir)/examples/platforms/cc2538/cc2538.ld \
|
D | cc2538.ld | 77 ASSERT( _FLASH_start == 0x00200000, "invalid flash start address for cc2538") 78 ASSERT( _FLASH_cca_page == 0x0027f800, "invalid cca start address for cc2538")
|
/external/openthread/examples/platforms/ |
D | Makefile.am | 48 cc2538 \ 60 SUBDIRS += cc2538 subdir
|
D | Makefile.platform.am | 45 include $(top_srcdir)/examples/platforms/cc2538/Makefile.platform.am
|
/external/openthread/script/ |
D | cmake-build | 69 readonly OT_PLATFORMS=(cc2538 simulation posix) 165 cc2538)
|
D | check-arm-build-cmake | 59 …"$(dirname "$0")"/cmake-build cc2538 "${OT_COMMON_OPTIONS[@]}" "${OT_BASIC_CHECK_OPTIONS[@]}" "${o…
|
D | check-arm-build-autotools | 51 make -f examples/Makefile-cc2538 "${options[@]}"
|
/external/openthread/src/posix/ |
D | README.md | 141 ./script/cmake-build cc2538 -DOT_APP_CLI=OFF -DOT_APP_NCP=OFF -DOT_FTD=OFF -DOT_MTD=OFF 147 arm-none-eabi-objcopy -O ihex build/cc2538/examples/apps/ncp/ot-rcp ot-rcp.bin 148 # see https://github.com/JelmerT/cc2538-bsl 149 python cc2538-bsl/cc2538-bsl.py -b 460800 -e -w -v -p /dev/ttyUSB0 ot-rcp.bin
|
/external/openthread/examples/ |
D | Makefile-cc2538 | 51 --with-examples=cc2538 \ 57 CC2538_CONFIG_FILE_CPPFLAGS = -DOPENTHREAD_PROJECT_CORE_CONFIG_FILE='\"openthread-core-cc2538-conf… 58 …PPFLAGS += -DOPENTHREAD_CORE_CONFIG_PLATFORM_CHECK_FILE='\"openthread-core-cc2538-config-check.h\"' 59 CC2538_CONFIG_FILE_CPPFLAGS += -I$(AbsTopSourceDir)/examples/platforms/cc2538/ 161 TargetTuple = cc2538
|
/external/openthread/ |
D | configure.ac | 807 [Build example applications for one of: simulation, cc2538 @<:@default=no@:>@. 814 simulation|cc2538) 827 AM_CONDITIONAL([OPENTHREAD_EXAMPLES_CC2538], [test "${with_examples}" = "cc2538"]) 848 …[Build OpenThread platform libraries for one of: cc2538, posix, simulation @<:@default=simulation@… 852 no|cc2538|posix|simulation) 883 AM_CONDITIONAL([OPENTHREAD_PLATFORM_CC2538], [test "${with_platform}" = "cc2538"]) 1026 examples/platforms/cc2538/Makefile
|