Replies: 3 comments 1 reply
-
I guess you already had a look at the Architecture Porting Guide? Renesas is currently also in the process of adding support for their RX architecture, it may help checking those discussions as well. |
Beta Was this translation helpful? Give feedback.
-
@ks-bobban take a look at two architectures currently in the process of being added, RX and OpenRISC. No gcc support? What about emulation/simulation? |
Beta Was this translation helpful? Give feedback.
-
Dear Zephyr Team, Thank you for your response. We have added support for the dsPIC33AK128MC106 MCU/Board from Microchip to Zephyr RTOS and enabled this new architecture in the Zephyr RTOS kernel. Additionally, we have integrated the XC-DSC toolchain as per your guidance in (#81313). However, we are encountering issues while building object files for the following:
Please review the build failure details in the attached log:
Any guidance on resolving these build failures would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Hello Zephyr Community,
We are working on integrating the dsPIC33AK128MC106 MCU from Microchip into Zephyr RTOS.Since this architecture is not currently supported in Zephyr, we want to enable this new architecture to the Zephyr RTOS kernel. Additionally, Compiler is a proprietary toolchain from Microchip, and we want to add support for that as well in Zephyr.
We would like to know if there are any Zephyr dependencies, existing support files, or guidelines that we should be aware of while enabling Zephyr kernel support for this MCU. Any references to existing ports for similar architectures, toolchain integration steps, or build system modifications would be highly appreciated.
Below are the relevant links for the MCU and compiler:
MCU Datasheet (dsPIC33AK128MC106): Microchip Datasheet
MPLAB XC-DSC C Compiler: Microchip XC-DSC Compiler
We look forward to your guidance and any resources that can assist us in this porting effort.
Thanks & Regards,
Bobban KS
Beta Was this translation helpful? Give feedback.
All reactions