Using MQX's Individual Components

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Using MQX's Individual Components

ソリューションへジャンプ
969件の閲覧回数
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 解決策
840件の閲覧回数
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 返信
841件の閲覧回数
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 件の賞賛
返信