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.
Defaults/config_logging.h@184:633119bb0b77, 2018-02-09 (annotated)
- Committer:
- bwang
- Date:
- Fri Feb 09 21:02:14 2018 +0000
- Revision:
- 184:633119bb0b77
- Parent:
- 181:d3510c8beab6
02/09/2018 16:01 - moved pinouts to layout.h
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| bwang | 72:5f1da97d62e1 | 1 | #ifndef __CONFIG_LOGGING |
| bwang | 72:5f1da97d62e1 | 2 | #define __CONFIG_LOGGING |
| bwang | 72:5f1da97d62e1 | 3 | |
| bwang | 120:57b6f3b1356b | 4 | #define ENABLE_LOGGING true |
| bwang | 180:a783a972a867 | 5 | |
| bwang | 180:a783a972a867 | 6 | #define LOG_PAGE_SIZE 4096 |
| bwang | 180:a783a972a867 | 7 | #define LOG_HEADER_SIZE 10 |
| bwang | 180:a783a972a867 | 8 | #define LOG_PACKET_SIZE 8 |
| bwang | 180:a783a972a867 | 9 | #define LOG_BAUD_RATE 921600 |
| bwang | 180:a783a972a867 | 10 | |
| bwang | 72:5f1da97d62e1 | 11 | #endif |