Updated build instructions
continuous-integration/drone/push Build is passing Details

This commit is contained in:
imi415 2021-02-28 22:25:22 +08:00
parent c99f18501a
commit 35e2c8c180
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 11 additions and 3 deletions

View File

@ -6,6 +6,14 @@ Fire H750XB board
## Build System
CMake v3.10+
Build Instructions
```bash
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE=arm-none-eabi.cmake # Or you can implement yours
make -j${nproc}
```
## Peripherals Utilized
* FMC
* USART0
@ -13,15 +21,15 @@ CMake v3.10+
* TIM3
* TIM7
# USART0
## USART0
* PA9/PA10
* 921600/8N1
# TIM2/3
## TIM2/3
* PWM output on CH3/CH4
* 1kHz base frequency
# TIM7
## TIM7
* Tick source
## FMC