Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Defaults/config_logging.h
- Revision:
- 181:d3510c8beab6
- Parent:
- 180:a783a972a867
- Child:
- 184:633119bb0b77
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Defaults/config_logging.h Fri Feb 09 03:49:31 2018 +0000 @@ -0,0 +1,14 @@ +#ifndef __CONFIG_LOGGING +#define __CONFIG_LOGGING + +#define ENABLE_LOGGING true + +#define LOG_PAGE_SIZE 4096 +#define LOG_HEADER_SIZE 10 +#define LOG_PACKET_SIZE 8 +#define LOG_BAUD_RATE 921600 + +#define LOG_TX PC_10 +#define LOG_RX PC_11 + +#endif \ No newline at end of file