This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/app-framework/sensor/native
Wenyong Huang 98bacfe6bb
Fix sensor framework timer issue and update sensor sample (#917)
Fix the sensor framework timer issue reported by #884 when setting
`ms_to_next_check`, and unify the type of time related args/vars to
uint32 to avoid potential type conversion issues, and fix the compile
warnings.

And update the sensor sample by creating two sensors to confirm that
the fix works correctly.
2021-12-28 08:44:19 +08:00
..
runtime_sensor.c Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
runtime_sensor.h Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
runtime_sensor.inl Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00
sensor_mgr_ref.c Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
sensor_native_api.h Fix sensor framework timer issue and update sensor sample (#917) 2021-12-28 08:44:19 +08:00
wasm_lib.cmake Implement native function pointer check, addr conversion and register, update documents (#185) 2020-03-04 20:12:38 +08:00