Skip to content

Commit

Permalink
Added documentation on USE_CPP_FILE option for blinky example
Browse files Browse the repository at this point in the history
  • Loading branch information
Hish15 committed Feb 19, 2022
1 parent 27585df commit a9b8394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It uses cmake and GCC, along with newlib (libc), STM32Cube. Supports F0 F1 F2 F3
* `blinky` ([examples/blinky](examples/blinky)) - blink led using STM32 HAL library and SysTick.
It will compile a project for the `F4` family by default, but you can also compile for the
`L0` and `F1` family by passing `BLINKY_L0_EXAMPLE=ON` or `BLINKY_F1_EXAMPLE=ON` to the CMake
generation call.
generation call. Using C++ instead of C is possible using `USE_CPP_FILE=ON`.
* `freertos` ([examples/freertos](examples/freertos)) - blink led using STM32 HAL library and FreeRTOS.
You need to specify at least one board by passing `FREERTOS_<BOARD>_EXAMPLE=ON` to CMake.
Currently, the example can be built for the `H743ZI` and `F407VG` board targets.
Expand Down

0 comments on commit a9b8394

Please sign in to comment.