mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-05 19:22:31 -05:00
Continued development on NEC ports.
This commit is contained in:
parent
fe73d24184
commit
9323cea425
7 changed files with 58 additions and 37 deletions
|
|
@ -64,7 +64,7 @@
|
|||
*
|
||||
* This setting must match the setting in the IAR project options.
|
||||
*/
|
||||
#define configMEMORY_MODE 1
|
||||
#define configMEMORY_MODE 0
|
||||
|
||||
/*
|
||||
* Application specific definitions.
|
||||
|
|
@ -135,7 +135,7 @@
|
|||
#include <io78f1009_64.h>
|
||||
#include <io78f1009_64_ext.h>
|
||||
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 2400 ) )
|
||||
#define configTOTAL_HEAP_SIZE ( (size_t ) ( 2500 ) )
|
||||
|
||||
#endif /* _IAR_78K0R_Kx3L__ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue