From e6e83440f31b42fe00f3e3eda65ca81d59aac2fe Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 14 May 2018 12:06:59 +0000 Subject: Debug files added, the demo appears to work. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12032 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- ...413ZH-NUCLEO144 (OpenOCD, Flash and Run).launch | 52 ++++++++++++++++++++++ readme.txt | 6 ++- 2 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 demos/STM32/RT-STM32F413ZH-NUCLEO144/debug/RT-STM32F413ZH-NUCLEO144 (OpenOCD, Flash and Run).launch diff --git a/demos/STM32/RT-STM32F413ZH-NUCLEO144/debug/RT-STM32F413ZH-NUCLEO144 (OpenOCD, Flash and Run).launch b/demos/STM32/RT-STM32F413ZH-NUCLEO144/debug/RT-STM32F413ZH-NUCLEO144 (OpenOCD, Flash and Run).launch new file mode 100644 index 000000000..9b7881767 --- /dev/null +++ b/demos/STM32/RT-STM32F413ZH-NUCLEO144/debug/RT-STM32F413ZH-NUCLEO144 (OpenOCD, Flash and Run).launch @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/readme.txt b/readme.txt index 089ea896a..746c2d37e 100644 --- a/readme.txt +++ b/readme.txt @@ -91,8 +91,10 @@ ***************************************************************************** *** Next *** -- NEW: Added support for STM32F413, added ability to handle the TIMPRE bit - in the RCC_DKCFGR register. +- NEW: Restructured the STM32F4xx HAL support, added support for STM32F413, + added ability to handle the TIMPRE bit, separated the clock tree in + two distinct implementation to reduce the proliferation of compiler + time conditionals, added more checks to the input parameters. - NEW: Added optional support for character match callback in the UART high level driver. - NEW: Change, chMtxGetNextMutexS() renamed to chMtxGetNextMutexX(). -- cgit v1.2.3