Victor Wang

Results 6 issues of Victor Wang

## Summary This PR is a continuation and optimized implementation, replacing the draft PR #17065 proposed two months ago. **Summary of this PR** - Introduce a high-resolution timer (hrtimer) module...

Area: Documentation
Arch: tricore
Area: Drivers
Area: OS Components
Size: XL
Board: tricore

Add a high resolution timer module in sched to support hard real time cases *Note: Please adhere to [Contributing Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).* ## Summary Nuttx only provide wdog for delayed function execution,...

Arch: tricore
Area: Drivers
Area: OS Components
Size: XL
Board: tricore

## Summary Depends-on: https://github.com/apache/nuttx-apps/pull/3217 (apps updated to disabled signals). Currently, NuttX is being adopted increasingly on small embedded systems with tight resource constraints. Many of these systems do not require...

Arch: arm
Arch: arm64
Arch: avr
Arch: mips
Arch: openrisc
Arch: renesas
Arch: risc-v
Arch: simulator
Arch: sparc
Arch: tricore
Arch: x86
Arch: x86_64
Arch: xtensa
Arch: z16
Arch: z80
Area: Drivers
Area: File System
Area: OS Components
Size: M
Size: L

## Summary Add functional tests for the newly added hrtimer APIs, including hrtimer_init(), hrtimer_start(), and hrtimer_cancel(). ## Impact This PR depends on https://github.com/apache/nuttx/pull/17489 ## Testing **ostest passed on a2g-tc397-5v-tft with...

Size: M
Area: Testing

## Summary Fix build errors that occur when signals are disabled by excluding `cmd_kill, cmd_sleep, cmd_usleep, and cmd_watch `along with signal support. ## Impact Disabling signals will depend on this...

Size: S
Area: NSH