lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix typos
2023-10-06, Edouard Tisserant
33eb1d70db63
Parents
af62526cfbcb
Children
7fb4f681d3aa
Fix typos
3 files changed, 3 insertions(+), 3 deletions(-)
+1
-1
LPCArch.py
+1
-1
LPCExtension.py
+1
-1
LPCProjectController.py
--- a/LPCArch.py Wed Oct 04 11:20:43 2023 +0200
+++ b/LPCArch.py Fri Oct 06 10:54:07 2023 +0200
@@ -86,7 +86,7 @@
"features":[
("Right", "SOM6_Right"),
("On Board", "SOM_OnBoard"),
- ("Devices", "SOM_Devices")]
+ ("Devices", "SOM_Devices")],
"CAN":False
},
"MM2" :{
--- a/LPCExtension.py Wed Oct 04 11:20:43 2023 +0200
+++ b/LPCExtension.py Fri Oct 06 10:54:07 2023 +0200
@@ -80,7 +80,7 @@
# added for MM1 dev, TODO merge with SOM6
if product in PREEMPTSOM6_modules:
rtosname = "Linux"
- XSDname = "XSD_PREEMT"
+ XSDname = "XSD_PREEMPT"
else:
rtosname = "Xenomai"
XSDname = "XSD"
--- a/LPCProjectController.py Wed Oct 04 11:20:43 2023 +0200
+++ b/LPCProjectController.py Fri Oct 06 10:54:07 2023 +0200
@@ -11,7 +11,7 @@
from HostFirmwareUpdater import HostFirmwareUpdater
from plcopen.types_enums import ComputeConfigurationResourceName
-from LPCArch import GetLPCProductDesc
+from LPCArch import GetLPCProductDesc,GetLPCProduct
LPCStatusMethods = [
{"bitmap": "UpdateFw",