forked from suikan4github/murasaki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2a12bf
commit 73a1638
Showing
2 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
/** | ||
* @file murasaki_5_spg.hpp | ||
* @brief Step by Step Porting guide | ||
*/ | ||
|
||
|
||
/** | ||
* @page spg Step-by-Step Porting Guide | ||
* @brief This chapter go though the actual operation of the CubeMX and SW4STM32 to | ||
* create an empty application with Murasaki. | ||
* | ||
* @details | ||
* @li @subpage spg_1 | ||
* @li @subpage spg_2 | ||
* @li @subpage spg_3 | ||
* @li @subpage spg_4 | ||
* @li @subpage spg_5 | ||
* | ||
*/ | ||
|
||
/** | ||
* @page spg_1 UART configuration | ||
* @brief UART is grouped as connectivity device. | ||
* | ||
* @details | ||
* | ||
* @image html "Screenshot from 2019-02-18 08-42-34.png" "CubeMX" | ||
* @image latex "Screenshot from 2019-02-18 08-42-34.png" "CubeMX" | ||
* | ||
*/ | ||
|
||
/** | ||
* @page spg_2 CPU, EXTI, and System tick configuration | ||
* @brief System group contains CPU, EXTI and System tick timer. | ||
*/ | ||
|
||
/** | ||
* @page spg_3 FreeRTOS configuration | ||
* @brief To run a FreeRTOS application, the heap memory and the default memory | ||
* have to be configured. | ||
*/ | ||
|
||
/** | ||
* @page spg_4 Clock configuration | ||
* @brief This is required becaue of the Nucleo F722 bug of the CubeMX. | ||
*/ | ||
|
||
/** | ||
* @page spg_5 Project configuration and code generation | ||
* @brief At last, we configure the SW4STM32 project and generate a code | ||
*/ | ||
|
||
/** | ||
* @page spg_5 Clone the Murasaki repogitory and install | ||
* @brief At last, we configure the SW4STM32 project and generate a code | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters