diff --git a/doc/embedded/supported_boards.md b/doc/embedded/supported_boards.md new file mode 100644 index 0000000000..56959ada4c --- /dev/null +++ b/doc/embedded/supported_boards.md @@ -0,0 +1,39 @@ +## List of supported architectures + +The following table contains a list of different architectures, to cross +compile mlpack to any one these architectures please refer to these guides. +This table refers only to possible values of `BOARD_NAME` CMake flag that needs +to be specified before the compilation process starts. + +please check its architecture of your board before specifying the parameter: + + +| BOARD\_NAME | +--------------- +| ARM11 | +--------------- +| CORTEXA7 | +--------------- +| CORTEXA8 | +--------------- +| CORTEXA9 | +--------------- +| CORTEXA15 | +--------------- +| CORTEXA53 | +--------------- +| CORTEXA72 | +--------------- +| CORTEXA76 | +--------------- +| C906 | +--------------- +| x280 | +--------------- +| KATAMI | +--------------- +| NORTHWOOD | +--------------- +| COPPERMINE | +--------------- +