• 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
修訂. 時間 作者
2cef45b 2018-05-02 07:33:56 takemasa

new/delete allocators are now overloaded internaly. These allocator uses pvPortMalloc() instead of malloc()

a6b5e43 2018-04-30 23:40:15 takemasa

Test for the SPI master.

fa4c0af 2018-04-30 16:07:33 takemasa

Start to test SPI master

1f3a52d 2018-04-30 14:26:18 takemasa

Change transmission buffer as const.

949e6a2 2018-04-30 13:52:16 takemasa

Sending message from UART1

3bf16e3 2018-04-30 10:15:09 takemasa

Added new files to index.

These are essential to support new IOs.

0c07981 2018-04-30 10:14:10 takemasa

Added SPI/I2C/UART1 to nucleo-f303kb

These IOs are added to test the waveform by logic analyzer. Pins are
defined by CubeMX.

731598d 2018-04-29 15:47:57 takemasa

Modified to show the postmortem process.

7cfbfdf 2018-04-29 13:08:03 takemasa

Fixed spell.

dcad826 2018-04-29 11:18:12 takemasa

Fix main.c

To include the header file of my_test.hpp

541be87 2018-04-29 10:42:00 takemasa

Change internal variables "const"

To make class processing safer.

3f6657c 2018-04-29 10:35:08 takemasa

Made task pointer as const.

This makes class implementaiton safer.

23fe652 2018-04-29 09:58:41 takemasa

Changed the parameter to the task as "const".

This change declares the task body never destory the given parameter
internally.

3f3f7ca 2018-04-28 10:52:26 takemasa

Modified doxygen comment.

a543dc1 2018-04-27 19:20:13 takemasa

Refactored SpiMastered.

Changed internal variable to consntant to avoid problems.

e59b888 2018-04-27 19:14:23 takemasa

Refactored UART.

Internal variable is changed to constant to make the processing safer.

e83d4ad 2018-04-27 18:56:46 takemasa

Added AbstractPeripheral to add the stub to the loggers.
Remeved unneccesary destructor from the abstract classes.

Added doxygen comment.

fe3854d 2018-04-26 13:06:49 takemasa

Refactored to use the friend class between logger and peripheral
classes. This change privent applicaiton programmer access the
peripheral handle.

25f2ccc 2018-04-22 03:54:54 takemasa

Now, can transmit data even in the execption.

3af6574 2018-04-21 23:57:35 takemasa

timeout parameter corrected.

ae5fc44 2018-04-21 23:56:14 takemasa

Default Exception Handler is successfuly overwriten.

Confirmed, the exception triggeres the Post motem process and the buffer
contents are flushed. DMA stop timming have to be adjusted.

50ba643 2018-04-21 21:04:48 takemasa

Implemented PostMotem to the uartlogger and debugger.

85db45f 2018-04-21 03:48:19 takemasa

Implements the post motem process to debuggerfifo class. In this
condition, no syncronizaiton is taken inside FIFO.

1a03ab6 2018-04-21 02:52:00 takemasa

Added GetHandle() method, to help the abnormal condition.

4b5ff58 2018-04-21 02:05:07 takemasa

Fixed indent miss. No executable code change.

ebe5e1d 2018-04-19 09:31:22 takemasa

Layout

54e3063 2018-04-15 19:58:13 takemasa

Layout

e326b2e 2018-04-14 22:53:36 takemasa

layout

a2a28f2 2018-04-13 23:57:13 takemasa

Layout

a5d6f36 2018-04-11 23:09:45 takemasa

Added custome pinheaders to my library because the standard one is not good for PCB layout. Refined DRC rule