Do I need to specify the RTOS, Network Stack, etc in the build string?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
[WICED-SDK-2.2.1]

Some example apps have a build string like this:

snip.ping-BCM943362WCD4 download run

while others have more options:

snip.ping-ThreadX-NetX_Duo-BCM943362WCD4-SDIO download run

Where are the defaults defined for my platform?

Do I need to specify all options?
0 Likes
1 Reply
Anonymous
Not applicable
Default options for a particular platform are defined in the platform Makefile here:

<WICED-SDK>/Wiced/Platform/<YOUR_PLATFORM_NAME>/<YOUR_PLATFORM_NAME>.mk

These defaults may be overridden in the build string per your second example.
0 Likes