diff Lib/CMake/modules.cmake @ 389:fc2c2a1e9615

Adding basic remote capabilities + UART Rx DMA buffers - Rx buffers weren't fast enough, had to use DMA :D - Basic LCD remote capabilities are working, single node - Multi-node broadcast seems to have a bug still - DMA ring buffer allowed for significant processing simplification * There is an overrun risk, but the buffer is large and generally there isn't too much data being sent (just very quickly) - Split out LCD layer stack capability into itself and an "exact" version used for updating remote nodes
author Jacob Alexander <haata@kiibohd.com>
date Thu, 15 Oct 2015 00:16:36 -0700
parents 834d69d22d47
children
line wrap: on
line diff
--- a/Lib/CMake/modules.cmake	Mon Oct 12 14:47:13 2015 -0700
+++ b/Lib/CMake/modules.cmake	Thu Oct 15 00:16:36 2015 -0700
@@ -277,7 +277,7 @@
 	endforeach ()
 
 	# Generate the ctags
-	execute_process ( COMMAND ctags ${CTAG_PATHS}
+	execute_process ( COMMAND ctags --fields=+l ${CTAG_PATHS}
 		WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
 	)
 endif ()