Rev. | Time | Author |
---|---|---|
c7a7067 | 2018-03-24 22:30:57 | takemasa |
Place basic component for QSD |
||
dba9e23 | 2018-03-24 20:40:07 | takemasa |
Added .metadata to gitignore, to avoid the sharing eclipse files |
||
9cef9bf | 2018-03-24 20:33:21 | takemasa |
Added RF amp to KiCAD component library |
||
11468d8 | 2018-03-24 09:12:52 | takemasa |
Added Tamakazura project to KiCAD as SDR |
||
8e48e9b | 2018-03-23 22:17:18 | takemasa |
Modified doxygen comment. |
||
86a92f0 | 2018-03-21 15:12:03 | takemasa |
Refactored the consntat name to distinguish the type cleary. |
||
dd1d2e2 | 2018-03-11 16:51:09 | takemasa |
Cache coherency funciton is now architecture dependent. |
||
2e06b99 | 2018-03-11 16:45:04 | takemasa |
Debugger:printf is renamed as Printf, to follow the google map. |
||
48d9c5c | 2018-03-11 16:28:03 | takemasa |
Change isTaskText() to IsTaskText() to follow the Google style guide |
||
7160217 | 2018-03-09 20:12:37 | takemasa |
Added c++ project |
||
431e63a | 2018-03-09 17:43:36 | takemasa |
Power mesurement script is OK |
||
78dd561 | 2018-03-09 07:56:08 | takemasa |
Added thinkpad power watching by python |
||
da64a4e | 2018-03-06 09:05:33 | takemasa |
Change the member function name for the ease of reading. |
||
ce03b2b | 2018-03-06 08:35:35 | takemasa |
Change the member function name of AbstractSpiMaster. This change makes |
||
e1dbbab | 2018-03-03 21:31:18 | takemasa |
Changed from NULL to nullptr. Update doxygen comments. |
||
9ee2b8c | 2018-03-03 18:37:54 | takemasa |
Update comment |
||
7346703 | 2018-03-03 17:27:32 | takemasa |
Doxygen comment update. |
||
8ea32d1 | 2018-03-03 15:58:52 | takemasa |
Renamed AutoHisotry() to AutoRePrint() |
||
fe2a1fa | 2018-03-03 15:55:47 | takemasa |
Removed ifdef |
||
ba13cd3 | 2018-03-03 15:05:48 | takemasa |
Auto History is refactored. |
||
2608ab5 | 2018-03-03 14:07:04 | takemasa |
Debugger Transmission is migrated to new style. |
||
12925b5 | 2018-03-03 10:03:49 | takemasa |
Fixed wrong assertion in the AbstractTask constructor. Fixed too small |
||
cb2a15a | 2018-03-03 09:29:59 | takemasa |
Debugger FIFO tested. |
||
ef85bc5 | 2018-03-03 09:09:56 | takemasa |
AbstractFifo tested |
||
2959538 | 2018-03-03 08:29:15 | takemasa |
Change DebuggerFifo definition. the Put member funciton must not be |
||
9896f7e | 2018-03-03 08:11:22 | takemasa |
Modify the Constructor parameter order to be natural style. |
||
100fc47 | 2018-03-03 08:02:32 | takemasa |
Moved initialization from AbstractFifo to the DebuggerFifo |
||
508d117 | 2018-03-02 21:09:44 | takemasa |
Initialize buffer at DebugerFifo explicitly. |
||
e22348b | 2018-03-02 08:35:25 | takemasa |
Refactor the name of the member variable. |
||
0d42e2a | 2018-03-02 08:23:42 | takemasa |
Added DebuggerAutoRePrintTask |