robotology / icub-firmware

iCub Firmware
Other
11 stars 29 forks source link

Improved dual core boot for `amcfoc` #483

Closed marcoaccame closed 6 months ago

marcoaccame commented 6 months ago

This PR improves the PR #481 and adds some performance tests on the the cores.

The boot strategy now uses a SystemInit() function, the one executed before themain(), that changes its behavior depending on the four cases of CORE_CM4 or CORE_CM7 when it is dualcore_BOOT_cm4master or dualcore_BOOT_cm7master.

I have also:

This PR can be safely merged as it does not touch any other code than for board amcfoc.