Lines Matching full:with
28 with snprintf.
29 + Add trace macros to ports that enable tracing the interaction of ISRs with
57 with static allocation only. We thank @conara for their contribution.
103 - Wrap parameters for system calls with more than four parameters in a
124 tasks. The following is the list of changes introduced with the new MPU
134 system calls, which execute with elevated privilege, now use a
204 the number of bits in an event group also increases with big data type. Contributed
215 interrupts with priority higher than the configMAX_SYSCALL_INTERRUPT_PRIORITY.
225 these ports inline with the newer ARMv8-M ports. Contributed by @chrisnc.
246 to invoke any function with privilege by passing it as a parameter to
257 FreeRTOS MPU API wrapper function with a manually crafted stack frame.
297 or message buffer instance with application provided callback overrides. When
303 is not tied to newlib and can be used with other c-runtime libraries also.
327 without any warning with -Wmissing-prototypes compiler option.
340 a BaseType_t. The legacy function uxTimerGetAutoReload is retained with the
343 vTaskStepTick() with xExpectedIdleTime ticks to step. The new code
349 are protected with a mutex. Contributed by @clemenskresser.
350 + Fix a warning in tasks.c when compiled with -Wduplicated-branches
437 + Replace configASSERT( pcQueueName ) in vQueueAddToRegistry with a NULL
450 + Additional minor formatting updates, including replacing tabs with spaces
479 vTaskDelayUntil(), with the addition of returning a value to
507 extended with API functions postfixed with "Indexed" to enable the API to
525 + The prototypes for callback functions (those that start with "Application",
587 has the same type as variables with which it is compared to, and therefore
621 + Added GCC RISC-V MCU port with three separate demo applications.
623 with Keil simulator demo.
644 complex and was moved to FreeRTOS.h with a table explaining its definition.
687 + Fix minor niggles when the MPU is used with regards to prototype
732 interfaces when FreeRTOS+TCP is used on Windows with WinPCap.
744 + Move FreeRTOS+TCP into the main repository, along with the basic Win32
765 + Updated GCC TriCore port to build with later compiler versions.
768 when the IAR compiler was used with maximum optimization.
796 + Only fill the stack of a newly created task with a known value if stack
800 with the MPU.
812 accordance with the priority inheritance protocol).
839 all the threads run on the same core, and the threads run with very high
850 remove a parameter and improve compatibility with other new
864 strict compliance with the ARM Cortex-M3/4/7 architecture documentation
880 + MPS430X IAR port: Update to be compatible with the latest EW430 tools
990 + Add support for PIC32MZ EF parts (with floating point) into the PIC32MZ
1007 + Update directory names to use WolfSSL instead of CyaSSL, inline with
1015 + Add demo applications for Renesas RZ/T (Cortex-R), PIC32MZ EF (PIC32 with
1036 with the hardware documentation.
1039 at the time the task was created. Now all tasks are created with
1128 a semaphore can now be replaced with a task notification which is smaller
1135 + Queues are now allocated with a single call to pvPortMalloc() which
1160 human readable tables now pad task names with spaces to ensure columns
1180 + Updated all demos that use FreeRTOS+Trace to work with the latest trace
1193 give a mutex type semaphore (with priority inheritance) from an interrupt
1200 + Improved the priority inheritance algorithms to assist integration with
1227 example that demonstrates lwIP being used with both its raw and sockets
1229 + Updated the CCS Cortex-R4 port to enable it to be built with the latest
1271 + Updated the XMC4200 IAR project so it links with version 7.x of the IAR
1357 recommended to use vSemaphoreCreateBinary() (the version prefixed with a
1365 correctly with the updated co-operative scheduling behaviour.
1405 + Replace double quotes (") with single quotes (') in FreeRTOS+CLI help
1406 strings to ensure the strings can be used with the JSON descriptions used
1413 + Added a demo for the Infineon Cortex-M0 that can be built with the IAR
1416 with additional build configurations to directly support the XMC4200 and
1425 compatible with the STM32 standard peripheral driver library, and adds
1436 FreeRTOS V7.5.0 is backward compatible with FreeRTOS V7.4.0 with one
1495 + As FreeRTOS now comes with FreeRTOS+FAT SL (donated by HCC) the Chan FATfs
1510 + To ensure strict conformance with the spec and ensure compatibility with
1517 directory with Source and Demo subdirectories.
1519 + Changed (unsigned) casting in calls to standard library functions with
1527 + Updated the Cortex_M4F_Infineon_XMC4500_IAR demo to build with the latest
1536 + Overhauled the default tickless idle mode implementation provided with the
1538 + Enhanced tickless support in the core kernel code with the introduction of
1547 pre-processor macro for backward compatibility with the previous name.
1552 with the CLZ compiler intrinsic that is provided by the latest versions of
1555 used to ensure the start of the heap was aligned with a more portable
1569 with implementations that make use of architecture specific instructions.
1602 FreeRTOS V7.2.0 is backward compatible with FreeRTOS V7.1.2.
1622 ensure it compiles with the latest ARM GCC compilers from Linaro.
1629 + Added comments in the FreeRTOSConfig.h files associated with Cortex-M3 and
1647 to ensure compatibility with FreeRTOS MPU.
1660 + Cortex-M4F GCC (with full floating point support)
1695 conformance with the instructions on using DINT.
1716 project with PIC32MX360, PIC32MX460 and PIC32MX795 configurations,
1723 + Updated various FreeRTOSConfig.h header files associated with projects
1724 that build with Eclipse to include a #error statement informing the user
1729 tested to also work with later Code Composer Studio versions.
1804 where vTaskPrioritySet() is called with a null parameter.
1849 + All ARM IAR projects have been updated to build with the latest V6.2.x
1885 with the recommendations of the MIPS core manual, and ensure 8 byte stack
1893 FreeRTOS V7.0.0 is backward compatible with FreeRTOS V6.x.x
1903 (MSP430X with CCS4 and STM32 with TrueStudio).
1924 + Updated the PIC24, dsPIC and PIC32 projects so they work with the latest
1944 embedded web server works with all web browsers.
1945 + Updated the Red Suite projects to work with the up coming Red Suite
1967 has been asked for on numerous occasions to assist with initialisation
1972 with an incorrect value. This has been fixed.
2014 + Updated IAR SAM7S and SAM7X ports to work with IAR V5.40.
2041 FreeRTOS V6 is backward compatible with FreeRTOS V5.x.
2066 with the latest IDE versions.
2067 + The linker scripts used with command line GCC demos have been updated to
2068 include an eh_frame section to allow their use with the latest Yagarto
2104 + Replaced the LPC1766 Red Suite demo with an LPC1768 Red Suite demo. The
2107 + Added LPC1768 Rowley demo with zero copy Ethernet driver.
2159 always return with interrupts enabled.
2172 + Updated the STM32 primer files to allow them to be built with the latest
2191 Keil compiler with a new port that uses the new Keil/RVDS combo.
2199 + Replaced the two separate MSP430/Rowley port layers with a single and more
2236 an assembly file to allow use with all MPLAB compiler versions. This also
2328 + Updating demos to allow more to run with the co-operative scheduler.
2350 + Added 'extern "C"' to all the header files to facilitate use with C++.
2357 ensure correct behaviour no matter which GCC version is used, with or
2387 + Updated the AVR32 port to ensure correct behaviour with full compiler
2416 + Updated the PIC24 and dsPIC demos to build with V3.0 of the PIC30 GCC
2424 + Update to WizC PIC18 port to permit its use with version 14 of the
2448 xQueueCRReceive as it exited with interrupts enabled. Thanks Paul Katz.
2449 + Tasks that block on events with a timeout of portMAX_DELAY are now
2476 behaviour when used with later compiler versions.
2518 + The uIP Rowley project has been updated to build with V1.6 of CrossWorks.
2552 + Added a Luminary Micro port and demo for use with Rowley CrossWorks.
2568 with every port:
2581 + Updated the WinAVR demo to compile with the latest version of WinAVR
2582 with no warnings generated.
2594 + Updated the H8S demo to compile with the latest version of GCC.
2618 + Modified the GCC ARM7 port layer to allow use with GCC V4.0.0 and above.
2629 Previously versions worked with the RMII interface only.
2648 + Updated the J-Link macro file included with the SAM7X uIP demo project
2656 + Renamed events.h to mevents.h to prevent it conflicting with the events.h
2681 one task is blocked on a semaphore or queue, the task with the highest
2715 + Updated the CrossWorks uIP demo to build with V1.4 of CrossWorks.
2756 source/portable/GCC/ARM7_LPC2000 so it is compatible with the naming
2789 + The portheap.c file included with the AVR port has been deleted. The
2826 + AVR port - Replaced the inb() and outb() functions with direct memory
2827 access. This allows the port to be built with the 20050414 build of
2845 mask with the RX_DATA_BK1.
2861 along with the IAR development tools.
2871 files. This allows their use with V1.3 of Open Watcom.
2931 + Replaced the portheap.c files for each demo application with one of the
2957 equivalent to their Demo/Common/Full counterparts but with the
3066 has an error percentage of less than one percent with an 8MHz clock.
3074 compiling with Open Watcom. Other minor enhancements were made to the
3093 An optional exception has been included with the GPL. See the licensing
3102 them to be used with the cooperative scheduler.
3104 cooperative scheduler is being used. Previously they were only used with
3134 The makefile and buildcoff.bat files included with the AVR demo application
3135 have been modified for use with the September 2003 build of WinAVR. No
3141 to use the Borland V4.52 compiler, as supplied with the Flashlite 186
3158 at improving the context switch time - with is now approximately 10% faster.
3207 demo\common\full. The files in the full directory are for systems with
3209 minimal directory are for systems with limited RAM and no display
3227 accordance with the naming convention. For example