diff --git a/GorgonMeducer.perf_counter.pdsc b/GorgonMeducer.perf_counter.pdsc index 7ba78d0..e1e4d93 100644 --- a/GorgonMeducer.perf_counter.pdsc +++ b/GorgonMeducer.perf_counter.pdsc @@ -16,7 +16,15 @@ https://github.com/GorgonMeducer/perf_counter.git - + + - Add RT-Thread Package + - Add new API update_perf_counter() for notifying perf_counter that SystemCoreClock has been updated + - Add a macro __perf_counter_printf__ to retarget printf + - Add a macor __PERF_COUNT_PLATFORM_SPECIFIC_HEADER__ for people to insert a platform specific header file. + - Add Doxygen + - Other minor changes + + - Add support for Cortex-M85, Star-MC1 and all other Armv8.1-M processors - Update Readme @@ -164,9 +172,9 @@ --> - + A dedicated performance counter for Cortex-M systick. - + documents/Doxygen/html/index.html A dedicated performance counter for Cortex-M systick. diff --git a/gen_pack.sh b/gen_pack.sh index f6ee37f..40f812f 100644 --- a/gen_pack.sh +++ b/gen_pack.sh @@ -45,6 +45,7 @@ PACK_BUILD=build/ PACK_DIRS=" lib os + documents "