Renesas Porting

Hi, Someone has realized the porting on H8S/2633 of the Renesas? Thanks.

Renesas Porting

The H8S port was tested on an 2329.  If the 2633 has the same core then the porting effort should be minimal – maybe even just using a different linker file for the different memory.  Note that the 2633 has less RAM than the 2329 so you would have to reduce the heap size too – configMINIMAL_STACK_SIZE in FreeRTOSConfig.h header file. Regards.