]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commitdiff
Normalizing headers. I know I know... obsessive-compulsive disorder.
authorCarlos Jenkins <carlos@jenkins.co.cr>
Wed, 15 May 2013 10:43:51 +0000 (12:43 +0200)
committerCarlos Jenkins <carlos@jenkins.co.cr>
Wed, 15 May 2013 10:43:51 +0000 (12:43 +0200)
rpp/blocks/slblocks.m
rpp/rpp/rpp.tlc
rpp/rpp/rpp_file_process.tlc
rpp/rpp/rpp_make_rtw_hook.m
rpp/rpp/rpp_select_callback_handler.m
rpp/rpp/rpp_setup.m
rpp/rpp/rpp_srmain.tlc
rpp/rpp/target_tools.mk

index 6582c4421d6baffd978f7621345336aa89f62c75..2bed188aee7421795d3d784e2812110db8c58e53 100644 (file)
@@ -1,7 +1,7 @@
 % Copyright (C) 2013 Czech Technical University in Prague
 %
 % Authors:
-%      - Carlos Jenkins <carlos@jenkins.co.cr>
+%     - Carlos Jenkins <carlos@jenkins.co.cr>
 %
 % This program is free software; you can redistribute it and/or modify
 % it under the terms of the GNU General Public License as published by
 %
 % File : slblocks.m
 % Abstract:
-%       slblocks defines a block library.
-%       Reference: rtw_ug.pdf p. 1127
+%     slblocks defines a block library.
+%
+% References:
+%     rtw_ug.pdf p. 1127
+%     Example in <matlabroot>/toolbox/rtw/targets/ecoder/slblocks.m
 
 
 function blkStruct = slblocks
index 212b36c17c07e6f431c67a2da01efcb275de60eb..dd216be8312862e2743d62fd11b7b115f2c1cdf3 100644 (file)
@@ -3,7 +3,7 @@
 %% Copyright (C) 2013 Czech Technical University in Prague
 %%
 %% Authors:
-%%      - Carlos Jenkins <carlos@jenkins.co.cr>
+%%     - Carlos Jenkins <carlos@jenkins.co.cr>
 %%
 %% This program is free software; you can redistribute it and/or modify
 %% it under the terms of the GNU General Public License as published by
 %%
 %% File : rpp.tlc
 %% Abstract:
-%%       Embedded real-time system target file for RPP.
-%%       Reference: rtw_ug.pdf p. 1129 and _1144_
+%%     Embedded real-time system target file for RPP.
+%%
+%% References:
+%%     rtw_ug.pdf p. 1129 and _1144_
 
 
 %selectfile NULL_FILE
index ea4e36e19548840fbf77275c81358a01ab32a5ad..161b2a45e59d5774ab17a6eaa8ffe0798e8614ca 100644 (file)
@@ -1,7 +1,7 @@
 %% Copyright (C) 2013 Czech Technical University in Prague
 %%
 %% Authors:
-%%      - Carlos Jenkins <carlos@jenkins.co.cr>
+%%     - Carlos Jenkins <carlos@jenkins.co.cr>
 %%
 %% This program is free software; you can redistribute it and/or modify
 %% it under the terms of the GNU General Public License as published by
 %%
 %% File : rpp_file_process.tlc
 %% Abstract:
-%%       Code generation custom file processing template.
-%%       Reference: ecoder_ug.pdf  p. 556
-%%                  ecoder_ref.pdf p. 1347
+%%     Code generation custom file processing template.
+%%
+%% References:
+%%     ecoder_ug.pdf p. 556
+%%     ecoder_ref.pdf p. 1347
 
 
 %selectfile NULL_FILE
index 1725bbb3ba6cdf942a45fd8a93b0ee8a9046e056..663ff48e45090165946a9b681ef9a4ccefa3ac6a 100644 (file)
@@ -1,7 +1,7 @@
 % Copyright (C) 2013 Czech Technical University in Prague
 %
 % Authors:
-%      - Carlos Jenkins <carlos@jenkins.co.cr>
+%     - Carlos Jenkins <carlos@jenkins.co.cr>
 %
 % This program is free software; you can redistribute it and/or modify
 % it under the terms of the GNU General Public License as published by
 %
 % File : rpp_make_rtw_hook.m
 % Abstract:
-%       This file is hook file that invoke target-specific functions or
-%       executables at specified points in the build process. In particular,
-%       this file handle the copying of required files before the compilation
-%       stage.
-%       Reference: rtw_ug.pdf p. 1066-1072 and 1131
+%     This file is hook file that invoke target-specific functions or
+%     executables at specified points in the build process. In particular, this
+%     file handle the copying of required files before the compilation stage.
+%
+% References:
+%     rtw_ug.pdf p. 1066-1072 and 1131
 
 
 function rpp_make_rtw_hook(hookMethod, modelName, rtwRoot, templateMakefile, ...
index ab36fff7a8640af1a4570d01042980980aa35b45..80e33fb58e2c5447e2562ad8da399274a6fdbf48 100644 (file)
@@ -1,7 +1,7 @@
 % Copyright (C) 2013 Czech Technical University in Prague
 %
 % Authors:
-%      - Carlos Jenkins <carlos@jenkins.co.cr>
+%     - Carlos Jenkins <carlos@jenkins.co.cr>
 %
 % This program is free software; you can redistribute it and/or modify
 % it under the terms of the GNU General Public License as published by
 %
 % File : rpp_select_callback_handler.m
 % Abstract:
-%       Custom callback funtion for rtwgensettings.SelectCallback event.
-%       Default values of Simulation configurations parameters are set.
-%       Some options are disabled if it is not allowed to be changed by user.
-%       Reference: rtw_ug.pdf p. 1211?
+%     Custom callback funtion for rtwgensettings.SelectCallback event.
+%     Default values of Simulation configurations parameters are set.
+%     Some options are disabled if it is not allowed to be changed by user.
+%
+% References:
+%     rtw_ug.pdf p. 1211?
 
 
 function rpp_select_callback_handler(hDlg, hSrc)
index af91b077937975a8c96b184f430b91ecf473b3b7..a7557e748e853d0f0db702ff6eb17828e1b602b9 100644 (file)
@@ -1,7 +1,7 @@
 % Copyright (C) 2013 Czech Technical University in Prague
 %
 % Authors:
-%      - Carlos Jenkins <carlos@jenkins.co.cr>
+%     - Carlos Jenkins <carlos@jenkins.co.cr>
 %
 % This program is free software; you can redistribute it and/or modify
 % it under the terms of the GNU General Public License as published by
 %
 % File : rpp_setup.m
 % Abstract:
-%       This file script adds paths for RPP target to the MATLAB path.
-%       IMPORTANT: This script _MUST_ be run by user after installing before
-%       using the target. To do so:
-%           1. Extract target package.
-%           2. Change directory (cd) to this file folder.
-%           3. Execute rpp_setup();
-%       Reference: rtw_ug.pdf p. 1137
+%     This file script adds paths for RPP target to the MATLAB path.
+%     IMPORTANT: This script _MUST_ be run by user after installing before
+%     using the target. To do so:
+%         1. Extract target package.
+%         2. Change directory (cd) to this file folder.
+%         3. Execute rpp_setup();
+%
+% References:
+%     rtw_ug.pdf p. 1137
 
 
 % Install target on user's environment
index df2e7bed093b756f567f955437485f9691a8ed4d..f509bc36ecf8b5e0f189cdce046da3fe12edc782 100644 (file)
@@ -1,7 +1,7 @@
 %% Copyright (C) 2013 Czech Technical University in Prague
 %%
 %% Authors:
-%%      - Carlos Jenkins <carlos@jenkins.co.cr>
+%%     - Carlos Jenkins <carlos@jenkins.co.cr>
 %%
 %% This program is free software; you can redistribute it and/or modify
 %% it under the terms of the GNU General Public License as published by
 %%
 %% File : rpp_srmain.tlc
 %% Abstract:
-%%       Custom file processing to generate a "main" file.
-%%       Reference: ???
+%%     Custom file processing to generate a "main" file.
+%%
+%% References:
+%%     Example in <matlabroot>/rtw/c/tlc/mw/bareboard_srmain.tlc
 
 
 %selectfile NULL_FILE
index 84613ae87cb518a2e21ad62db464673df334f153..e9e4c11f534a30c8b9687c5cb7128b572e6d6240 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 2013 Czech Technical University in Prague
 #
 # Authors:
-#      - Carlos Jenkins <carlos@jenkins.co.cr>
+#     - Carlos Jenkins <carlos@jenkins.co.cr>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 #
 # File : target_tools.mk
 # Abstract:
-#       Makefile for CCS toolchain support.
-#       Reference: ???
+#     Makefile for CCS toolchain support.
+#
+# References:
+#     "Include a tool specification settings" comment block in rpp.tmf
+#      Compiler options documentation available in armcl.pdf
 
 
 include $(START_DIR)/slprj/target_paths.mk