diff --git a/Documentation/Doxygen/gen_doc.sh b/Documentation/Doxygen/gen_doc.sh index c164d86..3fdf9c7 100755 --- a/Documentation/Doxygen/gen_doc.sh +++ b/Documentation/Doxygen/gen_doc.sh @@ -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 diff --git a/Documentation/Doxygen/linkchecker.rc b/Documentation/Doxygen/linkchecker.rc index f7d7ca7..3129c0b 100644 --- a/Documentation/Doxygen/linkchecker.rc +++ b/Documentation/Doxygen/linkchecker.rc @@ -6,4 +6,7 @@ ignoreerrors= mag_seld.svg ../tab_a.png ../tab_ad.png - \ No newline at end of file + +[filtering] +ignorewarnings= + http-redirected diff --git a/Documentation/Doxygen/src/history.md b/Documentation/Doxygen/src/history.md index e652cc9..18b0faa 100644 --- a/Documentation/Doxygen/src/history.md +++ b/Documentation/Doxygen/src/history.md @@ -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. - - - - - - - - - - - -
VersionDescription
1.0.0 - 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. -