From 458766398f6d101a6b22da37bc33fd32265d1106 Mon Sep 17 00:00:00 2001 From: Eduard Drusa Date: Thu, 31 Mar 2022 11:24:59 +0200 Subject: [PATCH] NRF5x: Enable generation of Doxygen docs Add NRF51 and NRF52 into list of targets Doxygen docs are generated for. Fixes missing documentation. --- doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile b/doc/Makefile index b638775b..399451bb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,6 +12,7 @@ TARGETS ?= stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/f7 stm32/h7 \ efm32/wg efm32/ezr32wg \ lm3s lm4f \ msp432/e4 \ + nrf/51 nrf/52 \ lpc13xx lpc17xx lpc43xx \ sam/3a sam/3n sam/3s sam/3u sam/3x \ sam/d sam/4l \