Does Cypress has the WICED SDK for general purpose HW as wel (X86) ?

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

cross mob
nayac_3654671
Level 1
Level 1

Idea is to create UT environment in Linux machine and there we can also plugin the code coverage tool etc. which is otherwise not possible in the target (ARM based). Please suggest your view on this ?

0 Likes
1 Solution
PriyaM_16
Moderator
Moderator
Moderator
250 replies posted 100 replies posted 50 replies posted

The WICED SDK is an eclipse based IDE that contains all the necessary makefiles, libraries, toolchain, utilities to speed up the design flow for its users. The platform files and corresponding makefiles are included so that all the WICED enabled boards can be programmed easily. You may use the same for other HW modules if the configurations for that HW align with the settings given in WICED.

You can also use different plugins provided in Eclipse for other embedded processors. For example, the AVR plugin available in Eclipse market place allows developing C programs for the ATMEL AVR series of embedded processors with the Eclipse IDE.

View solution in original post

1 Reply
PriyaM_16
Moderator
Moderator
Moderator
250 replies posted 100 replies posted 50 replies posted

The WICED SDK is an eclipse based IDE that contains all the necessary makefiles, libraries, toolchain, utilities to speed up the design flow for its users. The platform files and corresponding makefiles are included so that all the WICED enabled boards can be programmed easily. You may use the same for other HW modules if the configurations for that HW align with the settings given in WICED.

You can also use different plugins provided in Eclipse for other embedded processors. For example, the AVR plugin available in Eclipse market place allows developing C programs for the ATMEL AVR series of embedded processors with the Eclipse IDE.