• 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

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


RSS
修訂. 時間 作者
23c3edc feature-fujitsubo 2018-10-01 20:27:36 takemasa

Added footprint

Zenner D, Voltage Ref, Potentiometer.

d407cf5 2018-10-01 16:29:50 takemasa

Assigned footprints

Cement registers.
Resisters

2e25185 2018-10-01 08:25:20 takemasa

Change comparator

Changed from two unit type to single unit type.
Assigned several transistor packages.

7d77605 2018-09-30 22:23:34 takemasa

Modified Zenner D as 3 pins

9d6feed 2018-09-30 17:15:22 takemasa

Probablly affected by lib update

2ea3f2b 2018-09-30 17:14:04 takemasa

Added device value to the Suetsumuhana circuit

Other boards are affected by update of software(?)

5915e15 2018-09-25 12:43:04 takemasa

Update error handling of the UART RX.

The frame/parity/noise error was not correctly handled. Now these
error was just reported and don't affect internal states.

FRAME/PARITY/NOISE error should be handled by system level ( Frame&Parity )
or application ( noise ), rather than re-initializing UART.

d77cd30 2018-09-24 15:34:24 takemasa

Fixed typo

327d3ec 2018-09-24 13:42:16 takemasa

Added SYSLOG and error handling to uart module.

The errors are now correctly informed to TX/RX funciton.
Note that still not all erros are handled by RX.

422e2f9 2018-09-24 10:46:06 takemasa

Modified UART related class to use the Uart status.

Before this modification, the program was using bool to return.
To noice the user application, now, Uart related classes returns
murasaki::UartStatus time on transmission / receive.

a6d6671 2018-09-24 10:18:21 takemasa

Added a definition of the Uart return status.

81581eb 2018-09-23 16:32:00 takemasa

Updated documents for the DebuggerUart class.

a7de957 2018-09-23 16:21:31 takemasa

The uart.* are copied to the debuggeruart.*.

The current uart.* usage in the logger is not allowed to use the SYSLOG.
Then, the debuggeruart.* was copied from the uart.* and left as dedicated
to the logging.

The uart.* will be modified to implement the advance usage.

b0f5c9a 2018-09-22 19:07:31 takemasa

All I2C errors are reported to task completely, now.

c12f925 2018-09-22 16:46:15 takemasa

Make error handling of the SPI error handling.

All error is now passed to application. And if the error is
unknown, it re-initialize the SPI.

Beside of SPI, some I2C syslog are changed.

a34f711 2018-09-22 10:36:21 takemasa

Added kspisStatus as return value from SPI transfer.

04de30b 2018-09-17 20:36:12 takemasa

Added status of SPI master

65c219d 2018-09-17 18:04:37 takemasa

Added SPI master SYSLOG

And refactor the I2C master syslog.

561359a 2018-09-15 08:38:56 takemasa

Modified comment of the I2C status enumulation type.

Added more specific description of the each error, and how to respond in
the user program.

a645709 2018-09-11 21:03:54 takemasa

Migrated to CubeMX 4.27.0

Confirmed possible to build

9a12a25 2018-09-07 20:14:58 takemasa

Move switch from power FET to switch TR.

This allows to use small switch.

6e104a6 2018-09-04 17:55:46 takemasa

Refine the Syslog message in the I2C master modules.

The mesages is treated as better sentense. Also added forgotten one.
"Error" severity was promoted to "Emergency" level.

813bc1c 2018-09-03 08:05:25 takemasa

Added more error handling

a0ee47b 2018-09-03 05:34:32 takemasa

Edited comment.

8d21407 2018-09-02 21:24:02 takemasa

Implemented I2C No response case special case.

In case of the device doesn't respond, STM32 HAL I2C causes
error interrupt. Added handle procedure for this case.

e969648 2018-09-02 16:20:43 takemasa

__MURASAKI__SYSLOG__ and __MURASAKI__ASSERT__ are now without path string.

Path strings are removed from the message from these macros. Easier to debug.
Fujitsubo on L152 is ready to develop the I2C now. I2C master class has
embedded __MURASAKI__SYSLOG__

8f47649 2018-09-02 13:06:53 takemasa

Syslog tested

b922efb 2018-09-02 11:31:41 takemasa

testing

4932bee 2018-09-02 10:20:08 takemasa

SYSLOG implemented. Ready to test

e9bb630 2018-09-02 05:51:38 takemasa

Implementing syslog