Home
last modified time | relevance | path

Searched +full:gcc +full:- +full:msp430 (Results 1 – 6 of 6) sorted by relevance

/Kernel-v11.0.1/.github/workflows/
Dkernel-demos.yml1 name: FreeRTOS-Kernel Demos
5 WIN32-MSVC:
7 runs-on: windows-latest
9 - name: Checkout the FreeRTOS/FreeRTOS Repository
15 fetch-depth: 1
18 - name: Checkout Pull Request
23 - name: Add msbuild to PATH
24 uses: microsoft/setup-msbuild@v1.1
26 - name: Build WIN32-MSVC Demo
27 working-directory: FreeRTOS/Demo/WIN32-MSVC
[all …]
/Kernel-v11.0.1/portable/
DCMakeLists.txt2 include( GCC/RISC-V/chip_extensions.cmake )
6 include( IAR/RISC-V/chip_extensions.cmake )
9 # FreeRTOS internal cmake file. Do not use it in user top-level project
16 # FreeRTOS internal cmake file. Do not use it in user top-level project
23 # 16-Bit DOS ports for BCC
32 # ARMv7-M port for Texas Instruments Code Composer Studio
37 # ARMv7E-M port for Texas Instruments Code Composer Studio
42 # ARMv7-R port for Texas Instruments Code Composer Studio
44 CCS/ARM_Cortex-R4/port.c
45 CCS/ARM_Cortex-R4/portASM.asm>
[all …]
/Kernel-v11.0.1/include/
Ddeprecated_definitions.h5 * SPDX-License-Identifier: MIT
34 * pre-processor definition was used to ensure the pre-processor found the correct
37 * portmacro.h file - removing the need for the constant and allowing the
53 #include "../portable/GCC/ATMega323/portmacro.h"
85 #include "../../Source/portable/GCC/ARM7_LPC2000/portmacro.h"
93 #include "../../Source/portable/GCC/ARM7_LPC23xx/portmacro.h"
97 #include "..\..\Source\portable\IAR\MSP430\portmacro.h"
101 #include "../../Source/portable/GCC/MSP430F449/portmacro.h"
113 #include "../../Source/portable/GCC/ARM7_AT91SAM7S/portmacro.h"
137 #include "..\..\Source\portable\GCC\STR75x\portmacro.h"
[all …]
/Kernel-v11.0.1/
DCMakeLists.txt9 # DEPRECATED: FREERTOS_CONFIG_FILE_DIRECTORY - but still supported if no freertos_config defined fo…
31 …message(WARNING " Using deprecated 'FREERTOS_CONFIG_FILE_DIRECTORY' - please update your project C…
44 …message(WARNING " FREERTOS_PORT is not set. Please specify it from top-level CMake file (example):…
47 " -DFREERTOS_PORT=GCC_ARM_CM4F\n"
50 " A_CUSTOM_PORT - Compiler: User Defined Target: User Defined\n"
51 " BCC_16BIT_DOS_FLSH186 - Compiler: BCC Target: 16 bit DOS Flsh186\n"
52 " BCC_16BIT_DOS_PC - Compiler: BCC Target: 16 bit DOS PC\n"
53 " CCS_ARM_CM3 - Compiler: CCS Target: ARM Cortex-M3\n"
54 … " CCS_ARM_CM4F - Compiler: CCS Target: ARM Cortex-M4 with FPU\n"
55 " CCS_ARM_CR4 - Compiler: CCS Target: ARM Cortex-R4\n"
[all …]
DHistory.txt35 was last assigned to the task - which due to priority inheritance, may not
42 FreeRTOSConfig.h. We thank @mdnr-g for their contribution.
46 vTaskResume or vTaskResumeFromISR. We thank @Moral-Hao for their
49 FreeRTOS handlers for PendSV and SVCall interrupts on Cortex-M devices.
54 + Add CMake support to allow the application writer to select the RISC-V
58 + Make taskYIELD available to unprivileged tasks for ARMv8-M ports.
59 + Update Cortex-M23 ports to not use PSPLIM_NS. We thank @urutva for their
61 + Update the SysTick setup code for ARMv8-M ports to first configure the clock
66 + Add the port-optimized task selection algorithm optionally available for
67 ARMv7-M ports to the ARMv8-M ports. We thank @jefftenney for their
[all …]
Dsbom.spdx1 SPDXVersion: SPDX-2.2
2 DataLicense: CC0-1.0
3 SPDXID: SPDXRef-DOCUMENT
4 DocumentName: FreeRTOS-Kernel
5 DocumentNamespace: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/v11.0.1/sbom.spdx
7 Created: 2023-12-21T06:16:21Z
11 PackageName: FreeRTOS-Kernel
12 SPDXID: SPDXRef-Package-FreeRTOS-Kernel
14 PackageDownloadLocation: https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/v11.0.1
25 SPDXID: SPDXRef-File-queue.c
[all …]