Searched refs:target (Results 1 – 25 of 212) sorted by relevance
123456789
| /ThreadX-v6.3.0/scripts/ |
| D | copy_armv8_m.sh | 31 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 …]
|
| D | copy_armv7_m.sh | 30 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 …]
|
| D | copy_module_armv7_m.sh | 33 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/ |
| D | readme.txt | 1 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/ |
| D | readme.txt | 1 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/ |
| D | demo_threadx_ram_interAptiv_3c2v4t.mbs | 9 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/ |
| D | crti.s | 6 .macro jmpl,target 8 jl target ; "large" model call 12 j target
|
| /ThreadX-v6.3.0/ports/cortex_a5x/ac6/example_build/sample_threadx/ |
| D | gic400_gic.c | 145 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()
|
| D | gic400_gic.h | 86 void setIntTarget(unsigned int ID, unsigned int target);
|
| /ThreadX-v6.3.0/cmake/ |
| D | cortex_m0.cmake | 1 # Name of the target
|
| D | cortex_m3.cmake | 1 # Name of the target
|
| D | cortex_m4.cmake | 1 # Name of the target
|
| D | cortex_m7.cmake | 1 # Name of the target
|
| D | utilities.cmake | 11 # Add this target into the temp
|
| /ThreadX-v6.3.0/test/smp/cmake/threadx_smp/ |
| D | CMakeLists.txt | 18 # 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/ |
| D | resource_readme.txt | 4 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/ |
| D | MP_GIC.h | 76 unsigned int setIntTarget(unsigned int ID, unsigned int target);
|
| /ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/ |
| D | MP_GIC.h | 79 void setIntTarget(unsigned int ID, unsigned int target);
|
| /ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/example_build/ |
| D | MP_GIC.h | 79 void setIntTarget(unsigned int ID, unsigned int target);
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/example_build/ |
| D | MP_GIC.h | 79 void setIntTarget(unsigned int ID, unsigned int target);
|
| /ThreadX-v6.3.0/ports/cortex_a5/gnu/example_build/ |
| D | MP_GIC.h | 79 void setIntTarget(unsigned int ID, unsigned int target);
|
| /ThreadX-v6.3.0/ |
| D | CMakeLists.txt | 17 # 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/ |
| D | azrtos_test_tx_ghs_cortex_m3.valid.log | 1 Connected to target `Simulator'.
|
| /ThreadX-v6.3.0/.github/ISSUE_TEMPLATE/ |
| D | bug_report.md | 15 - What target device are you using?
|
| /ThreadX-v6.3.0/ports_smp/cortex_a53_smp/ac6/example_build/sample_threadx/ |
| D | GICv3_gicd.c | 182 void SetSPITarget(uint32_t id, uint32_t target) in SetSPITarget() argument 191 gicd.GICD_ITARGETSR[bank] = target; in SetSPITarget()
|
123456789