mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 18:18:32 -04: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:
parent
0afc048cf2
commit
1d8df4752e
8 changed files with 689 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue