Lines Matching refs:c
24 heap_4.c and heap_5.c to help catch pointer corruptions. The application can
69 + Improve the speed of pvPortMalloc in heap_4.c and heap_5.c by removing
72 + Shorten the critical section in pvPortMalloc in heap_2.c, heap_4.c and
73 heap_5.c by moving the size calculation out of the critical section. We thank
97 + Add the following improvements to the new MPU wrapper (mpu_wrappers_v2.c)
110 + Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
303 is not tied to newlib and can be used with other c-runtime libraries also.
350 + Fix a warning in tasks.c when compiled with -Wduplicated-branches
352 + Fix compilation error in tasks.c when configSUPPORT_DYNAMIC_ALLOCATION
354 + Fix prvWriteMessageToBuffer() function in stream_buffer.c so that it correctly
421 + Minor refactor of timers.c that obsoletes the need for the
422 tmrCOMMAND_START_DONT_TRACE macro and removes the need for timers.c to
633 iodefine.h includes within that port's port.c file.
728 + Introduce #error if stream_buffer.c is built without
766 + Update mpu_wrappers.c to support static allocation.
773 tasks.c source file. When configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H is
775 will be included at the bottom of tasks.c. Functions defined in that
950 + Heap_1.c and Heap_2.c now use the configAPPLICATION_ALLOCATED_HEAP
951 settings, which previously was only used by heap_4.c.
1000 + Minor updates to heap_5.c to remove compiler warnings generated by some
1073 + Improve the NetworkInterface.c file provided for the Windows port of
1089 + Exclude the whole of croutine.c if configUSE_CO_ROUTINES is set to 0.
1141 + Introduced configAPPLICATION_ALLOCATED_HEAP in heap_4.c to allow the
1202 + Introduce heap_5.c, which is similar to heap_4.c but allows the heap to
1213 + Simplify the alignment checks in heap_4.c.
1214 + Update the MSVC Windows simulator demo to use heap_5.c in place of
1215 heap_4.c to ensure end users have an example to refer to.
1306 + Add xPortGetMinimumEverFreeHeapSize() to heap_4.c.
1492 + Improve RAM usage efficiency of heap_4.c and heap_2.c.
1493 + Prevent heap_4.c from attempting to free memory blocks that were not
1494 allocated by heap_4.c, or have already been freed.
1529 + Corrected header comments in the het.c and het.h files (RM48/TMS570 demo).
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
1554 + Updated all heap_x.c implementations to replace the structure that was
1559 + Minor changes to tasks.c that allow the state viewer plug-ins to display
1561 + Bug fix: Update prvProcessReceivedCommands() in timers.c to remove an
1606 + Added a new example heap allocation implementation (heap_4.c) that
1638 + Added a configASSERT() into the vPortFree() function in heap_1.c as it is
1711 + flash_timer.c/h has been added to the list of standard demo tasks. This
1712 performs the same functionality as the flash.c tasks, but using software
1857 FreeRTOS/Demo/Common/Utils/CommandInterpreter.c. This is still a work in
1862 flop.c called sp_flop.c. This is similar to flop.c, but uses single
1866 is used. Second, comtest_strings.c has been included to allow the test
1868 previous comtest.c only used single character transmission and reception.
1904 + Various enhancements to the kernel implementation in tasks.c. These are
1971 + Under specific conditions xFreeBytesRemaining within heap_2.c could end up
1981 + Fixed some build time compiler warnings in Demo/Common/Minimal/IntQueue.c.
2056 + New API function xPortGetFreeHeapSize() added to heap_1.c and heap_2.c.
2117 + Changed the Cortex M3 port.c asm statements to __asm so it can be
2148 + Heap_1.c and Heap_2.c used to define structures for the purpose of data
2252 + Updated queue.c to add in the means to allow interrupt nesting and for
2266 + Changed the blocktim.c test files as it is no longer legitimate for all
2268 + Added the IntQueue.c test file to test the calling of queue API functions
2369 + Added the GenQTest.c and QPeek.c to test and demonstrate the behaviour
2371 + Updated the LM3Sxxxx and PC ports to include the new GenQTest.c and
2372 QPeek.c files.
2409 + Updated ustdlib.c for the GCC LM3S6965 demo.
2436 + Changes to both task.c and queue.c as a result of testing performed on
2553 + Added the xMissedYield handling to tasks.c.
2573 the task.c code to be tidied up a bit.
2585 + Added new demo application file crflash.c. This demonstrates co-routine
2587 + Added new demo application file crhook.c. This demonstrates co-routine
2699 + The demo application file Demo/Common/Minimal/death.c has a slight
2787 tasks.c.
2789 + The portheap.c file included with the AVR port has been deleted. The
2797 tasks.c and no parameter is required.
2810 + In heap1.c an overflow check has been added to ensure the next free
2835 + Tasks.c - The strcpy call has been removed when copying across the task
2851 Demo/Common/Minimal/flash.c has been updated to demonstrate its use.
2905 + Slight modification to comtest.c to make the delay periods more random.
2911 + Extra comments added to the GCC ARM7 port.c and portISR.c files.
2912 + The memory pool allocated within heap_1.c has been placed within a
2929 + Added heap_1.c, heap_2.c and heap_3.c in the Source/Portable/MemMang
2931 + Replaced the portheap.c files for each demo application with one of the
2958 calls to the functions defined in print.c removed.
2976 + Added inline qualifier to context switch functions within task.c.
3046 + Rearranged tasks.c.
3047 + Added demo application file dynamic.c.
3048 + Updated the PC demo application to make use of dynamic.c.
3067 + Raised the priority of the Rx task in demo\full\comtest.c. This only
3083 Small fix made to the PIC specific port.c file described below.
3106 + Minor changes made to operation of minimal versions of comtest.c and
3107 integer.c.
3147 + Modified comtest.c to increase the rate at which the string is
3150 + The values of the constants used in both integer.c files have been
3172 Demo\Full\Comtest.c. This allows the use of the flashlite DMA serial
3175 + semtest.c creates four tasks, two of which operate at the idle priority.
3186 removed from list.c and added as macros in list.h.
3234 + comtest.c now uses a psuedo random delay between sends. This allows for
3280 + Prevent the call to kbhit() in main.c for debug builds as the debugger