• 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

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


RSS
Rev. Time Author
f06fdee 2018-03-02 07:58:15 takemasa

Added DebuTxTask.

31a0d39 2018-03-01 23:47:23 takemasa

Fixed DebuggFIFO timeout. Make doxygen comment better.

caf8c4a 2018-03-01 07:58:48 takemasa

Added new classes

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

update settings

63ac3a6 2018-03-01 06:26:02 takemasa

Change the class name

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

Change the name of the class

36a744c 2018-02-28 22:19:13 takemasa

Correct initialize processing.

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

Implemented BaseFIFO

5de0e61 2018-02-27 07:15:45 takemasa

Added basefifo

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

Make auto reprint faster

8d9dfdb 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.

5f7b606 2018-02-25 23:00:45 takemasa

Slightly refined. Auto history doesn't work

77c3614 2018-02-22 21:47:05 takemasa

Modified Doxygen comment.

f3d9ecb 2018-02-22 21:40:48 takemasa

Chqange Debug to Debugger

255d230 2018-02-22 15:38:33 takemasa

Added const to the member variable to be called.

a316076 2018-02-22 15:33:10 takemasa

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

f99c273 2018-02-22 15:21:54 takemasa

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

6eb0271 2018-02-22 06:54:41 takemasa

Added comment. The AbstractTask is now in the MURASAKI_ABSTRACT_GROUP

41b4efe 2018-02-21 23:29:01 takemasa

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

1926592 2018-02-21 22:52:09 takemasa

Added new files

6a4f396 2018-02-21 08:00:11 takemasa

Implementing AbstractTask

d17b1ff 2018-02-20 07:28:44 takemasa

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

f90ce4f 2018-02-20 07:26:14 takemasa

Added error handling to SPI and I2C

e3d82cc 2018-02-20 07:11:37 takemasa

Refactored. Deleted non nessary type conversion.

bdeb9ea 2018-02-20 07:09:59 takemasa

Added error printing to UART

6cc86b9 2018-02-19 23:28:52 takemasa

Added MURASAKI_PRINT_ERROR

edb09b1 2018-02-18 19:26:22 takemasa

Update setting

2c7dc26 2018-02-18 17:13:06 takemasa

Fixed doxygen comment bug. Wrong ref to platfrom_config.hpp

6e21152 2018-02-18 17:10:46 takemasa

Changed comment.

a9183cd 2018-02-18 09:42:56 takemasa

Comment refined.