Browse Source

renamed SystemTools -> System

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8659 8c9fc860-2736-0410-a75d-ab315db34111
eth.metacore 6 năm trước cách đây
mục cha
commit
c9c1513d8d

+ 2 - 2
source/ARM.UsbEhci.Mod

@@ -9,7 +9,7 @@ MODULE UsbEhci; (** AUTHOR "staubesv"; PURPOSE "USB Enhanced Host Controller Dri
  * module to increase flexibility. If your EHCI controller is accessible with PCI, the command:
  * 		UsbEhciPCI.Install ~
  * will install EHCI drivers as needed. To remove them, simply uninstall Ehci modules:
- * 		SystemTools.Free UsbEhciPCI UsbEhci ~
+ * 		System.Free UsbEhciPCI UsbEhci ~
  *
  * In other cases, specific modules can be written, that will instanciate drivers as needed.
  *
@@ -3247,4 +3247,4 @@ BEGIN
 	Modules.InstallTermHandler(Cleanup);
 END UsbEhci.
 
-UsbEhci.Install ~  SystemTools.Free UsbEhci ~
+UsbEhci.Install ~  System.Free UsbEhci ~

+ 2 - 2
source/ARM.UsbHidDriver.Mod

@@ -11,7 +11,7 @@ MODULE UsbHidDriver;  (** AUTHOR "ottigerm"; PURPOSE "USB HID Parser"; *)
  *
  * Usage:
  *	UsbHidDriver.Install ~ load this driver
- *	SystemTools.Free UsbHidDriver ~ unload this driver
+ *	System.Free UsbHidDriver ~ unload this driver
  *
  * Remarks:
  *
@@ -1610,4 +1610,4 @@ BEGIN
 	Setup;
 END UsbHidDriver.
 
-UsbHidDriver.Install ~  SystemTools.Free UsbHidDriver UsbHidParser UsbHidErrors UsbHidParserExt UsbHidReport UsbHidUP~
+UsbHidDriver.Install ~  System.Free UsbHidDriver UsbHidParser UsbHidErrors UsbHidParserExt UsbHidReport UsbHidUP~

+ 2 - 2
source/ARM.UsbHubDriver.Mod

@@ -7,7 +7,7 @@ MODULE UsbHubDriver; (** AUTHOR "staubesv"; PURPOSE "USB 2.0 Hub Driver"; *)
  * Usage:
  *
  *	UsbHubDriver.Install ~ will load this device driver
- *	SystemTools.Free UsbHubDriver ~ unloads it
+ *	System.Free UsbHubDriver ~ unloads it
  *
  * Overview:
  *
@@ -1563,4 +1563,4 @@ BEGIN
 	Usbdi.drivers.Add(Probe, Name, Description, 10);
 END UsbHubDriver.
 
-UsbHubDriver.Install ~  SystemTools.Free UsbHubDriver ~
+UsbHubDriver.Install ~  System.Free UsbHubDriver ~

+ 2 - 2
source/ARM.UsbInfo.Mod

@@ -53,7 +53,7 @@ MODULE UsbInfo; (** AUTHOR "staubesv"; PURPOSE "USB topology info" *)
  *
  *	UsbInfo.TraceOn Dm Parsing DeviceStates Failed Pipes Init HubRequests Connects Info ~ is interesting when connecting devices
  *
- *	SystemTools.Free UsbInfo ~
+ *	System.Free UsbInfo ~
  *
  * History:
  *
@@ -588,4 +588,4 @@ UsbInfo.ShowDrivers ~
 UsbInfo.ShowHc ~
 UsbInfo.ShowHc details ~
 
-SystemTools.Free UsbInfo ~
+System.Free UsbInfo ~

+ 3 - 3
source/ARM.UsbKeyboard.Mod

@@ -4,7 +4,7 @@ MODULE UsbKeyboard; (** AUTHOR "cplattner; staubesv"; PURPOSE "Bluebottle USB Ke
  *
  * Usage:
  *
- *	UsbKeyboard.Install ~ loads this driver		SystemTools.Free UsbKeyboard ~ unloads it
+ *	UsbKeyboard.Install ~ loads this driver		System.Free UsbKeyboard ~ unloads it
  *
  *	UsbKeyboard.SetLayout dev file ~ sets the keyboard layout
  * 	UsbKeyboard.SetLayout UsbKeyboard00 KeyCH.Bin ~ sets the CH keyboard layout, for example
@@ -739,7 +739,7 @@ BEGIN
 	Usbdi.drivers.Add(Probe, Name, Description, Priority);
 END UsbKeyboard.
 
-UsbKeyboard.Install ~ SystemTools.Free UsbKeyboard ~
+UsbKeyboard.Install ~ System.Free UsbKeyboard ~
 
 UsbKeyboard.SetLayout UsbKeyboard00 KeyBE.Bin ~
 UsbKeyboard.SetLayout UsbKeyboard00 KeyCA.Bin ~
@@ -755,4 +755,4 @@ UsbKeyboard.SetLayout UsbKeyboard00 KeyTR.Bin ~
 UsbKeyboard.SetLayout UsbKeyboard00 KeyUK.Bin ~
 UsbKeyboard.SetLayout UsbKeyboard00 KeyUS.Bin ~
 
-WMKeyCode.Open ~	SystemTools.Free WMKeyCode ~
+WMKeyCode.Open ~	System.Free WMKeyCode ~

+ 2 - 2
source/ARM.UsbMouse.Mod

@@ -4,7 +4,7 @@ MODULE UsbMouse;  (** AUTHOR "staubesv"; PURPOSE "USB Mouse Driver"; *)
  *
  * Usage:
  *	UsbMouse.Install ~ loads this driver
- *	SystemTools.Free UsbMouse ~ unloads this driver
+ *	System.Free UsbMouse ~ unloads this driver
  *
  *	The HID boot protocol for USB mice supports 3 buttons and 2 axes.
  *
@@ -140,4 +140,4 @@ BEGIN
 	Usbdi.drivers.Add(Probe, Name, Description, 10)
 END UsbMouse.
 
-UsbMouse.Install ~  SystemTools.Free UsbMouse ~ 
+UsbMouse.Install ~  System.Free UsbMouse ~ 

+ 1 - 1
source/ARM.UsbStorageBase.Mod

@@ -1197,6 +1197,6 @@ BEGIN
 	performance := Usbdi.MaxPerformance;
 END UsbStorageBase.
 
-UsbStorage.Install ~ SystemTools.Free UsbStorage ~
+UsbStorage.Install ~ System.Free UsbStorage ~
 
 UsbStorage.Show ~

+ 1 - 1
source/ARM.UsbVarTdAlloc.Mod

@@ -289,7 +289,7 @@ END Test;
 
 END TestUsbVarTdAlloc.
 
-SystemTools.Free TestUsbVarTdAlloc UsbVarTdAlloc ~
+System.Free TestUsbVarTdAlloc UsbVarTdAlloc ~
 
 TestUsbVarTdAlloc.Test ~
 

+ 1 - 1
source/WMGraphicsGfx.Mod

@@ -157,5 +157,5 @@ END Test;
 END WMGraphicsGfx.
 
 WMGraphicsGfx.Test ~
-SystemTools.FreeDownTo WMGraphicsGfx ~
+System.FreeDownTo WMGraphicsGfx ~
 

+ 2 - 2
source/Zynq.DisplayLinear.Mod

@@ -323,12 +323,12 @@ BEGIN
 	Init;
 END DisplayLinear.
 
-SystemTools.DoCommands
+System.DoCommands
 
 WinDisks.Install I: RW ~
 FSTools.Mount AOS AosFS PhysicalDrive4#3 ~
 
-SystemTools.DoCommands
+System.DoCommands
 
 FSTools.CopyFiles -o WORK:/build/DisplayLinear.Gof => AOS:/DisplayLinear.Gof ~
 FSTools.CopyFiles -o WORK:/build/DisplayLinear.Sym => AOS:/DisplayLinear.Sym ~