Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 212) sorted by relevance

123456789

/ThreadX-v6.3.0/scripts/
Dcopy_armv8_m.sh31 target=$ports_folder/$mcu/$ide/$target_inc_folder
32 [ -d "$target" ] || mkdir -p $target
33 echo "$source_inc_folder -> $target"
34 rm -rf $target
35 cp -rf $source_inc_folder $target
47 sed -i "s/ $source_string /$mcu_ide_string/g" $target/*
48 sed -i "s/ThreadX $source_string /ThreadX $mcu_string\/$ide_string /g" $target/*
49 sed -i "s/$source_string/$mcu_string/g" $target/*
61 target=$ports_folder/$mcu/$ide/$src_folder
63 echo "$src -> $target"
[all …]
Dcopy_armv7_m.sh30 target=$ports_folder/$mcu/$ide/$target_inc_folder
31 [ -d "$target" ] || continue
32 echo "$source_inc_folder -> $target"
33 rm -rf $target
34 cp -rf $source_inc_folder $target
46 sed -i "s/ $source_string /$mcu_ide_string/g" $target/*
47 sed -i "s/ThreadX $source_string /ThreadX $mcu_string\/$ide_string /g" $target/*
48 sed -i "s/$source_string/$mcu_string/g" $target/*
60 target=$ports_folder/$mcu/$ide/$src_folder
62 echo "$src -> $target"
[all …]
Dcopy_module_armv7_m.sh33 target=$ports_module_folder/$mcu/$ide/$d
34 echo "$source -> $target"
35 rm -rf $target
36 cp -rf $source $target
39 … find $target -type f -exec sed -i "s/$source_string/$target_string_pre${mcu: -1}/g" {} \;
43 target=$ports_module_folder/$mcu/$ide/$target_inc_folder
44 echo "$source_inc_folder -> $target"
45 cp -rf $source_inc_folder/* $target
46 find $target -type f -exec sed -i "s/$source_string/$target_string_pre${mcu: -1}/g" {} \;
50 target=$ports_module_folder/$mcu/$ide/$target_common_folder
[all …]
/ThreadX-v6.3.0/ports/c667x/ccs/example_build/sample_threadx_c6678evm/targetConfigs/
Dreadme.txt1 The 'targetConfigs' folder contains target-configuration (.ccxml) files, automatically generated ba…
4 Please note that in automatic target-configuration management, changes to the project's device and/…
5 connection settings will either modify an existing or generate a new target-configuration file. Thu…
7 you may create your own target-configuration file for this project and manage it manually. You can
8 always switch back to automatic target-configuration management by checking the "Manage the project…
9 target-configuration automatically" checkbox on the project's Properties > General page.
/ThreadX-v6.3.0/ports/c667x/ccs/example_build/sample_threadx_ta6678fmc/targetConfigs/
Dreadme.txt1 The 'targetConfigs' folder contains target-configuration (.ccxml) files, automatically generated ba…
4 Please note that in automatic target-configuration management, changes to the project's device and/…
5 connection settings will either modify an existing or generate a new target-configuration file. Thu…
7 you may create your own target-configuration file for this project and manage it manually. You can
8 always switch back to automatic target-configuration management by checking the "Manage the project…
9 target-configuration automatically" checkbox on the project's Properties > General page.
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/example_build/
Ddemo_threadx_ram_interAptiv_3c2v4t.mbs9 target t 4 rw pc 0x80100000 // c1v0t0 entry point.
10 target t 8 rw pc 0x80100000 // c2v0t0 entry point.
12 target t 1 rw pc 0xdeadbeef // c0v1t1 "uninitialized" marker.
13 target t 5 rw pc 0xdeadbeef // c1v1t1 "uninitialized" marker.
14 target t 9 rw pc 0xdeadbeef // c2v1t1 "uninitialized" marker.
/ThreadX-v6.3.0/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dcrti.s6 .macro jmpl,target
8 jl target ; "large" model call
12 j target
/ThreadX-v6.3.0/ports/cortex_a5x/ac6/example_build/sample_threadx/
Dgic400_gic.c145 void setIntTarget(unsigned int ID, unsigned int target) in setIntTarget() argument
149 target = target & 0xFF; // Target field is 8-bits, mask off unused bit in setIntTarget()
154 target = target << ID; // Move prioity value into correct bit position in setIntTarget()
158 tmp = tmp | target; // OR in the new target in setIntTarget()
Dgic400_gic.h86 void setIntTarget(unsigned int ID, unsigned int target);
/ThreadX-v6.3.0/cmake/
Dcortex_m0.cmake1 # Name of the target
Dcortex_m3.cmake1 # Name of the target
Dcortex_m4.cmake1 # Name of the target
Dcortex_m7.cmake1 # Name of the target
Dutilities.cmake11 # Add this target into the temp
/ThreadX-v6.3.0/test/smp/cmake/threadx_smp/
DCMakeLists.txt18 # Define our target library and an alias for consumers
48 # Enable a build target that produces a ZIP file of all sources
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/example_build/tgt/
Dresource_readme.txt4 running on your target. You may use these files as is or use them as examples
14 The board setup files (.mbs) are used by MULTI to initialize target hardware
25 "MULTI: Configuring Connections" book for your target processor.
/ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/example_build/
DMP_GIC.h76 unsigned int setIntTarget(unsigned int ID, unsigned int target);
/ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/
DMP_GIC.h79 void setIntTarget(unsigned int ID, unsigned int target);
/ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/example_build/
DMP_GIC.h79 void setIntTarget(unsigned int ID, unsigned int target);
/ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/example_build/
DMP_GIC.h79 void setIntTarget(unsigned int ID, unsigned int target);
/ThreadX-v6.3.0/ports/cortex_a5/gnu/example_build/
DMP_GIC.h79 void setIntTarget(unsigned int ID, unsigned int target);
/ThreadX-v6.3.0/
DCMakeLists.txt17 # Define our target library and an alias for consumers
60 # Enable a build target that produces a ZIP file of all sources
/ThreadX-v6.3.0/test/ports/
Dazrtos_test_tx_ghs_cortex_m3.valid.log1 Connected to target `Simulator'.
/ThreadX-v6.3.0/.github/ISSUE_TEMPLATE/
Dbug_report.md15 - What target device are you using?
/ThreadX-v6.3.0/ports_smp/cortex_a53_smp/ac6/example_build/sample_threadx/
DGICv3_gicd.c182 void SetSPITarget(uint32_t id, uint32_t target) in SetSPITarget() argument
191 gicd.GICD_ITARGETSR[bank] = target; in SetSPITarget()

123456789