# cmake_stm32_blink_libopencm3 **Repository Path**: makerinchina/cmake_stm32_blink_libopencm3 ## Basic Information - **Project Name**: cmake_stm32_blink_libopencm3 - **Description**: demo to use libopencm3 with cmake build system. - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-19 - **Last Updated**: 2022-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cmake_stm32_blink_libopencm3 > demo to use libopencm3 with cmake build system. - Makefile ```bash cmake -B build ``` - make ```bash make -C build ```