cmake_minimum_required(VERSION 3.5) #set(MCU_CHIP nrf51822) set(MCU_CHIP nrf52832_xxaa) include(mcu.cmake/mcu.cmake) project(nrf_playground C CXX ASM) add_subdirectory(apps) add_subdirectory(examples/ble_peripheral/ble_app_buttonless_dfu) add_subdirectory(examples/ble_peripheral/ble_app_hrs) add_subdirectory(examples/peripheral/blinky)