GUI Guider with bare metal

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

GUI Guider with bare metal

跳至解决方案
4,526 次查看
BabyBorisova
Contributor II

I'm working on a GUI project and was planning to use LVGL which i know can run without an OS. My project is not complex so Id rather start without an OS. I wanted to use GUI Guider to speed up development but the options (I'm using mimxrt1050-evkb) show the OS as FreeRTOS. My questions are:
If I wish to incorporate the generated code into a project will it have FreeRTOS dependencies?
If so, can I set up GUI Guider so not use an OS?

Not the end of the world but would like to avoid OS is possible lol
Thanks!

标签 (1)
0 项奖励
回复
1 解答
4,498 次查看
zhenhualuo
NXP Employee
NXP Employee

Hi, 

Currently GUI Guider supports build-in FreeRTOS-based build and deploy for target board, the source code exported BY GUI Guider doesn't depend on FreeRTOS, it can support bare-metal usage. 

Best Regards, 

Zhenhua 

在原帖中查看解决方案

3 回复数
4,499 次查看
zhenhualuo
NXP Employee
NXP Employee

Hi, 

Currently GUI Guider supports build-in FreeRTOS-based build and deploy for target board, the source code exported BY GUI Guider doesn't depend on FreeRTOS, it can support bare-metal usage. 

Best Regards, 

Zhenhua 

4,477 次查看
BabyBorisova
Contributor II

Hey Zhenhua,

Thanks for such a quick response. I've tested and looked through the generated code and understand how it works now. Its good to know that FreeRTOS is nota requirement of the generated code so i can continue with my work. 

Kind regards and my thanks,
Lexi

0 项奖励
回复
4,504 次查看
gertvb
Contributor III

Hi!

Have a look at the following stuff

https://github.com/gertvb/LPC55S69_GuiGuider

 

Basically gui guider on a bare metal lpc55s69

A TechExplorer working with Embedded Software and Electronics in Agriculture and Alternative Energy
0 项奖励
回复