will be there a nonos sdk version?

allenbj
Posts: 2
Joined: Wed Dec 23, 2015 9:29 am

will be there a nonos sdk version?

Postby allenbj » Tue Jan 05, 2016 5:03 pm

I have notice that the SDK released is RTOS version only. Will be there a nonos version? If yes, when will it be released?

thnx

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: will be there a nonos sdk version?

Postby WiFive » Wed Jan 06, 2016 1:43 am

For most things you probably want an os because of dual core with thread management. But maybe you want to dedicate one CPU to a realtime single threaded application and let the other CPU handle all WiFi/Bluetooth tasks. This may be possible on top of os. Other things that are desirable are custom bootloaders that dynamically run different images and simple apps that, for example, just wake up and read an adc and go back to sleep. You dont want to waste instructions setting up an os for that and you want to minimize flash space taken by such a wakeup firmware. So a full non-os SDK is probably not necessary but the ability to build tiny single threaded apps such as bootloaders is desired.

ESP_Sprite
Posts: 9043
Joined: Thu Nov 26, 2015 4:08 am

Re: will be there a nonos sdk version?

Postby ESP_Sprite » Wed Jan 06, 2016 2:24 am

At the moment, we're concentrating on the FreeRTOS SDK. If any, in the multithreaded variant you'll be able to suspend the scheduler on the core that doesn't handle WiFi connectivity. This basically gives the thread you run on that core 100% of the CPU time, which is mostly equivalent to having no pre-emptive OS at all.

allenbj
Posts: 2
Joined: Wed Dec 23, 2015 9:29 am

Re: will be there a nonos sdk version?

Postby allenbj » Wed Jan 06, 2016 10:01 am

thnx for your answers.

Who is online

Users browsing this forum: No registered users and 135 guests