Searched refs:header (Results 1 – 9 of 9) sorted by relevance
/FreeRTOS-Kernel/.github/scripts/ |
A D | kernel_checker.py | 160 header, argument 170 super().__init__(header, padding, ignored_files, ignored_ext, ignored_patterns, 190 chunk = file.read(len("".join(self.header)) + self.padding) 192 : len(self.header) + 2
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/ |
A D | CMakeLists.txt | 36 …# We need to inject the following header file into ALL SDK files (which we do via the config heade…
|
/FreeRTOS-Kernel/.github/workflows/ |
A D | kernel-checks.yml | 16 # There is shared code, hosted by FreeRTOS/FreeRTOS, with deps needed by header checker 59 # Use the python script to check the copyright header of modified files.
|
A D | kernel-demos.yml | 204 # This repository contains the microblaze_instructions.h header file
|
/FreeRTOS-Kernel/include/ |
A D | stdint.readme | 40 * header file, as that directory will already be in the compiler's include
|
/FreeRTOS-Kernel/ |
A D | MISRA.md | 37 header file is not useful as the assembly code will still need to declare it 43 and therefore, not declared in a header file.
|
A D | README.md | 6 This repository contains FreeRTOS kernel source/header files and kernel 131 - The ```./include``` directory contains the real time kernel header files.
|
A D | History.txt | 988 header file can call freertos_tasks_c_additions_init(), which in turn 1331 This header file must be present to build. Note some of the obsolete 1614 + Correct the __NVIC_PRIO_BITS setting in the LPC18xx.h header files 2285 various memory allocation files and into the common portable.h header 2422 + Some header files require that FreeRTOS.h be included prior to their 2423 inclusion. #error message have been added to all such header file 2986 new header file called 'FreeRTOSConfig.h'. 'portmacro.h' should now 3014 + The header file 'errors.h' has been deleted. The definitions it 3178 header file was included in portmacro.s90. 3261 + Updated the documentation contained in the kernel header files. [all …]
|
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARM_TFM/ |
A D | README.md | 73 These files are the necessary header files to call TF-M services.
|
Completed in 13 milliseconds