Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 73) sorted by relevance

123

/Kernel-v10.6.2/.github/workflows/
HDkernel-demos.yml1 name: FreeRTOS-Kernel Demos
6 name: WIN32 MSVC
9 - name: Checkout the FreeRTOS/FreeRTOS Repository
18 - name: Checkout Pull Request
23 - name: Add msbuild to PATH
26 - name: Build WIN32-MSVC Demo
30 - name: Build WIN32-MSVC-Static-Allocation-Only Demo
35 name: WIN32 MingW
38 - name: Checkout the FreeRTOS/FreeRTOS Repository
47 - name: Checkout Pull Request
[all …]
HDunit-tests.yml1 name: CMock Unit Tests
8 - name: Checkout Parent Repository
17 - name: Checkout Pull Request
22 - name: Setup Python
27 - name: Install packages
30 - name: Run Unit Tests with ENABLE_SANITIZER=1
34 - name: Run Unit Tests for coverage
39 - name: Upload coverage to Codecov
47 - name: Archive code coverage data
50 name: coverage-data
[all …]
HDauto-release.yml1 name: Kernel-Auto-Release
21 name: Release Packager
25 - name: Tool Setup
33 - name: Checkout FreeRTOS Release Tools
40 - name: Checkout FreeRTOS Kernel
46 - name: Configure git identity
48 git config --global user.name ${{ github.actor }}
51 - name: create a new branch that references commit id
57 - name: Update source files with version info
66 - name : Update version number in manifest.yml
[all …]
HDci.yml1 name: CI Checks
12 - name: Checkout Parent Repo
18 - name: Clone This Repo
22 - name: Install spell
26 - name: Check spelling
41 - name: Install Uncrustify
43 - name: Run Uncrustify
46 …find . portable/MemMang/* portable/Common/* \( -name portable \) -prune -false -o -iname "*.[hc]" …
47 - name: Check For Trailing Whitespace
58 - name: Check for CRLF
[all …]
HDkernel-checks.yml1 name: Kernel-Checker
7 name: FreeRTOS Kernel Header Checks
11 - name: Tool Setup
20 - name: Checkout FreeRTOS Tools
28 - name: Checkout Pull Request
34 - name: Collecting changed files
40 - name: Check File Headers
HDgit-secrets.yml1 name: git-secrets Check
13 - name: Checkout awslabs/git-secrets
19 - name: Install git-secrets
21 - name: Run git-secrets
/Kernel-v10.6.2/include/
HDStackMacros.h31 …rning The name of this file has changed to stack_macros.h. Please update your code accordingly. …
HDtask.h162 …const char * pcTaskName; /* A pointer to the task's name. This value will be…
301 * @param pcName A descriptive name for the task. This is mainly used to
346 * xTaskCreate( vTaskCode, "NAME", STACK_SIZE, &ucParameterToPass, tskIDLE_PRIORITY, &xHandle );
395 * @param pcName A descriptive name for the task. This is mainly used to
460 * "NAME", // Text name for the task.
521 * "ATask", // pcName - just a text name for the task to assist debugging.
609 * "ATask", // pcName - just a text name for the task to assist debugging.
736 * xTaskCreate( vTaskCode, "NAME", STACK_SIZE, NULL, tskIDLE_PRIORITY, &xHandle );
934 * xTaskCreate( vTaskCode, "NAME", STACK_SIZE, NULL, tskIDLE_PRIORITY, &xHandle );
1030 * // Obtain the handle of a task from its name.
[all …]
HDprojdefs.h39 * overridden by a macro of the same name defined in FreeRTOSConfig.h in case the
105 #define pdFREERTOS_ERRNO_ENAMETOOLONG 91 /* File or path name too long */
HDtimers.h118 * @param pcTimerName A text name that is assigned to the timer. This is done
120 * by its handle, and never by its name.
195 …* xTimers[ x ] = xTimerCreate( "Timer", // Just a text name, not used by th…
264 * @param pcTimerName A text name that is assigned to the timer. This is done
266 * by its handle, and never by its name.
338 …* xTimer = xTimerCreateStatic( "T1", // Text name for the task. Helps debugging o…
762 …* xBacklightTimer = xTimerCreate( "BacklightTimer", // Just a text name, not used by…
1246 * Returns the name that was assigned to a timer when the timer was created.
1250 * @return The name assigned to the timer specified by the xTimer parameter.
HDdeprecated_definitions.h214 /* A short file name has to be used in place of the normal
223 /* A short file name has to be used in place of the normal
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
HDxtensa_context.h67 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size argument
68 #define STRUCT_AFIELD(ctype,size,asname,name,n) asname: .space (size)*(n) argument
74 #define STRUCT_FIELD(ctype,size,asname,name) ctype name; argument
75 #define STRUCT_AFIELD(ctype,size,asname,name,n) ctype name[n]; argument
/Kernel-v10.6.2/
HDmanifest.yml1 name : "FreeRTOS-Kernel"
HDHistory.txt402 ulTaskNotifyTakeIndexed macro compiling, and the name space clash in the
559 previously a name had to be provided.
568 + Reverted a few structure name changes that broke several kernel aware
844 from the task's name. xTaskGetTaskHandle() uses multiple string compare
848 + Added the pcQueueGetQueueName() API function, which obtains the name of
1040 overwrite the task's name).
1069 line up correctly even where task name lengths vary greatly.
1455 pre-processor macro for backward compatibility with the previous name.
1610 + Reverted the change in the name of the uxTaskNumber variable made in
1635 + Renamed directories that included "CCS4" in their name to remove the '4'
[all …]
HDCMakeLists.txt205 set(FREERTOS_PORT GCC_POSIX CACHE STRING "FreeRTOS port name")
208 set(FREERTOS_PORT MSVC_MINGW CACHE STRING "FreeRTOS port name")
/Kernel-v10.6.2/.github/ISSUE_TEMPLATE/
HDconfig.yml3 - name: FreeRTOS Community Support Forum
HDdocumentation-issue.md2 name: Documentation issue
HDfeature_request.md2 name: Feature request
HDbug-report.md2 name: Bug report
/Kernel-v10.6.2/portable/
HDreadme.txt10 microcontroller or compiler, where the directory name denotes the compiler
/Kernel-v10.6.2/portable/GCC/MicroBlazeV8/
HDportmacro.h215 /* The human readable name of the task that was running at the time the
216 exception occurred. This is the name that was given to the task when the
312 * The name of the interrupt handler that should be installed is vPortTickISR(),
/Kernel-v10.6.2/portable/GCC/MicroBlazeV9/
HDportmacro.h220 /* The human readable name of the task that was running at the time the
221 exception occurred. This is the name that was given to the task when the
317 * The name of the interrupt handler that should be installed is vPortTickISR(),
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
HDLICENSE.md14 3. Neither the name of the copyright holder nor the names of its contributors may be used to endors…
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
HDFreeRTOSConfig_arch.h21 * FreeRTOS name, please do so in a fair use way that does not cause confusion.
/Kernel-v10.6.2/portable/IAR/AVR32_UC3/
HDread.c58 * 3. The name of ATMEL may not be used to endorse or promote products derived

123