mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Per ZEP-1958, Phase 2 of adding CC3220sf LaunchXL support, was to "deprecate the CC3200 launchxl support in Zephyr (redundant to the CC3220)." Effectively, the CC3220 SOC replaces the CC3200. This patch removes the following: * the imported CC3200 SDK * CC3200 SOC, board, DTS files. * adjusts other files where cc3200 was mentioned. Also, it fixes explicit references to CC3200 in generic CC32xx driver files. Jira: ZEP-1958 Signed-off-by: Gil Pitney <gil.pitney@linaro.org>