On Sun, Aug 17, 2025 at 06:54:00PM +0530, Akhilesh Patil wrote:
> Hi all,
> This patch series improves user experience for
> samples/timers/hpet_example
>
> PATCH 1/2 --> Add support to print help text if user does not provide
> required arguments.
>
> PATCH 2/2 --> add help text in timers Kconfig
>
> Testing:
> I have tested the changes on x86 with hpet device as follows.
>
> 1. Build the sample program
> $ gcc hpet_example.c -o hpet_example
>
> 2. Run hpet program with no args
>
> $ ./hpet_example
> -hpet: requires command
> Format: hpet_example <command> </dev/device_name>
> Supported commands:
> open-close
> info
> poll
> fasync
Hi all, I Would like to follow-up on this patch series for any feedback or
improvements needed.
Regards,
Akhilesh