aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-15 10:08:53 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-15 10:08:53 +0000
commit9c5361af2a245b09959961df7de9b8d16db711ab (patch)
tree3da908681c70f038be2f1ba00085a15a112f9e75
parente0f997100f82e9ec0a8d2f08c89fc43261abae4b (diff)
downloadChibiOS-9c5361af2a245b09959961df7de9b8d16db711ab.tar.gz
ChibiOS-9c5361af2a245b09959961df7de9b8d16db711ab.tar.bz2
ChibiOS-9c5361af2a245b09959961df7de9b8d16db711ab.zip
Template fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12039 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rw-r--r--demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h4
-rw-r--r--testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h4
-rw-r--r--tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl4
3 files changed, 3 insertions, 9 deletions
diff --git a/demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h b/demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h
index 07c8cbdd4..1b9b3272d 100644
--- a/demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h
+++ b/demos/STM32/RT-STM32H743I-NUCLEO144/mcuconf.h
@@ -444,9 +444,7 @@
#define STM32_USB_OTG2_IRQ_PRIORITY 14
#define STM32_USB_OTG1_RX_FIFO_SIZE 512
#define STM32_USB_OTG2_RX_FIFO_SIZE 1024
-#define STM32_USB_OTG_THREAD_PRIO LOWPRIO
-#define STM32_USB_OTG_THREAD_STACK_SIZE 128
-#define STM32_USB_OTGFIFO_FILL_BASEPRI 0
+#define STM32_USB_HOST_WAKEUP_DURATION 2
/*
* WDG driver system settings.
diff --git a/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h b/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h
index e1ff8aac0..b3a4e048e 100644
--- a/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h
+++ b/testhal/STM32/multi/USB_CDC/cfg/stm32h743_nucleo144/mcuconf.h
@@ -444,9 +444,7 @@
#define STM32_USB_OTG2_IRQ_PRIORITY 14
#define STM32_USB_OTG1_RX_FIFO_SIZE 512
#define STM32_USB_OTG2_RX_FIFO_SIZE 1024
-#define STM32_USB_OTG_THREAD_PRIO LOWPRIO
-#define STM32_USB_OTG_THREAD_STACK_SIZE 128
-#define STM32_USB_OTGFIFO_FILL_BASEPRI 0
+#define STM32_USB_HOST_WAKEUP_DURATION 2
/*
* WDG driver system settings.
diff --git a/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl
index c79a2f340..e65d4a74d 100644
--- a/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl
+++ b/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl
@@ -455,9 +455,7 @@
#define STM32_USB_OTG2_IRQ_PRIORITY ${doc.STM32_USB_OTG2_IRQ_PRIORITY!"14"}
#define STM32_USB_OTG1_RX_FIFO_SIZE ${doc.STM32_USB_OTG1_RX_FIFO_SIZE!"512"}
#define STM32_USB_OTG2_RX_FIFO_SIZE ${doc.STM32_USB_OTG2_RX_FIFO_SIZE!"1024"}
-#define STM32_USB_OTG_THREAD_PRIO ${doc.STM32_USB_OTG_THREAD_PRIO!"LOWPRIO"}
-#define STM32_USB_OTG_THREAD_STACK_SIZE ${doc.STM32_USB_OTG_THREAD_STACK_SIZE!"128"}
-#define STM32_USB_OTGFIFO_FILL_BASEPRI ${doc.STM32_USB_OTGFIFO_FILL_BASEPRI!"0"}
+#define STM32_USB_HOST_WAKEUP_DURATION ${doc.STM32_USB_HOST_WAKEUP_DURATION!"2"}
/*
* WDG driver system settings.