• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

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

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


RSS
修訂. 時間 作者
b6dfaf7 2018-02-18 19:26:22 takemasa

Update setting

3500926 2018-02-18 17:13:06 takemasa

Fixed doxygen comment bug. Wrong ref to platfrom_config.hpp

aaf9b19 2018-02-18 17:10:46 takemasa

Changed comment.

a5bc3ae 2018-02-18 12:46:50 takemasa

Changed eclipse setting

10862f2 2018-02-18 12:40:02 takemasa

Changed eclipse setting

93d7c99 2018-02-18 10:43:50 takemasa

flushing setup

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

Comment refined.

13406d7 2018-02-18 09:11:13 takemasa

Made UART, I2C, SPI related modules dependent to the configuration. For
example, If CubeMX doesn't geenrate any SPI module, the murasaki source
related to the SPI will be masked off by #ifdef.

0767094 2018-02-17 22:06:59 takemasa

Modified double task creation protection of the debug.

c65af9e 2018-02-17 21:07:27 takemasa

Refactoring. Stop over protecting of the AppendToBuffer()

75dbf39 2018-02-17 20:01:05 takemasa

setting file update

0d45c84 2018-02-17 19:58:40 takemasa

Added auto history.

119ff6a 2018-02-17 16:18:43 takemasa

Modified MURASAKI_ASSERT to stop at the assertion failure.

8b24ada 2018-02-17 15:24:01 takemasa

Added SpiMaster sample

f0b2fde 2018-02-17 10:17:34 takemasa

Added comment.

ad18f73 2018-02-17 10:12:57 takemasa

Implemented SpiSlaveSpecifier.

40fe530 2018-02-17 09:20:04 takemasa

Remove the assert from timeout detection. Time out have to be accepted
if programmer wants.

f240360 2018-02-16 08:02:28 takemasa

Added HAL file. Fixed doxygen comment typo.

abf1efc 2018-02-16 07:55:49 takemasa

Reject backup directory

1ee9773 2018-02-16 07:52:14 takemasa

Changed the size parameters from uint16_t to unsigned int. This change
makes interface much more abstract. Also, parameter names count, lenth,
size are unified as size.

d9bdf19 2018-02-15 23:06:45 takemasa

Refactor the parameter name.

bc6671a 2018-02-15 23:04:45 takemasa

Change the name of the SPI slave specifier from
AbstractSpiMasterDecolator to AbstractSpiSlaveSpecifier

a0fb0fb 2018-02-15 22:52:59 takemasa

Added doxygen command for SpiMaster

16e8e90 2018-02-14 22:16:08 takemasa

SPI master implemented. But not tested, not documented.

36c5c88 2018-02-12 21:27:17 takemasa

Implemented I2C master.

53a77fa 2018-02-12 20:26:57 takemasa

I2C is under construction

267f8e7 2018-02-12 10:22:03 takemasa

Set to ignore rtf directory

8e0da76 2018-02-12 07:30:38 takemasa

Added UART speed control

99730bf 2018-02-11 22:36:24 takemasa

Added AbstractSpiMaster with doxygen comment

a2d7200 2018-02-11 21:23:18 takemasa

Added spi master