|
|
@@ -93,7 +93,6 @@ PWM1.ccp0PinConfig.$name = "ti_driverlib_gpio_GPIOPinGeneric4";
|
|
|
SYSCTL.clockTreeEn = true;
|
|
|
SYSCTL.powerPolicy = "STANDBY0";
|
|
|
SYSCTL.forceDefaultClkConfig = true;
|
|
|
-SYSCTL.validateClkStatus = true;
|
|
|
|
|
|
TIMER1.$name = "TIMER_0";
|
|
|
TIMER1.timerClkSrc = "LFCLK";
|
|
|
@@ -103,8 +102,10 @@ TIMER1.timerPeriod = "300 ms";
|
|
|
TIMER1.interrupts = ["ZERO"];
|
|
|
TIMER1.peripheral.$assign = "TIMG0";
|
|
|
|
|
|
-WWDT1.$name = "WWDT0";
|
|
|
-WWDT1.sleepMode = true;
|
|
|
+WWDT1.$name = "WWDT0";
|
|
|
+WWDT1.sleepMode = true;
|
|
|
+WWDT1.wwdtMode = "INTERVAL";
|
|
|
+WWDT1.enabledInterrupts = true;
|
|
|
|
|
|
ProjectConfig.migrationCondition = true;
|
|
|
|