OMOTE/Platformio/HAL/Targets/Simulator
Matthew Colvin 65162049b3 convert notification driven battery to lvgl timer based polling
using new poller class to simplify the battery interface and
downstream usages of battery.

tweaked poller destructor and remove the default constructor
in preference of using a unique pointer

convert simulator to use a std::thread for lvgl Tick api because
the SDL thread sleep was not true to time. (and is simplified the code...)
2023-09-09 21:47:36 -04:00
..
wifiHandlerSim Added new queues for inter task communication 2023-09-09 21:47:36 -04:00
batterySimulator.hpp convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
HardwareSimulator.cpp convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
HardwareSimulator.hpp convert notification driven battery to lvgl timer based polling 2023-09-09 21:47:36 -04:00
omoteconfig.h Move Battery Status Struct to Battery Interface 2023-09-09 21:44:47 -04:00
SDLDisplay.cpp Updated simulator to support new wifi selection UI 2023-09-09 21:47:04 -04:00
SDLDisplay.hpp Updated simulator to support new wifi selection UI 2023-09-09 21:47:04 -04:00
SimulatorMPMCQueue.cpp Added new queues for inter task communication 2023-09-09 21:47:36 -04:00
SimulatorMPMCQueue.hpp Added new queues for inter task communication 2023-09-09 21:47:36 -04:00
SimulatorSPSCQueue.cpp Added new queues for inter task communication 2023-09-09 21:47:36 -04:00
SimulatorSPSCQueue.hpp Added new queues for inter task communication 2023-09-09 21:47:36 -04:00