From b7e6fc86911fa845b4323d4ec339b7fd26c01d3a Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Wed, 3 Jul 2013 17:22:36 -0700 Subject: [PATCH] [Doc] Added tips and tricks section to the HACKING document. --- HACKING | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HACKING b/HACKING index f662a73f..42ffb100 100644 --- a/HACKING +++ b/HACKING @@ -76,3 +76,17 @@ Development guidelines - One subdirectory in there for each example, e.g. miniblink, button, usart, usb_dfu, etc. +Tips and tricks +--------------- + +SublimeText users: + + - The project contains a sublime project description file with some basic + settings provided to make hacking on libopencm3 easier. + + - Recommended SublimeText plugins when hacking on libopencm3: + + - TrailingSpaces: Show and trim trailing line spaces. + + - SublimeLinter: Run checkpatch.pl in the background while you write your + code and indicate possible coding style issues on the fly.