Skip to content

Commit

Permalink
Update gen_doc.sh to use generated history
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Dec 5, 2023
1 parent 6236f12 commit e1431f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
2 changes: 1 addition & 1 deletion Documentation/Doxygen/gen_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ year=$(date -u +'%Y')

sed -e "s/{projectNumber}/${projectNumber}/" view.dxy.in > view.dxy

#git_changelog -f html -p "pack/" > src/history.txt
git_changelog -f html -p "pack/" > src/history.txt

echo "\"${UTILITY_DOXYGEN}\" view.dxy"
"${UTILITY_DOXYGEN}" view.dxy
Expand Down
5 changes: 4 additions & 1 deletion Documentation/Doxygen/linkchecker.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ ignoreerrors=
mag_seld.svg
../tab_a.png
../tab_ad.png


[filtering]
ignorewarnings=
http-redirected
20 changes: 0 additions & 20 deletions Documentation/Doxygen/src/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,3 @@
CMSIS-View version is offically updated upon releases of the [CMSIS-View pack](https://www.keil.arm.com/packs/cmsis-view-arm/versions/).

The table below provides information about the changes delivered with specific versions of CMSIS-View.

<table class="cmtable" summary="Revision History">
<tr>
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td>1.0.0</td>
<td>
Initial release of CMSIS-View with EventRecorder and Fault components as replacement for Keil.ARM-Compiler pack.
- Renamed component class to CMSIS-View.
- Fixes/additions for IAR Compiler.
- Documentation enhacements.
- Optimized Record Lock/Unlock in Event Recorder (using C11 atomics except for Cortex-M0).
- Corrected timestamp overflow handling in Event Recorder.
- Added "CMSIS-View::Fault" component for recording system faults.
</td>
</tr>

</table>

0 comments on commit e1431f3

Please sign in to comment.