From 19e219a8d9dc4d8c65df8801607497ea01bf7089 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 12 Sep 2016 00:13:59 +0200 Subject: o Working version back to listing everything in the cmake file but some help from the cmake libs. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 31bd87b..b9737e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) -#set(MCU_NRF51_SDK nrf51) -set(MCU_CHIP nrf51822) +#set(MCU_CHIP nrf51822) +set(MCU_CHIP nrf52832_xxaa) include(mcu.cmake/mcu.cmake) project(nrf_playground C CXX ASM) -- cgit v1.2.3