@@ -528,7 +528,7 @@ Changes between FreeRTOS V10.4.3 and FreeRTOS V10.4.4 released May 28 2021
528528 in more files.
529529 + Other minor updates include adding additional configASSERT() checks and
530530 correcting and improving code comments.
531- + Go look at the smp branch to see the progress towards the Symetric
531+ + Go look at the smp branch to see the progress towards the Symmetric
532532 Multiprocessing Kernel. https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp
533533
534534Changes between FreeRTOS V10.4.2 and FreeRTOS V10.4.3 released December 14 2020
@@ -2015,7 +2015,7 @@ Changes between V6.1.0 and V6.1.1 released January 14 2011
20152015 Embedded Workbench.
20162016 + Added a new port for the MSP430X core using the IAR Embedded Workbench.
20172017 + Updated all the RX62N demo projects that target the Renesas Demonstration
2018- Kit (RDK) to take into account the revered LED wiring on later hardware
2018+ Kit (RDK) to take into account the reversed LED wiring on later hardware
20192019 revisions, and the new J-Link debug interface DLL.
20202020 + Updated all the RX62N demo projects so the IO page served by the example
20212021 embedded web server works with all web browsers.
@@ -3174,7 +3174,7 @@ Changes between V1.2.3 and V1.2.4
31743174 xSerialPortInitMinimal() and the function xPortInit() has been renamed
31753175 to xSerialPortInit().
31763176 + The function sSerialPutChar() has been renamed cSerialPutChar() and
3177- the function return type chaned to portCHAR.
3177+ the function return type changed to portCHAR.
31783178 + The integer and flop tasks now include calls to tskYIELD(), allowing
31793179 them to be used with the cooperative scheduler.
31803180 + All the demo applications now use the integer and comtest tasks when the
@@ -3308,7 +3308,7 @@ Changes between V1.01 and V1.2.0
33083308 ports to allocate a different maximum number of priorities.
33093309 + By default the trace facility is off, previously USE_TRACE_FACILITY
33103310 was defined.
3311- + comtest.c now uses a psuedo random delay between sends. This allows for
3311+ + comtest.c now uses a pseudo random delay between sends. This allows for
33123312 better testing as the interrupts do not arrive at regular intervals.
33133313 + Minor change to the Flashlite serial port driver. The driver is written
33143314 to demonstrate the scheduler and is not written to be efficient.
0 commit comments