Hi Everyone,
I have uploaded the files for CS+ freeRTOS porting, you can find it here.
Regards,
Dinesh
Hi Everyone,
I have uploaded the files for CS+ freeRTOS porting, you can find it here.
Regards,
Dinesh
Hello,
Is the license GPL2?
Best regards,
NoMaY
Yes you can use it freely.
Regards,
Dinesh
Which file is GPL2? This is MIT https://github.com/dinguluer/Renesas/blob/master/RH850/freeRTOS/V10.4.1/CS%2B%20with%20inline%20asm/RTOS/portable/CS%2B/port.c
Yes it is released under MIT.
Hello Dinesh,
Thank you for your reply. I see that now your port is released under the MIT license on your GitHub repo.
Best regards,
NoMaY
Hello Dinesh,
By the way, I notice that unfortunately your GitHub repo can’t be found by the following search…
https://github.com/search?q=RH850
I think that maybe the search result can be improved by adding keyword ‘RH850’ to ‘About’ of the repo.
Best regards,
NoMaY
I am facing issue in FreeRTOS ported for Rh850 U2A16 , but i am facing issue in vTasKDelay function
it goes stuck in portYIELD_WITHIN_API(); and goes to _Dummy_EI:
** br _Dummy_EI** and didnt come out of this
please provide solution for these
I assume you are working off this port:
Do you still have the issue?
I think @keyur_khatri’s issue was resolved in this post - freeRTOS port to RH850 - #14 by keyur_khatri.