-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathChangeLog
More file actions
36 lines (29 loc) · 1.32 KB
/
Copy pathChangeLog
File metadata and controls
36 lines (29 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
commit 8b3a78d95591ccde25a8c8d7334aee942baf7dcc
Author: Quentin Casasnovas <quentin.casasnovas@gmail.com>
Date: Sat Feb 6 11:04:24 2010 +0100
* Little clean up in the build system
* The protocol edcl is now supported (not fully)
- Writing a file is supported
- Swaping bytes to big endian is also supported with the -g flag (for
compatibility reason with dcom)
* TODO
- Support the read function of the edcl protocol to be able to dump a memory
area
commit 214f61eb06dbab25259d02d7538890d9f9e597ce
Author: Quentin Casasnovas <quentin.casasnovas@gmail.com>
Date: Fri Feb 5 15:58:17 2010 +0100
* Reorganized the source code in multiple files to separate each component.
commit 306efa98ec3c81f7d6d6d164624762e2f23021f9
Author: Quentin Casasnovas <quentin.casasnovas@gmail.com>
Date: Fri Feb 5 15:44:50 2010 +0100
* Modified the build system
- All config variables are defined in config.mk
* Added first sources code files
- The program compiles and is able to connect to the ethernet IP with the UDP
protocol.
* TODO
- Implement the EDCL protocol to be able to read/write to the AHB bus.
commit c3513891d165fc1c2fcc880ab7d71be05315f902
Author: Quentin Casasnovas <quentin.casasnovas@gmail.com>
Date: Fri Feb 5 12:32:44 2010 +0100
* Initial commit