• 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

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


RSS
Rev. Time Author
8ceb06a develop 2018-03-25 09:47:47 takemasa

Dividing schematic sheet of the QSD

bf1f0d9 2018-03-24 22:30:57 takemasa

Place basic component for QSD

e78b5b0 2018-03-24 20:40:07 takemasa

Added .metadata to gitignore, to avoid the sharing eclipse files

d7ceb58 2018-03-24 20:33:21 takemasa

Added RF amp to KiCAD component library

a08cb15 2018-03-24 09:12:52 takemasa

Added Tamakazura project to KiCAD as SDR

56d0930 2018-03-23 22:17:18 takemasa

Modified doxygen comment.

1e09fc8 2018-03-21 15:12:03 takemasa

Refactored the consntat name to distinguish the type cleary.

4e90908 2018-03-11 16:51:09 takemasa

Cache coherency funciton is now architecture dependent.

db9b1d0 2018-03-11 16:45:04 takemasa

Debugger:printf is renamed as Printf, to follow the google map.
Implement the cache coherency.

4937f04 2018-03-11 16:28:03 takemasa

Change isTaskText() to IsTaskText() to follow the Google style guide

9d1cd7a 2018-03-09 20:12:37 takemasa

Added c++ project

eb1269f 2018-03-09 17:43:36 takemasa

Power mesurement script is OK

bb002c4 2018-03-09 07:56:08 takemasa

Added thinkpad power watching by python

10d7d9a 2018-03-06 09:05:33 takemasa

Change the member function name for the ease of reading.

e9b39a0 2018-03-06 08:35:35 takemasa

Change the member function name of AbstractSpiMaster. This change makes
consistensy of the name among classes better
Added predefined macro to the doxygen configuration file, to enable the
doc generation for uart/spimaster/i2c always.

06f222b 2018-03-03 21:31:18 takemasa

Changed from NULL to nullptr. Update doxygen comments.

c3de042 2018-03-03 18:37:54 takemasa

Update comment

6ebe8d3 2018-03-03 17:27:32 takemasa

Doxygen comment update.

5dfc318 2018-03-03 15:58:52 takemasa

Renamed AutoHisotry() to AutoRePrint()

563c327 2018-03-03 15:55:47 takemasa

Removed ifdef

c40c0fc 2018-03-03 15:05:48 takemasa

Auto History is refactored.

d451a49 2018-03-03 14:07:04 takemasa

Debugger Transmission is migrated to new style.

ebcfb20 2018-03-03 10:03:49 takemasa

Fixed wrong assertion in the AbstractTask constructor. Fixed too small
stack size in the main()

265c720 2018-03-03 09:29:59 takemasa

Debugger FIFO tested.

1aa9a02 2018-03-03 09:09:56 takemasa

AbstractFifo tested

505b5eb 2018-03-03 08:29:15 takemasa

Change DebuggerFifo definition. the Put member funciton must not be
protected by the critical secition, because the call wee will wrap its
sprintf() and Put() inside one critical section. In other hand, Notifing
to the other thak have to be done outside of the critical section.

1ddf83c 2018-03-03 08:11:22 takemasa

Modify the Constructor parameter order to be natural style.

d51be63 2018-03-03 08:02:32 takemasa

Moved initialization from AbstractFifo to the DebuggerFifo

2a87dcb 2018-03-02 21:10:50 takemasa

Update setting

44ad8a7 2018-03-02 21:09:44 takemasa

Initialize buffer at DebugerFifo explicitly.