openMMC icon indicating copy to clipboard operation
openMMC copied to clipboard

Move vTaskPayload from board specific directory to a generic implementation in modules/

Open augustofg opened this issue 2 years ago • 0 comments

The is a lot of duplicated code on port/board/afc-bpm/v3_1/payload.c, port/board/afc-fofb-ctrl/v3_1/payload.c, port/board/afc-timing/payload.c and port/board/afc-v4/payload.c. This can be unified in a single generic implementation of vTaskPayload that calls board specific functions for managing the payload power.

augustofg avatar Mar 17 '23 17:03 augustofg