mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 13:15:19 -05:00
Update more typos in history.txt
This commit is contained in:
parent
53006508be
commit
958a15354c
2 changed files with 5 additions and 5 deletions
|
|
@ -528,7 +528,7 @@ Changes between FreeRTOS V10.4.3 and FreeRTOS V10.4.4 released May 28 2021
|
||||||
in more files.
|
in more files.
|
||||||
+ Other minor updates include adding additional configASSERT() checks and
|
+ Other minor updates include adding additional configASSERT() checks and
|
||||||
correcting and improving code comments.
|
correcting and improving code comments.
|
||||||
+ Go look at the smp branch to see the progress towards the Symetric
|
+ Go look at the smp branch to see the progress towards the Symmetric
|
||||||
Multiprocessing Kernel. https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp
|
Multiprocessing Kernel. https://github.com/FreeRTOS/FreeRTOS-Kernel/tree/smp
|
||||||
|
|
||||||
Changes between FreeRTOS V10.4.2 and FreeRTOS V10.4.3 released December 14 2020
|
Changes 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
|
||||||
Embedded Workbench.
|
Embedded Workbench.
|
||||||
+ Added a new port for the MSP430X core using the IAR Embedded Workbench.
|
+ Added a new port for the MSP430X core using the IAR Embedded Workbench.
|
||||||
+ Updated all the RX62N demo projects that target the Renesas Demonstration
|
+ Updated all the RX62N demo projects that target the Renesas Demonstration
|
||||||
Kit (RDK) to take into account the revered LED wiring on later hardware
|
Kit (RDK) to take into account the reversed LED wiring on later hardware
|
||||||
revisions, and the new J-Link debug interface DLL.
|
revisions, and the new J-Link debug interface DLL.
|
||||||
+ Updated all the RX62N demo projects so the IO page served by the example
|
+ Updated all the RX62N demo projects so the IO page served by the example
|
||||||
embedded web server works with all web browsers.
|
embedded web server works with all web browsers.
|
||||||
|
|
@ -3174,7 +3174,7 @@ Changes between V1.2.3 and V1.2.4
|
||||||
xSerialPortInitMinimal() and the function xPortInit() has been renamed
|
xSerialPortInitMinimal() and the function xPortInit() has been renamed
|
||||||
to xSerialPortInit().
|
to xSerialPortInit().
|
||||||
+ The function sSerialPutChar() has been renamed cSerialPutChar() and
|
+ The function sSerialPutChar() has been renamed cSerialPutChar() and
|
||||||
the function return type chaned to portCHAR.
|
the function return type changed to portCHAR.
|
||||||
+ The integer and flop tasks now include calls to tskYIELD(), allowing
|
+ The integer and flop tasks now include calls to tskYIELD(), allowing
|
||||||
them to be used with the cooperative scheduler.
|
them to be used with the cooperative scheduler.
|
||||||
+ All the demo applications now use the integer and comtest tasks when the
|
+ 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
|
||||||
ports to allocate a different maximum number of priorities.
|
ports to allocate a different maximum number of priorities.
|
||||||
+ By default the trace facility is off, previously USE_TRACE_FACILITY
|
+ By default the trace facility is off, previously USE_TRACE_FACILITY
|
||||||
was defined.
|
was defined.
|
||||||
+ comtest.c now uses a psuedo random delay between sends. This allows for
|
+ comtest.c now uses a pseudo random delay between sends. This allows for
|
||||||
better testing as the interrupts do not arrive at regular intervals.
|
better testing as the interrupts do not arrive at regular intervals.
|
||||||
+ Minor change to the Flashlite serial port driver. The driver is written
|
+ Minor change to the Flashlite serial port driver. The driver is written
|
||||||
to demonstrate the scheduler and is not written to be efficient.
|
to demonstrate the scheduler and is not written to be efficient.
|
||||||
|
|
|
||||||
|
|
@ -1054,7 +1054,7 @@
|
||||||
|
|
||||||
/**---------------------------------------------------------------------------- */
|
/**---------------------------------------------------------------------------- */
|
||||||
/** \fn AT91F_CKGR_CfgMainOscStartUpTime */
|
/** \fn AT91F_CKGR_CfgMainOscStartUpTime */
|
||||||
/** \brief Cfg MORE Register according to the main osc startup time */
|
/** \brief Cfg MOR Register according to the main osc startup time */
|
||||||
/**---------------------------------------------------------------------------- */
|
/**---------------------------------------------------------------------------- */
|
||||||
__inline void AT91F_CKGR_CfgMainOscStartUpTime( AT91PS_CKGR pCKGR, /* \arg pointer to CKGR controller */
|
__inline void AT91F_CKGR_CfgMainOscStartUpTime( AT91PS_CKGR pCKGR, /* \arg pointer to CKGR controller */
|
||||||
unsigned int startup_time, /* \arg main osc startup time in microsecond (us) */
|
unsigned int startup_time, /* \arg main osc startup time in microsecond (us) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue