Pull request #40: PINDSW-6929 Fix gen buildfiles issue for AM263x MCSDK
Merge in PINDSW/motor_control_sdk from PINDSW-6929_Fix-gen-buildfiles-issue-for-AM263x-MCSDK to next * commit '6337509ba7b897c5b1aeff91696f8a3d59d0ba37': am263x : build : fix product.json issue for AM263x MCSDK am263x : build : fix gen-buildfiles issue for AM263x MCSDK
This commit is contained in:
commit
4e2bafc816
@ -12,11 +12,9 @@
|
|||||||
"/kernel/dpl",
|
"/kernel/dpl",
|
||||||
"/drivers/drivers",
|
"/drivers/drivers",
|
||||||
"/board/board",
|
"/board/board",
|
||||||
"/fs/fs",
|
|
||||||
"/networking/networking",
|
"/networking/networking",
|
||||||
"/security/security",
|
"/security/security",
|
||||||
"/usb/usb",
|
"/xbar/xbar",
|
||||||
"/pru_io/pru_io",
|
|
||||||
],
|
],
|
||||||
"devices": [
|
"devices": [
|
||||||
"AM64x",
|
"AM64x",
|
||||||
|
|||||||
@ -137,5 +137,6 @@ module.exports = {
|
|||||||
getDevToolTirex,
|
getDevToolTirex,
|
||||||
getProperty,
|
getProperty,
|
||||||
getLinuxFwName,
|
getLinuxFwName,
|
||||||
|
getProductNameProjectSpec,
|
||||||
getFlashAddr,
|
getFlashAddr,
|
||||||
};
|
};
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
"../mcu_plus_sdk/source",
|
"../mcu_plus_sdk/source",
|
||||||
],
|
],
|
||||||
"components": [
|
"components": [
|
||||||
% if((args.device == "am64x") || (args.device == "am243x") || (args.device == "am263x")) {
|
% if((args.device == "am64x") || (args.device == "am243x")) {
|
||||||
"/motor_control",
|
"/motor_control",
|
||||||
"/kernel/dpl",
|
"/kernel/dpl",
|
||||||
"/drivers/drivers",
|
"/drivers/drivers",
|
||||||
@ -30,6 +30,15 @@
|
|||||||
"/security/security",
|
"/security/security",
|
||||||
"/usb/usb",
|
"/usb/usb",
|
||||||
"/pru_io/pru_io",
|
"/pru_io/pru_io",
|
||||||
|
% }
|
||||||
|
% if(args.device == "am263x") {
|
||||||
|
"/motor_control",
|
||||||
|
"/kernel/dpl",
|
||||||
|
"/drivers/drivers",
|
||||||
|
"/board/board",
|
||||||
|
"/networking/networking",
|
||||||
|
"/security/security",
|
||||||
|
"/xbar/xbar",
|
||||||
% }
|
% }
|
||||||
],
|
],
|
||||||
"devices": [
|
"devices": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user