STM8 port: Add UART support. Make use of full 1KB on Discovery. Improve documentation.

This commit is contained in:
Kelvin Lawson
2010-03-09 00:37:46 +00:00
parent 097c32bf10
commit 7d56170c40
41 changed files with 2411 additions and 121 deletions

View File

@@ -252,7 +252,7 @@ uint32_t test_start (void)
/* Log the stack usage */
#ifdef TESTS_LOG_STACK_USAGE
ATOMLOG (_STR("StackUse:%d\n"), used_bytes);
ATOMLOG (_STR("StackUse:%d\n"), (int)used_bytes);
#endif
}
}