Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

Port to uC-OSIII

Has anyone ported the uC-OSIII to the NIOS. We have a licensed the code but its not ported to the NIOS. I could probably work through the uC-OSII but I thought I would save some time if someone had this completed. Also I would like to know how it was integrated into the BSP (ucOSII) generated from the Eclipse SBT.

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    As far as I know the port hasn't been done. We didn't hear about it on this forum at least, but a few other users were interested too at one point.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Some support from Micrium indicated you dont try and integrate it with the uCOSII BSP generated from Altera. You need to bring the OS directly into your app and generate a HAL BSP (+ some additional CPU porting code). Unfortunately this will break the newlib context switching for the library support. Does anyone know offhand what else will break?