mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-01 11:53:53 -04:00
Revert Portable/WizC Formatting (#888)
* Revert formatting on WizC ports * Fix spelling mistakes --------- Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com> Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
parent
b3febb7416
commit
cb196ddbb1
5 changed files with 396 additions and 401 deletions
|
@ -27,17 +27,17 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* Changes from V3.0.0
|
||||
+ ISRcode pulled inline to reduce stack-usage.
|
||||
+
|
||||
+ Added functionality to only call vTaskSwitchContext() once
|
||||
+ when handling multiple interruptsources in a single interruptcall.
|
||||
+
|
||||
+ Filename changed to a .c extension to allow stepping through code
|
||||
+ using F7.
|
||||
+
|
||||
+ Changes from V3.0.1
|
||||
*/
|
||||
Changes from V3.0.0
|
||||
+ ISRcode pulled inline to reduce stack-usage.
|
||||
|
||||
+ Added functionality to only call vTaskSwitchContext() once
|
||||
when handling multiple interruptsources in a single interruptcall.
|
||||
|
||||
+ Filename changed to a .c extension to allow stepping through code
|
||||
using F7.
|
||||
|
||||
Changes from V3.0.1
|
||||
*/
|
||||
|
||||
/*
|
||||
* ISR for the tick.
|
||||
|
@ -76,4 +76,4 @@
|
|||
|
||||
#pragma wizcpp uselib "$__PATHNAME__/Tick.c"
|
||||
|
||||
#endif /* _FREERTOS_DRIVERS_TICK_ISRTICK_C */
|
||||
#endif /* _FREERTOS_DRIVERS_TICK_ISRTICK_C */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue