Lines Matching refs:c
5 + Add the following improvements to the new MPU wrapper (mpu_wrappers_v2.c)
18 + Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
211 is not tied to newlib and can be used with other c-runtime libraries also.
258 + Fix a warning in tasks.c when compiled with -Wduplicated-branches
260 + Fix compilation error in tasks.c when configSUPPORT_DYNAMIC_ALLOCATION
262 + Fix prvWriteMessageToBuffer() function in stream_buffer.c so that it correctly
329 + Minor refactor of timers.c that obsoletes the need for the
330 tmrCOMMAND_START_DONT_TRACE macro and removes the need for timers.c to
541 iodefine.h includes within that port's port.c file.
636 + Introduce #error if stream_buffer.c is built without
674 + Update mpu_wrappers.c to support static allocation.
681 tasks.c source file. When configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H is
683 will be included at the bottom of tasks.c. Functions defined in that
858 + Heap_1.c and Heap_2.c now use the configAPPLICATION_ALLOCATED_HEAP
859 settings, which previously was only used by heap_4.c.
908 + Minor updates to heap_5.c to remove compiler warnings generated by some
981 + Improve the NetworkInterface.c file provided for the Windows port of
997 + Exclude the whole of croutine.c if configUSE_CO_ROUTINES is set to 0.
1049 + Introduced configAPPLICATION_ALLOCATED_HEAP in heap_4.c to allow the
1110 + Introduce heap_5.c, which is similar to heap_4.c but allows the heap to
1121 + Simplify the alignment checks in heap_4.c.
1122 + Update the MSVC Windows simulator demo to use heap_5.c in place of
1123 heap_4.c to ensure end users have an example to refer to.
1214 + Add xPortGetMinimumEverFreeHeapSize() to heap_4.c.
1400 + Improve RAM usage efficiency of heap_4.c and heap_2.c.
1401 + Prevent heap_4.c from attempting to free memory blocks that were not
1402 allocated by heap_4.c, or have already been freed.
1437 + Corrected header comments in the het.c and het.h files (RM48/TMS570 demo).
1449 + Added the QueueSet.c common demo/test file. Several demo applications
1456 + Updated functions implemented in the core queue.c source file to allow
1457 queue.h to be included from the .c file directly (this prevents compiler
1462 + Updated all heap_x.c implementations to replace the structure that was
1467 + Minor changes to tasks.c that allow the state viewer plug-ins to display
1469 + Bug fix: Update prvProcessReceivedCommands() in timers.c to remove an
1514 + Added a new example heap allocation implementation (heap_4.c) that
1546 + Added a configASSERT() into the vPortFree() function in heap_1.c as it is
1619 + flash_timer.c/h has been added to the list of standard demo tasks. This
1620 performs the same functionality as the flash.c tasks, but using software
1765 FreeRTOS/Demo/Common/Utils/CommandInterpreter.c. This is still a work in
1770 flop.c called sp_flop.c. This is similar to flop.c, but uses single
1774 is used. Second, comtest_strings.c has been included to allow the test
1776 previous comtest.c only used single character transmission and reception.
1812 + Various enhancements to the kernel implementation in tasks.c. These are
1879 + Under specific conditions xFreeBytesRemaining within heap_2.c could end up
1889 + Fixed some build time compiler warnings in Demo/Common/Minimal/IntQueue.c.
1964 + New API function xPortGetFreeHeapSize() added to heap_1.c and heap_2.c.
2025 + Changed the Cortex M3 port.c asm statements to __asm so it can be
2056 + Heap_1.c and Heap_2.c used to define structures for the purpose of data
2160 + Updated queue.c to add in the means to allow interrupt nesting and for
2174 + Changed the blocktim.c test files as it is no longer legitimate for all
2176 + Added the IntQueue.c test file to test the calling of queue API functions
2277 + Added the GenQTest.c and QPeek.c to test and demonstrate the behaviour
2279 + Updated the LM3Sxxxx and PC ports to include the new GenQTest.c and
2280 QPeek.c files.
2317 + Updated ustdlib.c for the GCC LM3S6965 demo.
2344 + Changes to both task.c and queue.c as a result of testing performed on
2461 + Added the xMissedYield handling to tasks.c.
2481 the task.c code to be tidied up a bit.
2493 + Added new demo application file crflash.c. This demonstrates co-routine
2495 + Added new demo application file crhook.c. This demonstrates co-routine
2607 + The demo application file Demo/Common/Minimal/death.c has a slight
2695 tasks.c.
2697 + The portheap.c file included with the AVR port has been deleted. The
2705 tasks.c and no parameter is required.
2718 + In heap1.c an overflow check has been added to ensure the next free
2743 + Tasks.c - The strcpy call has been removed when copying across the task
2759 Demo/Common/Minimal/flash.c has been updated to demonstrate its use.
2813 + Slight modification to comtest.c to make the delay periods more random.
2819 + Extra comments added to the GCC ARM7 port.c and portISR.c files.
2820 + The memory pool allocated within heap_1.c has been placed within a
2837 + Added heap_1.c, heap_2.c and heap_3.c in the Source/Portable/MemMang
2839 + Replaced the portheap.c files for each demo application with one of the
2866 calls to the functions defined in print.c removed.
2884 + Added inline qualifier to context switch functions within task.c.
2954 + Rearranged tasks.c.
2955 + Added demo application file dynamic.c.
2956 + Updated the PC demo application to make use of dynamic.c.
2975 + Raised the priority of the Rx task in demo\full\comtest.c. This only
2991 Small fix made to the PIC specific port.c file described below.
3014 + Minor changes made to operation of minimal versions of comtest.c and
3015 integer.c.
3055 + Modified comtest.c to increase the rate at which the string is
3058 + The values of the constants used in both integer.c files have been
3080 Demo\Full\Comtest.c. This allows the use of the flashlite DMA serial
3083 + semtest.c creates four tasks, two of which operate at the idle priority.
3094 removed from list.c and added as macros in list.h.
3142 + comtest.c now uses a psuedo random delay between sends. This allows for
3188 + Prevent the call to kbhit() in main.c for debug builds as the debugger