Home
last modified time | relevance | path

Searched full:default (Results 1 – 25 of 150) sorted by relevance

123456

/Kernel-v10.6.2/portable/GCC/TriCore_1782/
Dporttrap.c161 default: in vMMUTrap()
170 /* Deliberate fall through to default. */ in vInternalProtectionTrap()
194 default: in vInternalProtectionTrap()
205 /* Deliberate fall through to default. */ in vInstructionErrorTrap()
213 default: in vInstructionErrorTrap()
222 /* Deliberate fall through to default. */ in vContextManagementTrap()
232 default: in vContextManagementTrap()
241 /* Deliberate fall through to default. */ in vSystemBusAndPeripheralsTrap()
250 default: in vSystemBusAndPeripheralsTrap()
259 /* Deliberate fall through to default. */ in vAssertionTrap()
[all …]
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
Dxtensa_vector_defaults.S18 This file contains the default handlers for the high interrupt levels as well as some specialized e…
19 The default behaviour is to just exit the interrupt or call the panic handler on the exceptions
131 /* Default handler does nothing; just returns */
149 /* Default handler does nothing; just returns */
168 /* Default handler does nothing; just returns */
187 /* Default handler does nothing; just returns */
208 /* Default handler does nothing; just returns */
228 /* Default handler does nothing; just returns */
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt122 By default, you will build for the Xtensa instruction set simulator. If
158 which by default builds for the simulator (TARGET=sim), or:
166 default you selected when you installed Xtensa Tools, you need to define the
168 default registry you selected when you installed Xtensa Tools, you also
188 To build the examples for the default platform (simulator):
207 To build in a location other than the default, specify the new location
212 You can override the default compilation options by specifying the new
235 line. Note that the default xtensa_config.h provided with this port does
352 -On Sets compiler optimization level n (default -O0).
368 supplied with Xtensa Tools. Default ON.
[all …]
Dxtensa_intr.c50 Default handler for unhandled exceptions.
97 Default handler for unhandled interrupts.
Dxtensa_timer.h142 Default number of timer "ticks" per second (default 100 for 10ms tick).
Dxtensa_intr_asm.S67 dispatched to a C handler by default.
80 .word i /* handler arg (default: intnum) */
/Kernel-v10.6.2/.github/
DCONTRIBUTING.md46 5. Send us a pull request, answering any default questions in the pull request interface.
47 NOTE: Please make sure the default option (Allow edits from maintainers) is left checked.
62 …eat way to find something to contribute on. As our projects, by default, use the default GitHub is…
/Kernel-v10.6.2/.github/workflows/
Dauto-release.yml9 default: 'HEAD'
13 default: '10.4.4'
17 default: ''
/Kernel-v10.6.2/
DHistory.txt206 the option is set to 0, then the default callbacks as defined by
212 The default behavior for newlib support is kept same for backward
305 (for example, uint64_t) in FreeRTOSConfig.h to override the default.
421 to override default memory attributes for privileged code and data
605 configMESSAGE_BUFFER_LENGTH_TYPE default to size_t, but if, for example,
623 + Disable NBNS and LLMNR by default.
624 + Add TCP hang protection by default.
696 + Introduced configMAX() and configMIN() macros which default to standard
702 which can be defined to strings in FreeRTOSConfig.h to change the default
723 + Allow the default human readable text names given to the Idle and Timer
[all …]
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dxtensa_timer.h145 * Default number of timer "ticks" per second (default 100 for 10ms tick).
/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/ARMv8M/secure/heap/
Dsecure_heap.c45 /* No test marker by default. */
50 /* No tracing by default. */
55 /* No tracing by default. */
/Kernel-v10.6.2/portable/GCC/RX700v3_DPFPU/
Dportmacro.h58 * tasks are created with a DPFPU context by default, and calling vTaskUsesDPFPU() has
174 * by default. */
/Kernel-v10.6.2/portable/Renesas/RX700v3_DPFPU/
Dportmacro.h61 * tasks are created with a DPFPU context by default, and calling vTaskUsesDPFPU() has
173 * by default. */
/Kernel-v10.6.2/portable/IAR/STR91x/
Dport.c103 /* VIC interrupt default handler. */
269 /* Install the default handlers for both VIC's. */ in prvSetupTimerInterrupt()
357 /* Install the default handlers for both VIC's. */ in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/IAR/RX700v3_DPFPU/
Dportmacro.h61 * tasks are created with a DPFPU context by default, and calling vTaskUsesDPFPU() has
178 * by default. */

123456