I wonder what would make this better (for some use cases at least) than venerable FreeRTOS? Or Zephyr? Or any of the other many, many RTOSes? In particular, the ESP32 comes with top notch documentation and SDKs that will make beginners at least want to stay with Espressif's modified RTOS for a while.
after looking at it, i would use anything else over the roku stuff if i felt the need for tasking. bare metal esp32 is easy with the espressif sdk anyway .
esp32 is way too power budget heavy for anything using batteries though. even using all deep sleep available a msp430 will leave it in the dust by a large factor. i’m surprised they use such large devices in remotes but go figure
That's also what I was wondering. What problems is this custom RTOS solving that all the other ones don't, or is it in fact just that some Roku engineers decided they needed some job security and having an OS nobody else uses would be a good path to that?