• 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. Hora Autor
85c7159 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.

8efd621 2018-02-17 22:06:59 takemasa

Modified double task creation protection of the debug.

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

Refactoring. Stop over protecting of the AppendToBuffer()

aa29029 2018-02-17 20:01:05 takemasa

setting file update

219b147 2018-02-17 19:58:40 takemasa

Added auto history.

6a37d1a 2018-02-17 16:18:43 takemasa

Modified MURASAKI_ASSERT to stop at the assertion failure.

41a695b 2018-02-17 15:24:01 takemasa

Added SpiMaster sample

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

Added comment.

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

Implemented SpiSlaveSpecifier.

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

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

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

Added HAL file. Fixed doxygen comment typo.

994b82c 2018-02-16 07:55:49 takemasa

Reject backup directory

eb44557 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.

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

Refactor the parameter name.

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

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

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

Added doxygen command for SpiMaster

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

SPI master implemented. But not tested, not documented.

3a36c0c 2018-02-12 21:27:17 takemasa

Implemented I2C master.

5dc97f8 2018-02-12 20:26:57 takemasa

I2C is under construction

bc686a9 2018-02-12 10:22:03 takemasa

Set to ignore rtf directory

104d600 2018-02-12 07:30:38 takemasa

Added UART speed control

e7ca5b0 2018-02-11 22:36:24 takemasa

Added AbstractSpiMaster with doxygen comment

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

Added spi master

bb439ae 2018-02-11 20:14:46 takemasa

Added dcorator to the repositry

772543b 2018-02-11 20:11:56 takemasa

Implemented AbstractSpiMasterDecorator

3fb3918 2018-02-11 16:57:54 takemasa

Added new abstract classes.

b3ee421 2018-02-11 06:51:08 takemasa

Added informaiton of what this project is.

179ccef 2018-02-11 06:08:58 takemasa

Change the visibility from private to protected, to allow the
inheritance better.

b9f9fcd 2018-02-10 22:57:47 takemasa

Refined doxygen comment

98cec96 2018-02-10 22:44:11 takemasa

Refined doxygen comments