From 9335540d39df30f096f96dcfd15eea962757144f Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Tue, 14 Jun 2011 00:05:05 -0400 Subject: Adding an FAQ. --- source/faq.rst | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 source/faq.rst (limited to 'source/faq.rst') diff --git a/source/faq.rst b/source/faq.rst new file mode 100644 index 0000000..13347f8 --- /dev/null +++ b/source/faq.rst @@ -0,0 +1,33 @@ +.. _faq: + +================================== + Frequently Asked Questions (FAQ) +================================== + +.. contents:: Contents + :local: + +.. _faq-atoi: + +How can I use ``atoi()``? +------------------------- + +The :ref:`CodeSourcery GCC compiler ` used to compile your +programs is configured to link against the `newlib +`_ C library, and allows the use of any +of its headers. + +.. _faq-dynamic-memory: + +Why don't ``malloc()``/``new`` work? +------------------------------------ + +Due to our newlib configuration, dynamic memory allocation is +currently not available. + +.. _faq-flash-tables: + +How do I replace ``PROGMEM``/put data into Flash? +------------------------------------------------- + +See :ref:`this note `. -- cgit v1.2.3