• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

テスト用のあれこれ共用フォルダ


Commit MetaInfo

Revision2d3400804ecb021e6332a8097b987a4ac4cd25fd (tree)
Time2019-01-28 17:39:07
Authortakemasa <suikan@user...>
Commitertakemasa

Log Message

Update doxygen comment : User's guide

Change Summary

Incremental Difference

--- a/stm32_development/murasaki/murasaki/murasaki_0_intro.hpp
+++ b/stm32_development/murasaki/murasaki/murasaki_0_intro.hpp
@@ -107,6 +107,9 @@
107107 * As a result, the wrong context, wrong parameter, etc will be reported to the debugger output.
108108 *
109109 * \section sec7_5 System Logging
110+ * \ref MURASAKI_SYSLOG provides the message output based on the level and filtering.
111+ * This mechanism is intended to help the Murasaki library development. But also application
112+ * can use this mechanism.
110113 *
111114 * \section sec8 Configurable
112115 * Murasaki is configurable from the two point of view.
@@ -134,14 +137,17 @@
134137 * \details
135138 *
136139 * \li <a href="http://www.st.com/en/evaluation-tools/nucleo-f746zg.html">Nucleo F746ZG ( STM32F746ZG )</a>
137- * \li <a href="http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html">STM32CubeMX 4.22.1</a>
138- * \li <a href="http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/sw4stm32.html">SW4STM32 1.15.0.201708311556 ( with eclipse 4.6.3 )</a>
140+ * \li <a href="http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-configurators-and-code-generators/stm32cubemx.html">STM32CubeMX 5.0</a>
141+ * \li <a href="http://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/sw4stm32.html">SW4STM32 1.16.0.201807130628 ( with eclipse 4.6.3 )</a>
139142 * \li <a href="http://releases.ubuntu.com/16.04/">Ubuntu 16.04.03 (64bit)</a>
140143 *
141144 * And then, confirmed portability with following boards :
142145 * \li <a href="http://www.st.com/en/evaluation-tools/nucleo-f746zg.html">Nucleo F746ZG ( STM32F746ZG : Cortex-M7 )</a>
146+ * \li <a href="http://www.st.com/en/evaluation-tools/nucleo-f722ze.html">Nucleo F722ZE ( STM32F722ZE : Cortex-M7 )</a>,
143147 * \li <a href="http://www.st.com/en/evaluation-tools/nucleo-f303k8.html">Nucleo F303K8 ( STM32F303K8 : Cortex-M4 )</a>
144148 * \li <a href="http://www.st.com/en/evaluation-tools/nucleo-l152re.html">Nucleo L152RE ( STM32L152RE : Cortex-M3 )</a>
149+ * \li <a href="http://www.st.com/en/evaluation-tools/nucleo-f091rc.html">Nucleo F091RC ( STM32F091RC : Cortex-M0 )</a>
150+ *
145151 */
146152
147153
--- a/stm32_development/murasaki/murasaki/murasaki_2_pg.hpp
+++ b/stm32_development/murasaki/murasaki/murasaki_2_pg.hpp
@@ -30,7 +30,8 @@
3030 *
3131 * There are some other manuals of murasaki class library :
3232 *
33- * \li \ref murasaki_ug
33+ * \li \ref murasaki_ug_preface
34+ * \li \ref murasaki_ug_usage
3435 * \li \ref MURASAKI_GROUP
3536 *
3637 */
@@ -106,11 +107,10 @@
106107 * This file has variables / functions which user needs to program at porting time.
107108 * @li @ref murasaki::platform variable
108109 * @li @ref murasaki::debugger variable
109- * @li \ref InitPlatform()
110- * \li \ref ExecPlatform()
111- * \li Interrupt routing functions
112- * \li HAL assertion function
113- * \li Custome default exception handler
110+ * @li \ref InitPlatform() to initialize the platfrom variable
111+ * \li \ref ExecPlatform() to execute the platform algorithm
112+ * \li \link murasaki_pg_interrupt Interrupt routing functions \endlink
113+ * \li \link murasaki_pg_error HAL assertion function and Custome default exception handler \endlink
114114 *
115115 * @section sec_ds_6 murasaki_platform.hpp
116116 * A header file of the @ref murasaki_platform.cpp