summaryrefslogtreecommitdiffstats
path: root/baseline/source/ndes/ChangeLog.txt
blob: ae9c168773d34893365854c2f976123595768b69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
File: ndes.c
Original provenience: 

2017-04-18:
- Annotated ndes_main as entry-point for timing analysis

2015-10-21:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Renamed functions to {name} to ndes_{name}
- Renamed globale variables to {name} to ndes_{name}
- Renamed structs to {name} to ndes_{name}
- Removed the profiling code
- Added forward decleration of functions
- Added ndes_main function
- Added ndes_init function
- Initialize ndes_ipc1 and ndes_ipc2 in ndes_init function
- int main variables to global variables for the ndes_init function
- Applied Code Style