Samsung / TizenRT

TizenRT is a lightweight RTOS-based platform to support low-end IoT devices
Apache License 2.0
566 stars 571 forks source link

Support wakeup timer with sched timer #6229

Closed ewoodev closed 3 months ago

ewoodev commented 3 months ago

There is a build error

chip/amebasmart_idle.c: In function 'up_idlepm':
chip/amebasmart_idle.c:106:5: error: too few arguments to function 'up_set_pm_timer'
  106 |     up_set_pm_timer();
      |     ^~~~~~~~~~~~~~~
In file included from chip/amebasmart_idle.c:26:
/root/tizenrt/os/include/tinyara/arch.h:2202:6: note: declared here
 2202 | void up_set_pm_timer(unsigned int interval_us);
      |      ^~~~~~~~~~~~~~~
Makefile:195: recipe for target 'amebasmart_idle.o' failed
make[1]: Leaving directory '/root/tizenrt/os/arch/arm/src'
make[1]: *** [amebasmart_idle.o] Error 1
LibTargets.mk:79: recipe for target 'arch/arm/src/libkarch.a' failed

https://github.com/Samsung/TizenRT/pull/6191 This PR is needed to merge for solve this build error.

edwakuwaku commented 3 months ago

Hi @ewoodev , Kishore and I am verifying the PR together, we will update the status again, sorry for the delay.