renesas-rx / amazon-freertos

A fork/prototype of the Amazon FreeRTOS to support Renesas RX MCUs. Please refer to our wiki for more details.
https://github.com/renesas-rx/amazon-freertos/wiki
MIT License
7 stars 6 forks source link

increase heap memory #11

Open HirokiIshiguro opened 5 years ago

HirokiIshiguro commented 5 years ago

Is your feature request related to a problem? Please describe.
increase heap memory at r_bsp_config.h for each project to 0x400. https://github.com/renesas-rx/amazon-freertos/blob/6589b4de2bc972cdfb31c71a3baeaa0dade03ab9/demos/renesas/rx65n-rsk/e2studio/ccrx/user_application/src/smc_gen/r_config/r_bsp_config.h#L180

In current setting, malloc does not work.

Describe the solution you would like.
malloc can work well.

Additional context
N/A

Thank you!