FreeRTOS-Kernel/FreeRTOS/Demo/ColdFire_MCF52221_CodeWarrior/sources
RichardBarry a9680a54cf
Fix warnings after moving callback prototypes (#208)
* Recently the prototypes for the application hook functions were
moved out of the kernel .c files and into the .h files.  That
changes results in compile time warnings for projects that provide
hook functions with a slightly different prototype - in particular
where signed char * is used in place of just char * as an older
FreeRTOS coding convention required chars to be explicitly qualified
as signed or unsigned.

This checkin fixes the warnings by ensuring the signature of
implemented hook functions matches the signature of the prototypes.
2020-08-27 00:40:47 -07:00
..
ParTest Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate. 2020-02-07 20:14:50 +00:00
serial Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate. 2020-02-07 20:14:50 +00:00
cfm.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
exceptions.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
exceptions.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
FreeRTOS_Tick_Setup.c Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate. 2020-02-07 20:14:50 +00:00
FreeRTOSConfig.h Update version number in readiness for V10.3.0 release. Sync SVN with reviewed release candidate. 2020-02-07 20:14:50 +00:00
lwipopts.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
main.c Fix warnings after moving callback prototypes (#208) 2020-08-27 00:40:47 -07:00
MCF52221_sysinit.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
MCF52221_sysinit.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
printf-stdarg.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
startcf.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
startcf.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
stdlib.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
stdlib.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
support_common.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
uart_support.c Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
uart_support.h Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00