NuttX and timezone support

2024-12-02 Thread Laczen JMS
Hi, I am working with NuttX on a esp32 based ttgo_eink5. So far I have been able to get the wifi and the ntpclient working (as well as the fb). As I am in a timezone that uses daylight saving I am trying to enable the use of timezones. However I can seem to get this working, I see no /etc/timezone

Re: Support for haptic drivers in NuttX

2024-12-02 Thread 董九柱
Dear Simona, Using the ff upperhalf to add support for the DRV2605L driver is the correct approach. There is no need to implement a haptic upperhalf. we only need to implement the methods defined in the struct ff_lowerhalf_s within the driver. The aw86225.c supports RAM mode, RTP mode, and others,