| /ThreadX-v6.4.1/ports_module/cortex_m23/ac6/example_build/ |
| D | ARMCM23_TZ_config.txt | 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' : 6 cpu0.SECEXT=1 # (bool , init-time) default = '1' : Wh… 8 cpu0.SAU=0x8 # (int , init-time) default = '0x4' : Nu… 10 fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:… 11 fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Di… 12 fvp_mps2.UART2.out_file="" # (string, init-time) default = '' : Ou… 13 fvp_mps2.UART2.in_file="" # (string, init-time) default = '' : In… 14 fvp_mps2.UART2.unbuffered_output=0 # (bool , init-time) default = '0' : Un… 15 fvp_mps2.UART2.in_file_escape_sequence="##" # (string, init-time) default = '##' : In… [all …]
|
| /ThreadX-v6.4.1/ports/cortex_m33/ac6/example_build/ |
| D | ARMCM33_DSP_FP_TZ_config.txt | 4 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 5 cpu0.DSP=1 # (bool , init-time) default = '1' : Se… 6 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 7 cpu0.MPU_S=0x8 # (int , init-time) default = '0x8' : Nu… 8 cpu0.MPU_NS=0x8 # (int , init-time) default = '0x8' : Nu… 9 cpu0.ITM=0 # (bool , init-time) default = '1' : Le… 10 cpu0.IRQLVL=0x3 # (int , init-time) default = '0x3' : Nu… 11 cpu0.BIGENDINIT=0 # (bool , init-time) default = '0' : In… 12 cpu0.INITSVTOR=0x00000000 # (int , init-time) default = '0x10000000' … 13 cpu0.INITNSVTOR=0x0 # (int , init-time) default = '0x0' : No… [all …]
|
| /ThreadX-v6.4.1/ports_module/cortex_m33/ac6/example_build/ |
| D | ARMCM33_DSP_FP_TZ_config.txt | 4 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 5 cpu0.DSP=1 # (bool , init-time) default = '1' : Se… 6 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 7 cpu0.MPU_S=0x8 # (int , init-time) default = '0x8' : Nu… 8 cpu0.MPU_NS=0x8 # (int , init-time) default = '0x8' : Nu… 9 cpu0.ITM=0 # (bool , init-time) default = '1' : Le… 10 cpu0.IRQLVL=0x3 # (int , init-time) default = '0x3' : Nu… 11 cpu0.BIGENDINIT=0 # (bool , init-time) default = '0' : In… 12 cpu0.INITSVTOR=0x00000000 # (int , init-time) default = '0x10000000' … 13 cpu0.INITNSVTOR=0x0 # (int , init-time) default = '0x0' : No… [all …]
|
| /ThreadX-v6.4.1/ports/cortex_m55/ac6/example_build/ |
| D | CS300_config.txt | 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 #cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : d… 6 #cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : m… 7 #cpu0.min_sync_level=3 # (int , run-time ) default = '0x0' : f… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 #cpu0.SAU=8 # (int , init-time) default = '0x8' : N… 11 #cpu0.SECEXT=1 # (bool , init-time) default = '1' : W… 12 #cpu0.INITSVTOR=0x10000000 # (int , init-time) default = '0x10000000'… 13 #cpu0.INITNSVTOR=0x00000000 # (int , init-time) default = '0x0' : N… [all …]
|
| /ThreadX-v6.4.1/ports/cortex_m23/ac6/example_build/ |
| D | ARMCM23_TZ_config.txt | 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' : 6 cpu0.SECEXT=1 # (bool , init-time) default = '1' : Wh… 7 fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:… 8 fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Di…
|
| /ThreadX-v6.4.1/ports/rxv1/iar/src/ |
| D | tx_timer_interrupt.s | 116 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice 117 MOV.L [R1], R2 ; Pickup the current time slice 118 CMP #0, R2 ; Is a time slice active? 124 SUB #1, R2 ; Decrement the time-slice 125 MOV.L R2, [R1] ; Store time-slice 131 BNE __tx_timer_no_time_slice ; No, time-slice has not expired 136 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice 138 MOV.L R2, [R1] ; Set expired time slice variable
|
| /ThreadX-v6.4.1/ports/rxv2/iar/src/ |
| D | tx_timer_interrupt.s | 116 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice 117 MOV.L [R1], R2 ; Pickup the current time slice 118 CMP #0, R2 ; Is a time slice active? 124 SUB #1, R2 ; Decrement the time-slice 125 MOV.L R2, [R1] ; Store time-slice 131 BNE __tx_timer_no_time_slice ; No, time-slice has not expired 136 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice 138 MOV.L R2, [R1] ; Set expired time slice variable
|
| /ThreadX-v6.4.1/ports_module/rxv2/iar/module_manager/src/ |
| D | tx_timer_interrupt.s | 114 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice 115 MOV.L [R1], R2 ; Pickup the current time slice 116 CMP #0, R2 ; Is a time slice active? 122 SUB #1, R2 ; Decrement the time-slice 123 MOV.L R2, [R1] ; Store time-slice 129 BNE __tx_timer_no_time_slice ; No, time-slice has not expired 134 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice 136 MOV.L R2, [R1] ; Set expired time slice variable
|
| /ThreadX-v6.4.1/ports/rxv3/iar/src/ |
| D | tx_timer_interrupt.s | 117 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice 118 MOV.L [R1], R2 ; Pickup the current time slice 119 CMP #0, R2 ; Is a time slice active? 125 SUB #1, R2 ; Decrement the time-slice 126 MOV.L R2, [R1] ; Store time-slice 132 BNE __tx_timer_no_time_slice ; No, time-slice has not expired 137 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice 139 MOV.L R2, [R1] ; Set expired time slice variable
|
| /ThreadX-v6.4.1/ports/rxv1/gnu/src/ |
| D | tx_timer_interrupt.S | 117 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice 118 MOV.L [R1], R2 ; Pickup the current time slice 119 CMP #0, R2 ; Is a time slice active? 125 SUB #1, R2 ; Decrement the time-slice 126 MOV.L R2, [R1] ; Store time-slice 132 BNE __tx_timer_no_time_slice ; No, time-slice has not expired 137 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice 139 MOV.L R2, [R1] ; Set expired time slice variable
|
| /ThreadX-v6.4.1/ports/rxv2/gnu/src/ |
| D | tx_timer_interrupt.S | 130 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice 131 MOV.L [R1], R2 ; Pickup the current time slice 132 CMP #0, R2 ; Is a time slice active? 138 SUB #1, R2 ; Decrement the time-slice 139 MOV.L R2, [R1] ; Store time-slice 145 BNE __tx_timer_no_time_slice ; No, time-slice has not expired 150 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice 152 MOV.L R2, [R1] ; Set expired time slice variable
|
| /ThreadX-v6.4.1/ports/rxv3/gnu/src/ |
| D | tx_timer_interrupt.S | 129 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice 130 MOV.L [R1], R2 ; Pickup the current time slice 131 CMP #0, R2 ; Is a time slice active? 137 SUB #1, R2 ; Decrement the time-slice 138 MOV.L R2, [R1] ; Store time-slice 144 BNE __tx_timer_no_time_slice ; No, time-slice has not expired 149 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice 151 MOV.L R2, [R1] ; Set expired time slice variable
|
| /ThreadX-v6.4.1/ports/cortex_a9/iar/src/ |
| D | tx_timer_interrupt.s | 111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 112 LDR r2, [r3, #0] ; Pickup time-slice 114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 119 SUB r2, r2, #1 ; Decrement the time-slice 120 STR r2, [r3, #0] ; Store new time-slice value 133 STR r0, [r3, #0] ; Set time-slice expiration flag 194 LDR r2, [r3, #0] ; Pickup time-slice expired flag 195 CMP r2, #0 ; Did a time-slice expire? 196 BNE __tx_something_expired ; If non-zero, time-slice expired 229 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/cortex_r4/ac5/src/ |
| D | tx_timer_interrupt.s | 110 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 111 LDR r2, [r3, #0] ; Pickup time-slice 113 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 118 SUB r2, r2, #1 ; Decrement the time-slice 119 STR r2, [r3, #0] ; Store new time-slice value 132 STR r0, [r3, #0] ; Set time-slice expiration flag 193 LDR r2, [r3, #0] ; Pickup time-slice expired flag 194 CMP r2, #0 ; Did a time-slice expire? 195 BNE __tx_something_expired ; If non-zero, time-slice expired 228 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/ac5/module_manager/src/ |
| D | tx_timer_interrupt.s | 110 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 111 LDR r2, [r3, #0] ; Pickup time-slice 113 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 118 SUB r2, r2, #1 ; Decrement the time-slice 119 STR r2, [r3, #0] ; Store new time-slice value 132 STR r0, [r3, #0] ; Set time-slice expiration flag 193 LDR r2, [r3, #0] ; Pickup time-slice expired flag 194 CMP r2, #0 ; Did a time-slice expire? 195 BNE __tx_something_expired ; If non-zero, time-slice expired 228 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/cortex_a8/iar/src/ |
| D | tx_timer_interrupt.s | 111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 112 LDR r2, [r3, #0] ; Pickup time-slice 114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 119 SUB r2, r2, #1 ; Decrement the time-slice 120 STR r2, [r3, #0] ; Store new time-slice value 133 STR r0, [r3, #0] ; Set time-slice expiration flag 194 LDR r2, [r3, #0] ; Pickup time-slice expired flag 195 CMP r2, #0 ; Did a time-slice expire? 196 BNE __tx_something_expired ; If non-zero, time-slice expired 229 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/cortex_a9/ac5/src/ |
| D | tx_timer_interrupt.s | 110 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 111 LDR r2, [r3, #0] ; Pickup time-slice 113 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 118 SUB r2, r2, #1 ; Decrement the time-slice 119 STR r2, [r3, #0] ; Store new time-slice value 132 STR r0, [r3, #0] ; Set time-slice expiration flag 193 LDR r2, [r3, #0] ; Pickup time-slice expired flag 194 CMP r2, #0 ; Did a time-slice expire? 195 BNE __tx_something_expired ; If non-zero, time-slice expired 228 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/arm11/iar/src/ |
| D | tx_timer_interrupt.s | 113 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 114 LDR r2, [r3, #0] ; Pickup time-slice 116 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 121 SUB r2, r2, #1 ; Decrement the time-slice 122 STR r2, [r3, #0] ; Store new time-slice value 135 STR r0, [r3, #0] ; Set time-slice expiration flag 196 LDR r2, [r3, #0] ; Pickup time-slice expired flag 197 CMP r2, #0 ; Did a time-slice expire? 198 BNE __tx_something_expired ; If non-zero, time-slice expired 231 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/arm9/ac5/src/ |
| D | tx_timer_interrupt.s | 110 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 111 LDR r2, [r3, #0] ; Pickup time-slice 113 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 118 SUB r2, r2, #1 ; Decrement the time-slice 119 STR r2, [r3, #0] ; Store new time-slice value 132 STR r0, [r3, #0] ; Set time-slice expiration flag 193 LDR r2, [r3, #0] ; Pickup time-slice expired flag 194 CMP r2, #0 ; Did a time-slice expire? 195 BNE __tx_something_expired ; If non-zero, time-slice expired 228 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/arm9/iar/src/ |
| D | tx_timer_interrupt.s | 111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 112 LDR r2, [r3, #0] ; Pickup time-slice 114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 119 SUB r2, r2, #1 ; Decrement the time-slice 120 STR r2, [r3, #0] ; Store new time-slice value 133 STR r0, [r3, #0] ; Set time-slice expiration flag 194 LDR r2, [r3, #0] ; Pickup time-slice expired flag 195 CMP r2, #0 ; Did a time-slice expire? 196 BNE __tx_something_expired ; If non-zero, time-slice expired 229 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/arm11/ac5/src/ |
| D | tx_timer_interrupt.s | 110 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 111 LDR r2, [r3, #0] ; Pickup time-slice 113 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 118 SUB r2, r2, #1 ; Decrement the time-slice 119 STR r2, [r3, #0] ; Store new time-slice value 132 STR r0, [r3, #0] ; Set time-slice expiration flag 193 LDR r2, [r3, #0] ; Pickup time-slice expired flag 194 CMP r2, #0 ; Did a time-slice expire? 195 BNE __tx_something_expired ; If non-zero, time-slice expired 228 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/cortex_a15/iar/src/ |
| D | tx_timer_interrupt.s | 111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 112 LDR r2, [r3, #0] ; Pickup time-slice 114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 119 SUB r2, r2, #1 ; Decrement the time-slice 120 STR r2, [r3, #0] ; Store new time-slice value 133 STR r0, [r3, #0] ; Set time-slice expiration flag 194 LDR r2, [r3, #0] ; Pickup time-slice expired flag 195 CMP r2, #0 ; Did a time-slice expire? 196 BNE __tx_something_expired ; If non-zero, time-slice expired 229 LDR r3, =_tx_timer_expired_time_slice ; Pickup address of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/iar/module_manager/src/ |
| D | tx_timer_interrupt.s | 108 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 109 LDR r2, [r3, #0] ; Pickup time-slice 111 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 116 SUB r2, r2, #1 ; Decrement the time-slice 117 STR r2, [r3, #0] ; Store new time-slice value 130 STR r0, [r3, #0] ; Set time-slice expiration flag 191 LDR r2, [r3, #0] ; Pickup time-slice expired flag 192 CMP r2, #0 ; Did a time-slice expire? 193 BNE __tx_something_expired ; If non-zero, time-slice expired 226 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports_module/cortex_r4/iar/module_manager/src/ |
| D | tx_timer_interrupt.s | 102 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 103 LDR r2, [r3, #0] ; Pickup time-slice 105 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 110 SUB r2, r2, #1 ; Decrement the time-slice 111 STR r2, [r3, #0] ; Store new time-slice value 124 STR r0, [r3, #0] ; Set time-slice expiration flag 185 LDR r2, [r3, #0] ; Pickup time-slice expired flag 186 CMP r2, #0 ; Did a time-slice expire? 187 BNE __tx_something_expired ; If non-zero, time-slice expired 220 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|
| /ThreadX-v6.4.1/ports/cortex_a8/ac5/src/ |
| D | tx_timer_interrupt.s | 110 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice 111 LDR r2, [r3, #0] ; Pickup time-slice 113 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing 118 SUB r2, r2, #1 ; Decrement the time-slice 119 STR r2, [r3, #0] ; Store new time-slice value 132 STR r0, [r3, #0] ; Set time-slice expiration flag 193 LDR r2, [r3, #0] ; Pickup time-slice expired flag 194 CMP r2, #0 ; Did a time-slice expire? 195 BNE __tx_something_expired ; If non-zero, time-slice expired 228 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired [all …]
|