mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-27 09:38:16 +00:00
Update Renesas GCC compiler ports (#135)
* Add RX200 GCC compiler Signed-off-by: Dinh Van Nam <vannam.dinh.xt@renesas.com> * Update GCC compiler for: * RX600v2 * RX600 * RX100 Signed-off-by: Dinh Van Nam <vannam.dinh.xt@renesas.com> * Use configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H flag * Use configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H flag RX100, RX200 Co-authored-by: Dinh Van Nam <vannam.dinh.xt@renesas.com>
This commit is contained in:
committed by
GitHub
parent
0afc048cf2
commit
1d8df4752e
@@ -43,6 +43,12 @@ extern "C" {
|
||||
*-----------------------------------------------------------
|
||||
*/
|
||||
|
||||
/* When the FIT configurator or the Smart Configurator is used, platform.h has to be
|
||||
* used. */
|
||||
#ifndef configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H
|
||||
#define configINCLUDE_PLATFORM_H_INSTEAD_OF_IODEFINE_H 0
|
||||
#endif
|
||||
|
||||
/* Type definitions - these are a bit legacy and not really used now, other than
|
||||
portSTACK_TYPE and portBASE_TYPE. */
|
||||
#define portCHAR char
|
||||
|
||||
Reference in New Issue
Block a user