• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

shared_fooの不要ディレクトリ削除前のもの


RSS
Rev. Time Author
d102c0b 2018-03-02 08:36:35 takemasa

Update setup

23f32a6 2018-03-02 08:35:25 takemasa

Refactor the name of the member variable.

0d27bd7 2018-03-02 08:23:42 takemasa

Added DebuggerAutoRePrintTask

ca63d82 2018-03-02 07:58:15 takemasa

Added DebuTxTask.

88d1a46 2018-03-01 23:47:23 takemasa

Fixed DebuggFIFO timeout. Make doxygen comment better.

5bc4a72 2018-03-01 07:58:48 takemasa

Added new classes

bed62ec 2018-03-01 07:06:47 takemasa

update settings

24af3df 2018-03-01 06:26:02 takemasa

Change the class name

d76ce14 2018-03-01 06:09:48 takemasa

Change the name of the class

ad67ac7 2018-02-28 22:19:13 takemasa

Correct initialize processing.

a25f382 2018-02-28 07:29:39 takemasa

Implemented BaseFIFO

71d0c85 2018-02-27 07:15:45 takemasa

Added basefifo

bc81c23 2018-02-26 19:11:22 takemasa

Make auto reprint faster

05d6ddc 2018-02-26 07:35:31 takemasa

Fixed circular buffer bug fix. The buffer structure prement to
distinguish the full state and empty state by comparing head_ and tail_.
Then, filling to full is bug.

Fixed this bug by avoiding to fill to full.

585f37a 2018-02-25 23:00:45 takemasa

Slightly refined. Auto history doesn't work

c8c8068 2018-02-22 21:47:05 takemasa

Modified Doxygen comment.

20087c0 2018-02-22 21:40:48 takemasa

Chqange Debug to Debugger

4af714e 2018-02-22 15:38:33 takemasa

Added const to the member variable to be called.

97f0942 2018-02-22 15:33:10 takemasa

Added "const" to the member variables to be const.

91476d3 2018-02-22 15:21:54 takemasa

Added "const" to the poiters not to be changed.

846d0ed 2018-02-22 06:54:41 takemasa

Added comment. The AbstractTask is now in the MURASAKI_ABSTRACT_GROUP

05c4a45 2018-02-21 23:29:01 takemasa

Added doxygen command. Added parameter to TaskBody() to pass the user
defined parameter

28b4144 2018-02-21 22:52:09 takemasa

Added new files

047a761 2018-02-21 08:00:11 takemasa

Implementing AbstractTask

16923f0 2018-02-20 07:33:49 takemasa

settings update

13726b9 2018-02-20 07:28:44 takemasa

Refactored. Change the name of the handle to the peripheral.

33854a0 2018-02-20 07:26:14 takemasa

Added error handling to SPI and I2C

3c3266d 2018-02-20 07:11:37 takemasa

Refactored. Deleted non nessary type conversion.

8aeb7db 2018-02-20 07:09:59 takemasa

Added error printing to UART

fdead33 2018-02-19 23:28:52 takemasa

Added MURASAKI_PRINT_ERROR