FreeRTOS-Kernel/FreeRTOS/Demo/CORTEX_LM3S6965_GCC_QEMU
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
..
.settings Fix warnings after moving callback prototypes (#208) 2020-08-27 00:40:47 -07:00
LocalDemoFiles Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
.cproject Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
.project Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
FreeRTOSConfig.h Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
main.c Fix warnings after moving callback prototypes (#208) 2020-08-27 00:40:47 -07:00
RTOSDemo Debug.launch Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
standalone.ld Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
Start_QEMU.launch Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
start_quem_and_debug.launch Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
StartQEMU.bat Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
startup.c Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
trcConfig.h Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00
trcSnapshotConfig.h Use new QEMU test project to improve stream/message buffer tests (#168) 2020-08-11 10:50:30 -07:00