Lines Matching full:file
5 + Updated the SBOM file.
20 starting point to create the FreeRTOSConfig.h file for their application.
110 + Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
376 + Update the uncrustify config file to match the version of the uncrustify
543 + ./FreeRTOS-Labs directory was removed from this file. The libraries it
590 script (scatter file) variables instead of being hard coded.
633 iodefine.h includes within that port's port.c file.
664 + Reverted moving some variables from file to function scope as doing so
773 tasks.c source file. When configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H is
774 set to 1 a user provided header file called freertos_task_c_additions.h
776 header file can call freertos_tasks_c_additions_init(), which in turn
1069 a fail safe transactional file system ideal for applications that require
1070 file storage, and especially when high reliability is essential.
1073 + Improve the NetworkInterface.c file provided for the Windows port of
1117 + NEW HEADER FILE REQUIRED! Obsolete definitions have been separated into
1118 a new header file called FreeRTOS/Source/include/deprecated_definitions.h.
1119 This header file must be present to build. Note some of the obsolete
1264 + Minor fixes to FreeRTOS+FAT SL - namely seeking beyond the end of a file
1461 are now incorporated into the main FreeRTOS zip file download:
1541 + Added the QueueSet.c common demo/test file. Several demo applications
1548 + Updated functions implemented in the core queue.c source file to allow
1549 queue.h to be included from the .c file directly (this prevents compiler
1725 that the CreateProjectDirectoryStructure.bat batch file needs to be
1811 incorporated into the main FreeRTOS zip file download.
1813 incorporated into the main FreeRTOS zip file download.
1815 been incorporated into the main FreeRTOS zip file download. This includes
1824 incorporated into the main FreeRTOS zip file download. Projects are
1898 + Introduced a new common demo application file to exercise the new timer
1993 + The project file located in the Demo/CORTEX_STM32F107_GCC_Rowley directory
2019 + Updated the startup file for the RVDS LPC21xx demo.
2051 license.txt file included in the download has been fixed (the previous
2074 file.
2211 inclusion. #error message have been added to all such header file
2235 + Moved the PIC24 and dsPIC versions of vPortYield() from the C file to
2236 an assembly file to allow use with all MPLAB compiler versions. This also
2268 + Added the IntQueue.c test file to test the calling of queue API functions
2477 + Added the LPC2138 CrossWorks demo into the zip file. Previously this was
2520 around (inconsistent to the description in the file). This has been
2567 + Added the following definitions to the FreeRTOSConfig.h file included
2585 + Added new demo application file crflash.c. This demonstrates co-routine
2587 + Added new demo application file crhook.c. This demonstrates co-routine
2601 j-link macro file configures the PLL before the code executes so
2636 + Corrected the capitalisation of some header file includes and makefile
2648 + Updated the J-Link macro file included with the SAM7X uIP demo project
2699 + The demo application file Demo/Common/Minimal/death.c has a slight
2719 file configuration.
2774 new header file called 'FreeRTOSConfig.h'. 'portmacro.h' should now
2789 + The portheap.c file included with the AVR port has been deleted. The
2798 + The header file 'FreeRTOS.h' has been created and is used to include
2802 + The header file 'errors.h' has been deleted. The definitions it
2824 individual portmacro.h file as portMAX_TASK_NAME_LEN. This allows RAM
2839 + There are now two tracecon executables (that convert the trace file binary
2840 into an ASCII file). One for big endian targets and one for little endian
2850 + Added the API function vTaskDelayUntil(). The demo app file
2933 + Updated the portmacro.h file for each demo application to include the
2966 header file was included in portmacro.s90.
3044 the API pages). The macros have been added to each portmacro.h file (
3047 + Added demo application file dynamic.c.
3083 Small fix made to the PIC specific port.c file described below.
3118 The zip file also contains a pre-release version of the PIC18 port. This
3249 The assembler file portasm.asm has been replaced by a header file
3264 + portasm.asm file removed.