From 15d26f61d84ea36c45995394d0e0830b6ad1956f Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Wed, 28 Feb 2024 20:37:58 +0000 Subject: [PATCH] remove lib folder --- GorgonMeducer.perf_counter.pdsc | 10 +- gen_pack.sh | 1 - lib/LICENSE | 201 ------- lib/libperf_counter_gcc.a | Bin 10118 -> 0 bytes lib/perf_counter.h | 973 -------------------------------- lib/perf_counter.lib | Bin 25254 -> 0 bytes lib/perf_os_patch_freertos.c | 240 -------- lib/perf_os_patch_rt_thread.c | 112 ---- lib/perf_os_patch_rtx5.c | 99 ---- lib/perf_os_patch_threadx.c | 128 ----- 10 files changed, 5 insertions(+), 1759 deletions(-) delete mode 100644 lib/LICENSE delete mode 100644 lib/libperf_counter_gcc.a delete mode 100644 lib/perf_counter.h delete mode 100644 lib/perf_counter.lib delete mode 100644 lib/perf_os_patch_freertos.c delete mode 100644 lib/perf_os_patch_rt_thread.c delete mode 100644 lib/perf_os_patch_rtx5.c delete mode 100644 lib/perf_os_patch_threadx.c diff --git a/GorgonMeducer.perf_counter.pdsc b/GorgonMeducer.perf_counter.pdsc index b671636..5c5d9b2 100644 --- a/GorgonMeducer.perf_counter.pdsc +++ b/GorgonMeducer.perf_counter.pdsc @@ -6,7 +6,7 @@ A dedicated performance counter for the Cortex-M Systick. It shares the SysTick with users' original SysTick function without interfering with it. This library will bring new functionalities, such as performance counter, APIs for delay, clock() defined in time.h etc. https://raw.githubusercontent.com/GorgonMeducer/perf_counter/CMSIS-Pack/cmsis-pack/ https://github.com/GorgonMeducer/perf_counter/issues - lib/LICENSE + LICENSE