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.
Fork of DDRO_Farrari by
signal.h@10:95e9932f7990, 2014-02-25 (annotated)
- Committer:
- josewang
- Date:
- Tue Feb 25 02:14:41 2014 +0000
- Revision:
- 10:95e9932f7990
Read from ram buffer and print
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
josewang | 10:95e9932f7990 | 1 | #ifndef SIGNAL_H_ |
josewang | 10:95e9932f7990 | 2 | #define SIGNAL_H_ |
josewang | 10:95e9932f7990 | 3 | |
josewang | 10:95e9932f7990 | 4 | // core send a print or scan request to mbed |
josewang | 10:95e9932f7990 | 5 | #define SIG_COREREQ (0x1) |
josewang | 10:95e9932f7990 | 6 | //#define SIG_TERMREAD (0x1) |
josewang | 10:95e9932f7990 | 7 | |
josewang | 10:95e9932f7990 | 8 | // user type debug, wake up a thread to print content of ram buffer for debug |
josewang | 10:95e9932f7990 | 9 | #define SIG_DEBUG (0x2) |
josewang | 10:95e9932f7990 | 10 | |
josewang | 10:95e9932f7990 | 11 | #endif |