• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

テスト用のあれこれ共用フォルダ


Commit MetaInfo

Revision731598db58817a60051d8a6b852665dc81a509ce (tree)
Time2018-04-29 15:47:57
Authortakemasa <suikan@user...>
Commitertakemasa

Log Message

Modified to show the postmortem process.

Change Summary

Incremental Difference

--- a/stm32_development/nucleo-f303k8/Src/my_test.cpp
+++ b/stm32_development/nucleo-f303k8/Src/my_test.cpp
@@ -50,9 +50,16 @@ void DoTestUart(void)
5050 // MURASAKI_ASSERT(counter % 2 == 0, "Odd counter");
5151 // by murasaki debugging output. You can use this in both task and interrupt context.
5252 // 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");
5359 murasaki::debugger->Printf("Count down 3 \r\n");
5460 murasaki::debugger->Printf("Count down 2 \r\n");
5561 murasaki::debugger->Printf("Count down 1 \r\n");
62+ murasaki::debugger->Printf("Count down 0 \r\n");
5663
5764 func();
5865
--- a/stm32_development/nucleo-f303k8/startup/startup_stm32f303x8.s
+++ b/stm32_development/nucleo-f303k8/startup/startup_stm32f303x8.s
@@ -128,7 +128,7 @@ LoopForever:
128128 Default_Handler:
129129 b CustomDefaultHandler
130130 Infinite_Loop:
131-// b Infinite_Loop
131+ b Infinite_Loop
132132 .size Default_Handler, .-Default_Handler
133133 /******************************************************************************
134134 *