From 07b69e9f5949ba4882a2ce69d2eeea0116e79955 Mon Sep 17 00:00:00 2001 From: Florian Loretan Date: Mon, 25 Jan 2016 22:24:08 +0100 Subject: [PATCH] Mention "overclocking" I couldn't find information on how to overclock my teensy with platformio until I asked in the chat and @ivankravets pointed me to this page. Mentioning overclocking should help others find that information more easily. --- docs/projectconf.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/projectconf.rst b/docs/projectconf.rst index 552d96f3..d026b33c 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -205,7 +205,8 @@ format of this option is ``C-like long integer`` value with ``L`` suffix. The 1 Hertz is equal to ``1L``, then 16 Mhz (Mega Hertz) is equal to ``16000000L``. The full list of ``board_f_cpu`` for the popular embedded platforms you can -find in *Boards* section of :ref:`platforms`. See "Frequency" column. +find in *Boards* section of :ref:`platforms`. See "Frequency" column. You can +overclock a board by specifying a ``board_f_cpu`` value other than the default. Building options