ardupilot icon indicating copy to clipboard operation
ardupilot copied to clipboard

add MFT-SEMA100 board

Open EternAlmox opened this issue 1 year ago • 4 comments

EternAlmox avatar Apr 27 '24 13:04 EternAlmox

Test Setup Board

EternAlmox avatar Apr 27 '24 17:04 EternAlmox

look at this PR for an example of readme.md, images, info required for documentation: (xls doc not required) https://github.com/ArduPilot/ardupilot/pull/26854 also how commits are organized it is usually a good idea to make the board_types.txt a separate PR to reserve the board id since it might be taken while this PR gets finalized and documentation provided....avoids having thee change your board id at the last minute when this gets about to be merged

Hwurzburg avatar Apr 28 '24 22:04 Hwurzburg

@EternAlmox will review docs tomorrow...having hospital procedure done today

Hwurzburg avatar Apr 29 '24 12:04 Hwurzburg

Started my review, but before I can complete it I need the mapping from the marked TXn/RXn pins on the board to the CPU's uarts...the docs are inconsistent....please provide a list and then I can finish the review

also, the current definition leaves no UART with full DMA on TX and RX so some RC protocols will not be supported (CRSF,ELRS,etc.)...and the second GPS does not have DMA, requiring ALL GPSes to be restricted to 115K, this needs to be changed

Hwurzburg avatar May 02 '24 17:05 Hwurzburg