Create cmake target ppfw (#1716)

* Create cmake target ppfw and oci

It will build an OCI ppfw package to be flashed or shared on test-drive

Additionally some minor cmake cleanup
And updated gitignore to allow multiple build folders

* Make ppfw / oci build default
This commit is contained in:
E.T
2024-01-04 22:59:25 +01:00
committed by GitHub
parent ff591c68a0
commit 9e61f80809
4 changed files with 50 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
# Boston, MA 02110-1301, USA.
#
cmake_minimum_required(VERSION 3.1.3)
cmake_minimum_required(VERSION 3.5)
set(CMAKE_TOOLCHAIN_FILE ../toolchain-arm-cortex-m.cmake)
project(hackrf_usb C)