lm3s1968: some optimizations in the example application.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 13 Apr 2010 17:13:49 +0000 (17:13 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 13 Apr 2010 17:13:49 +0000 (17:13 +0000)
commit2e947db46d6f25b0eebe6829c8a5902661bc34c9
treeeeebdc70a20510153426a2ce0c5414891a90f398
parentb9a16fa534d736d6c170c4a448c8d74d63e2f694
lm3s1968: some optimizations in the example application.

text_xprintf() accepts printf()-like format, so there's no need to use
an additional buffer and format the string with snprintf().

Moreover, enlarge the stack of the processes to (KERN_MINSTACKSIZE * 2),
to avoid stack overflow problems with debugging enabled.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3433 38d2e660-2303-0410-9eaa-f027e97ec537
examples/lm3s1968/lm3s1968.c