テスト用のあれこれ共用フォルダ
Revision | 731598db58817a60051d8a6b852665dc81a509ce (tree) |
---|---|
Time | 2018-04-29 15:47:57 |
Author | takemasa <suikan@user...> |
Commiter | takemasa |
Modified to show the postmortem process.
@@ -50,9 +50,16 @@ void DoTestUart(void) | ||
50 | 50 | // MURASAKI_ASSERT(counter % 2 == 0, "Odd counter"); |
51 | 51 | // by murasaki debugging output. You can use this in both task and interrupt context. |
52 | 52 | // non blocking |
53 | + murasaki::debugger->Printf("Count down 9 \r\n"); | |
54 | + murasaki::debugger->Printf("Count down 8 \r\n"); | |
55 | + murasaki::debugger->Printf("Count down 7 \r\n"); | |
56 | + murasaki::debugger->Printf("Count down 6 \r\n"); | |
57 | + murasaki::debugger->Printf("Count down 5 \r\n"); | |
58 | + murasaki::debugger->Printf("Count down 4 \r\n"); | |
53 | 59 | murasaki::debugger->Printf("Count down 3 \r\n"); |
54 | 60 | murasaki::debugger->Printf("Count down 2 \r\n"); |
55 | 61 | murasaki::debugger->Printf("Count down 1 \r\n"); |
62 | + murasaki::debugger->Printf("Count down 0 \r\n"); | |
56 | 63 | |
57 | 64 | func(); |
58 | 65 |
@@ -128,7 +128,7 @@ LoopForever: | ||
128 | 128 | Default_Handler: |
129 | 129 | b CustomDefaultHandler |
130 | 130 | Infinite_Loop: |
131 | -// b Infinite_Loop | |
131 | + b Infinite_Loop | |
132 | 132 | .size Default_Handler, .-Default_Handler |
133 | 133 | /****************************************************************************** |
134 | 134 | * |