Using MQX's Individual Components

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

Using MQX's Individual Components

跳至解决方案
1,307 次查看
sensorEric
Contributor I

"Like a Chinese buffet, I take what I want and leave the rest" ... Kurt Douglas in Big Trouble in Little China 

 

I am working with the free version and trying to keep my program under 128kb. The only functionality I need out of MQX is the USB stack. I have no need for the RTOS, Filesystem, etc.Basically, I want to "take the USB" but I want to to "leave the rest"  so that my program stays small. Is this even possible?

0 项奖励
回复
1 解答
1,178 次查看
BryGuyH
Contributor IV

Short answer: No

 

Long answer: with enough time and dedication you could... but its probably easier to look at reference code from others designed to run on bare metal.

 

You can probably tweek the config options to turn almost everything off. Look at small_ram_config.h, smallest_config.h and usb_stack_config.h

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,179 次查看
BryGuyH
Contributor IV

Short answer: No

 

Long answer: with enough time and dedication you could... but its probably easier to look at reference code from others designed to run on bare metal.

 

You can probably tweek the config options to turn almost everything off. Look at small_ram_config.h, smallest_config.h and usb_stack_config.h

0 项奖励
回复