Is it the case that the Photon operates under FreeRTOS?
If this is the case and users wish to write multitasking applications to run on the Photon, do they need to include the FreeRTOS source code with their compiled application or can they make calls to FreeRTOS APIs that would link to the code already in place? Is a library included for the APIs?
Even if Photon does run under FreeRTOS, is another option to just include the RTOS source code in your application directly or will the code running under the application interfere with the underlying Photon OS?